-
Hi there, I'm in the process of updating my application to use v6. My login flow works for Google signin, but fails for Microsoft due to a JWT claims mismatch. The issuer url that Microsoft declares in my discovery url is However, when I attempt the I'm not too experienced with this flow, so I'm a little stuck on how to approach solving this. Any help would be immensely appreciated. Below is a simplified version of my application code in case it's helpful.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
-new URL('https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration')
+new URL('https://login.microsoftonline.com/organizations/v2.0') This should help. |
Beta Was this translation helpful? Give feedback.
This should help.