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

Post logout route #173

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Post logout route #173

merged 4 commits into from
Oct 22, 2024

Conversation

ostrya
Copy link
Collaborator

@ostrya ostrya commented Oct 18, 2024

  • plus dependency upgrades
  • plus fix of an undiscovered bug
  • plus removal of dead Keycloak functionality

Signed-off-by: Kai Helbig <[email protected]>
fixes #172

Signed-off-by: Kai Helbig <[email protected]>
The original logic using a regex for parsing the realm was replaced by a more
straight-forward approach. Every handler that needs realm-specific paths now
gets a base url configuration injected, and the url configuration gets a
convenience wrapper method to extract realm (and hostname) from the routing
context based on the path parameter :realm.

Signed-off-by: Kai Helbig <[email protected]>
has been dropped in Keycloak with version 16

see keycloak/keycloak#9106

Signed-off-by: Kai Helbig <[email protected]>
@ostrya ostrya self-assigned this Oct 18, 2024
Copy link

sonarcloud bot commented Oct 18, 2024

@ostrya ostrya merged commit 60b708a into main Oct 22, 2024
5 checks passed
@ostrya ostrya deleted the post-logout-route branch October 22, 2024 12:26
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.

2 participants