We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jwks_uri
1 parent cabcdc9 commit 04fc3fdCopy full SHA for 04fc3fd
src/providers/azure-ad-b2c.js
@@ -17,7 +17,7 @@ export default function AzureADB2C(options) {
17
url: `https://${tenantName}.b2clogin.com/${tenantName}.onmicrosoft.com/${primaryUserFlow}/oauth2/v2.0/token`,
18
idToken: true,
19
},
20
- jwks_uri: `https://${tenantName}.b2clogin.com/${tenantName}.onmicrosoft.com/${primaryUserFlow}}/discovery/v2.0/keys`,
+ jwks_uri: `https://${tenantName}.b2clogin.com/${tenantName}.onmicrosoft.com/${primaryUserFlow}/discovery/v2.0/keys`,
21
profile(profile) {
22
let name = ""
23
0 commit comments