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-Tenant Issuer Validation Issue #440

Closed
MikeSpringall opened this issue Sep 17, 2024 · 1 comment
Closed

Multi-Tenant Issuer Validation Issue #440

MikeSpringall opened this issue Sep 17, 2024 · 1 comment

Comments

@MikeSpringall
Copy link

Not sure if this is by design or not but the validateIssuer() method in the OpenIDConnectClient class strictly matches the iss claim against a single issuer. This works well for single-tenant applications but causes problems in a multi-tenant environment, where tokens are issued with different tenant IDs in the iss claim?

Currently I'm having to put a workaround in place to handle this.

@DeepDiver1975
Copy link
Collaborator

You have basically two options:

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

2 participants