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

Multi-Realm support #15

Open
Tockra opened this issue Feb 19, 2024 · 0 comments
Open

Multi-Realm support #15

Tockra opened this issue Feb 19, 2024 · 0 comments

Comments

@Tockra
Copy link
Contributor

Tockra commented Feb 19, 2024

Hi,

do you see a benefit in multi realm support.
I mean the user can send a JWT token of any realm to your/our backend and the backend validates the token based on:

  • the "issuer" part in the jwt token + "/protocol/openid-connect/certs".
    • if + "/protocol/openid-connect/certs" already exists: in the cache, this certs will be used for the specific token
    • else: we does a request to + "/protocol/openid-connect/certs"

I think I've a personal use case for this behavior, because I'm building an application with multiple realms having the same structure.

T

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