This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
1-Authentication/2-sign-in-b2c/SPA/src
3-Authorization-II/2-call-api-b2c/SPA/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const b2cPolicies = {
37
37
*/
38
38
export const msalConfig = {
39
39
auth : {
40
- clientId : '2fdd06f3-7b34-49a3-a78b-0cf1dd87878e ' , // This is the ONLY mandatory field that you need to supply.
40
+ clientId : '09dd92cf-78ba-4c25-94b2-ec3f3ef84352 ' , // This is the ONLY mandatory field that you need to supply.
41
41
authority : b2cPolicies . authorities . signUpSignIn . authority , // Choose SUSI as your default authority.
42
42
knownAuthorities : [ b2cPolicies . authorityDomain ] , // Mark your B2C tenant's domain as trusted.
43
43
redirectUri : '/' , // You must register this URI on Azure Portal/App Registration. Defaults to window.location.origin
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const b2cPolicies = {
38
38
*/
39
39
export const msalConfig = {
40
40
auth : {
41
- clientId : '2fdd06f3-7b34-49a3-a78b-0cf1dd87878e ' , // This is the ONLY mandatory field that you need to supply.
41
+ clientId : '09dd92cf-78ba-4c25-94b2-ec3f3ef84352 ' , // This is the ONLY mandatory field that you need to supply.
42
42
authority : b2cPolicies . authorities . signUpSignIn . authority , // Choose SUSI as your default authority.
43
43
knownAuthorities : [ b2cPolicies . authorityDomain ] , // Mark your B2C tenant's domain as trusted.
44
44
redirectUri : '/' , // You must register this URI on Azure Portal/App Registration. Defaults to window.location.origin
You can’t perform that action at this time.
0 commit comments