logto
logto copied to clipboard
fix(core): skip iss validation for azure oidc sso
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