Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-Authentication/2-sign-in-b2c/SPA/src/authConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const b2cPolicies = {
*/
export const msalConfig = {
auth: {
clientId: '2fdd06f3-7b34-49a3-a78b-0cf1dd87878e', // This is the ONLY mandatory field that you need to supply.
clientId: '09dd92cf-78ba-4c25-94b2-ec3f3ef84352', // This is the ONLY mandatory field that you need to supply.
authority: b2cPolicies.authorities.signUpSignIn.authority, // Choose SUSI as your default authority.
knownAuthorities: [b2cPolicies.authorityDomain], // Mark your B2C tenant's domain as trusted.
redirectUri: '/', // You must register this URI on Azure Portal/App Registration. Defaults to window.location.origin
Expand Down
2 changes: 1 addition & 1 deletion 3-Authorization-II/2-call-api-b2c/SPA/src/authConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const b2cPolicies = {
*/
export const msalConfig = {
auth: {
clientId: '2fdd06f3-7b34-49a3-a78b-0cf1dd87878e', // This is the ONLY mandatory field that you need to supply.
clientId: '09dd92cf-78ba-4c25-94b2-ec3f3ef84352', // This is the ONLY mandatory field that you need to supply.
authority: b2cPolicies.authorities.signUpSignIn.authority, // Choose SUSI as your default authority.
knownAuthorities: [b2cPolicies.authorityDomain], // Mark your B2C tenant's domain as trusted.
redirectUri: '/', // You must register this URI on Azure Portal/App Registration. Defaults to window.location.origin
Expand Down