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

/auth/realms/PolarBookshop is invalid with Keycloak - Version 22.0.3 #6

Open
donniexyz opened this issue Oct 1, 2023 · 0 comments
Open

Comments

@donniexyz
Copy link

Using services.keycloak.image: quay.io/keycloak/keycloak:latest
which based on /opt/keycloak/version.txt it is actually Keycloak - Version 22.0.3.

I was unable to start edge-service with property:
spring.security.oauth2.client.provider.keycloak.issuer-uri: ${KEYCLOAK_URL:http://localhost:8080}/auth/realms/PolarBookshop
showing error message:
Caused by: java.lang.IllegalArgumentException: Unable to resolve Configuration with the provided Issuer of "http://localhost:8080/auth/realms/PolarBookshop"

After change it to http://localhost:8080/realms/PolarBookshop, then it can work as normal.

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

No branches or pull requests

1 participant