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-17490] Add override ISS #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ATeal
Copy link

@ATeal ATeal commented Jul 29, 2021

This feature will allow you to override the ISS validation.

Currently the library isn't respecting the FRONTEND_URL configurationof keycloak which will give you a different issuer than the backend server url

This feature will allow you to override the ISS validation.
Currently the library isn't respecting the `FRONTEND_URL` configuration
of keycloak which will give you a different issuer than the backend
server url
@RaqieT
Copy link

RaqieT commented Dec 2, 2021

I think ISS should be picked from body (field: "issuer") of /auth/realms/{realm}/.well-known/openid-configuration endpoint on adapter startup, so you don't have to provide ISS in your backend app. I've already seen this approach in different keycloak adapters (for example: Spring Boot adapter).

@elirenato
Copy link

+1

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.

None yet

3 participants