You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keycloak still uses the legacy urls with /auth/ prefix both in the docs and in the defaults.
As keycloak changed the defaults ( and discourages this usage) with v18 (released 06/2022) this sould be adapted to the current settings without this prefix.
As keycloak also does provide a .well-known/openid-configuration on the realm , optionally this could be used to get the correct endpoints and settings ( except for client id and client secret and scopes).
The text was updated successfully, but these errors were encountered:
bpedersen2
changed the title
keycloak plugin
keycloak plugin: use of legacy keycloak urls
Nov 8, 2024
Bug Summary
The keycloak still uses the legacy urls with
/auth/
prefix both in the docs and in the defaults.As keycloak changed the defaults ( and discourages this usage) with v18 (released 06/2022) this sould be adapted to the current settings without this prefix.
As keycloak also does provide a .well-known/openid-configuration on the realm , optionally this could be used to get the correct endpoints and settings ( except for client id and client secret and scopes).
The text was updated successfully, but these errors were encountered: