This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree 5 files changed +5
-5
lines changed
1-Authentication/2-sign-in-b2c/SPA/src/app
3-Authorization-II/2-call-api-b2c
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const b2cPolicies = {
41
41
*/
42
42
export const msalConfig : Configuration = {
43
43
auth : {
44
- clientId : '9067c884-9fa6-414f-9aa4-a565b1cb46be ' , // This is the ONLY mandatory field that you need to supply.
44
+ clientId : 'Enter_the_Application_Id_Here ' , // This is the ONLY mandatory field that you need to supply.
45
45
authority : b2cPolicies . authorities . signUpSignIn . authority , // Defaults to "https://login.microsoftonline.com/common"
46
46
knownAuthorities : [ b2cPolicies . authorityDomain ] , // Mark your B2C tenant's domain as trusted.
47
47
redirectUri : '/auth' , // Points to window.location.origin by default. You must register this URI on Azure portal/App Registration.
Original file line number Diff line number Diff line change 1
1
{
2
2
"AzureAdB2C" : {
3
3
"Instance" : " https://fabrikamb2c.b2clogin.com" ,
4
- "ClientId" : " e29ac359-6a90-4f9e-b31c-8f64e1ac20cb " ,
4
+ "ClientId" : " Enter_the_Application_Id_Here " ,
5
5
"Domain" : " fabrikamb2c.onmicrosoft.com" ,
6
6
"SignUpSignInPolicyId" : " b2c_1_susi_v2" ,
7
7
"Scopes" : {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const b2cPolicies = {
41
41
*/
42
42
export const msalConfig : Configuration = {
43
43
auth : {
44
- clientId : '9067c884-9fa6-414f-9aa4-a565b1cb46be ' , // This is the ONLY mandatory field that you need to supply.
44
+ clientId : 'Enter_the_Application_Id_Here ' , // This is the ONLY mandatory field that you need to supply.
45
45
authority : b2cPolicies . authorities . signUpSignIn . authority , // Defaults to "https://login.microsoftonline.com/common"
46
46
knownAuthorities : [ b2cPolicies . authorityDomain ] , // Mark your B2C tenant's domain as trusted.
47
47
redirectUri : '/auth' , // Points to window.location.origin by default. You must register this URI on Azure portal/App Registration.
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ For a middle-tier web API (`ProfileAPI`) to be able to call a downstream web API
278
278
For instance:
279
279
280
280
``` json
281
- "knownClientApplications" : [" ca8dca8d-f828-4f08-82f5-325e1a1c6428 " ],
281
+ "knownClientApplications" : [" Enter_the_Application_Id_Here " ],
282
282
```
283
283
284
284
1 . ** Save** the changes to the manifest.
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
274
274
For instance:
275
275
276
276
``` json
277
- "knownClientApplications" : [" ca8dca8d-f828-4f08-82f5-325e1a1c6428 " ],
277
+ "knownClientApplications" : [" Enter_the_Application_Id_Here " ],
278
278
```
279
279
280
280
1 . ** Save** the changes to the manifest.
You can’t perform that action at this time.
0 commit comments