logto icon indicating copy to clipboard operation
logto copied to clipboard

fix(core): skip iss validation for azure oidc sso

Open simeng-li opened this issue 9 months ago • 1 comments

Summary

Skip the issuer validation for Azure OIDC SSO connector.

For multi-tenant audience connectors, the issuer value in idToken may vary depending on the authenticated user's tenantId. Thus, unable to varify the exact value of the issuer.

Testing

test locally

Checklist

  • [ ] .changeset
  • [ ] unit tests
  • [ ] integration tests
  • [x] necessary TSDoc comments

simeng-li avatar May 23 '24 10:05 simeng-li