fix: Remove permitted root route

This commit is contained in:
Phan Huy Tran 2025-02-05 12:35:24 +01:00
parent 9976a000ee
commit db81b4a710
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +0,0 @@
POST http://localhost:9090/realms/LF12/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded
grant_type=password&client_id=lf12&username=lf12_test_user&password=secret
> {% client.global.set("token", response.body.access_token); %}