Skip to content
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

Support for Keycloak v17+ in AuthorizationServer::infer #1107

Open
wants to merge 1 commit into
base: 5.0.x
Choose a base branch
from

Conversation

adamkobor
Copy link

Keycloak 17+ doesn't have the /auth/ fragment in its pre-set URLs, therefore the original logic in AuthorizationServer is outdated, and it's not possible to infer the right type of newer Keycloak instances based on the URL of the issuer. The biggest consequence of this is that EndSessionEndpointResolver is not able to register the right end session endpoint for Keycloak.

@CLAassistant
Copy link

CLAassistant commented Oct 4, 2022

CLA assistant check
All committers have signed the CLA.

@adamkobor
Copy link
Author

@sdelamo could you let the GitHub Actions run, please? In this case I could see if the build pass, at least, and fix the necessary stuff until the review starts. Thanks 🙏

@sdelamo
Copy link
Contributor

sdelamo commented Oct 13, 2022

I will check this pr soon.

@adamkobor
Copy link
Author

Just a side note: this one alone won't solve the issue with Keycloak and RP initiated logouts, #1049 should solve the latter one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants