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

Keycloak 25 - Escape Slashes Environment Variable #118

Open
UnicornChance opened this issue Jun 27, 2024 · 0 comments
Open

Keycloak 25 - Escape Slashes Environment Variable #118

UnicornChance opened this issue Jun 27, 2024 · 0 comments
Labels
possible-bug Something may not be working

Comments

@UnicornChance
Copy link
Contributor

UnicornChance commented Jun 27, 2024

Description

Once we've updated to using Keycloak 25, we need to make sure and utilize the environment variable made available in kc25 for escaping slashes in group names:

https://www.keycloak.org/docs/latest/upgrading/index.html#escaping-slashes-in-group-paths

re-evaluate if the changes made in this PR are relevant with the use of the env var.

Code:

            # Escape Slashes in Group Names
            - name: KC_SPI_GROUP_JPA_ESCAPE_SLASHES_IN_GROUP_PATH
              value: "true"
@UnicornChance UnicornChance added the possible-bug Something may not be working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something may not be working
Projects
None yet
Development

No branches or pull requests

1 participant