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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
The default path of the keycloak server seems to be changed from https://host:port/auth/ to https://host:port/ since keycloak 17.0. (You can notice it if comparing what the document for 17.0 and one for 16.1 say for auth-server-url.)
Can you consider to set the default of path_prefix for login and login_OTP to blank, not auth?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The default path of the keycloak server seems to be changed from
https://host:port/auth/
tohttps://host:port/
since keycloak 17.0. (You can notice it if comparing what the document for 17.0 and one for 16.1 say forauth-server-url
.)Can you consider to set the default of
path_prefix
forlogin
andlogin_OTP
to blank, notauth
?The text was updated successfully, but these errors were encountered: