Skip to content

Commit 04fc3fd

Browse files
author
Jussi Räsänen
authored
fix(provider): remove extra brace from jwks_uri (#2813)
1 parent cabcdc9 commit 04fc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/azure-ad-b2c.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function AzureADB2C(options) {
1717
url: `https://${tenantName}.b2clogin.com/${tenantName}.onmicrosoft.com/${primaryUserFlow}/oauth2/v2.0/token`,
1818
idToken: true,
1919
},
20-
jwks_uri: `https://${tenantName}.b2clogin.com/${tenantName}.onmicrosoft.com/${primaryUserFlow}}/discovery/v2.0/keys`,
20+
jwks_uri: `https://${tenantName}.b2clogin.com/${tenantName}.onmicrosoft.com/${primaryUserFlow}/discovery/v2.0/keys`,
2121
profile(profile) {
2222
let name = ""
2323

0 commit comments

Comments
 (0)