amazon-cognito-example-for-external-idp icon indicating copy to clipboard operation
amazon-cognito-example-for-external-idp copied to clipboard

Issuer mismatch Microsoft “common” endpoint

Open soplan opened this issue 2 years ago • 0 comments

So apparently Microsoft is not following OIDC.

To support both personal and Microsoft accounts to sign up / sign in with cognito as Microsoft as IDP the docs tell you to use “common”

However cognito follows OIDC correctly and returns a bad issuer mismatch error when users try to sign up / log in using a Microsoft account. https://github.com/MicrosoftDocs/azure-docs/issues/38427

Other parties such as firebase, okta etc have implemented fix because Microsoft will not comply with OIDC in the near future.

Can cognito team implement a fix so we can support Microsoft personal and work accounts using “common”?

soplan avatar Mar 20 '22 09:03 soplan