-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/auth prefix was removed in keycloak v17.0.1 #75
Comments
I'm upgrading to Keycloak 18 as well. Change needed here:
We could implement a conditional statement that will append or not append the "/auth" with a default value to append as not to break any current implementations when they upgrade. For new implementations we can set a flag like appendAuthPath to true/false that will append the auth part or not.. @lvermeulen you ok with this, I'll have a PR out to you on Monday if you agree. |
Removal of the /auth is done via this PR, Also upgrading .net libraries, removed support for .net classic |
Hi, Best regards. |
This has now been made configurable Please see: fde9afa |
Hi,
is it possible to remove the /auth prefix from the base url?
The text was updated successfully, but these errors were encountered: