Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution:
Out of Date
-
None
-
NEW
-
NEW
Description
In Keycloak Documentation
https://www.keycloak.org/docs-api/4.5/rest-api/index.html#_key_resource
The base path is written as BasePath: /auth. By using only /auth as a base value, endpoint is not accessible. For example
curl -H "Authorization: bearer
The about curl always returns 404. But when we add /admin/realms after base path then it works.
curl -H "Authorization: bearer {TOKEN}
" "http://localhost:8181/auth/admin/realms/demorealm/keys"
Attachments
Issue Links
- is duplicated by
-
KEYCLOAK-9252 Confused by the documentation
-
- Closed
-
-
KEYCLOAK-10860 keyclock REST api documentation does not correspond to real exposed API
-
- Closed
-
- relates to
-
KEYCLOAK-7966 Improve Admin REST documentation
-
- Closed
-