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
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
(2) on common endpoint, user can set validateIssuer true if they provide issuer
(3) breaking changes:
1. add isB2C option for using B2C
2. no longer support user provided certificate, we only allow the certificate created from AAD metadata
3. removed tenantName option for B2C. Instead of using common endpoint then replacing the 'common' with tenantName, we now ask user to directly provide the identityMetadata with tenantName.
(1) Issue #195 disallow bearer token in query
(2) on common endpoint, user can set validateIssuer true if they provide issuer
(3) breaking changes:
1. add isB2C option for using B2C
2. no longer support user provided certificate, we only allow the certificate created from AAD metadata
3. removed tenantName option for B2C. Instead of using common endpoint then replacing the 'common' with tenantName, we now ask user to directly provide the identityMetadata with tenantName.
https://tools.ietf.org/html/rfc6750#section-5.3 calls out not to use query unless absolutely necessary. Query parameters are commonly logged and maintained in browser history.
The text was updated successfully, but these errors were encountered: