You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: