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

Change relative path from /auth to / by default #266

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

megian
Copy link
Contributor

@megian megian commented Feb 22, 2024

The default realtiv path of Keycloak has changed from /auth to / with the https://www.keycloak.org/migration/migrating-to-quarkus[migration to Quarkus]. To preserve the legacy behavior of Wildfly set the relativePath to /auth.

Checklist

  • The PR has a meaningful title. It will be used to auto-generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

The default realtiv path of Keycloak has changed from `/auth` to `/` with the https://www.keycloak.org/migration/migrating-to-quarkus[migration to Quarkus].
To preserve the legacy behavior of Wildfly set the relativePath to `/auth`.
@megian megian added this to the Component v14 milestone Feb 22, 2024
@megian megian linked an issue Feb 22, 2024 that may be closed by this pull request
@megian megian merged commit e6fcc6d into master Mar 8, 2024
12 checks passed
@megian megian deleted the relativepath-root branch March 8, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Post Quarkus Migration] Change /auth to / by default?
1 participant