This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
msal-b2c-web-sample/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- b2c.tenant =fabrikamb2c.onmicrosoft.com
2- b2c.host =fabrikamb2c.b2clogin.com
1+ b2c.tenant =fabrikamb2c.onmicrosoft.com
2+ b2c.host =fabrikamb2c.b2clogin.com
33
4- b2c.authority.base =https://${b2c.host}/tfp/${b2c.tenant}/
4+ b2c.authority.base =https://${b2c.host}/tfp/${b2c.tenant}/
55b2c.clientId =
66b2c.secret =
77b2c.redirectUri =https://localhost:8443/msal4jsample/secure/aad
88
9- b2c.api =https://fabrikamb2chello.azurewebsites.net/hello
9+ b2c.api =https://fabrikamb2chello.azurewebsites.net/hello
1010b2c.api-scope =https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read
1111
12- policy.sign-up-sign-in =b2c_1_susi
13- policy.edit-profile =b2c_1_edit_profile
14- policy.reset-password =b2c_1_reset
12+ policy.sign-up-sign-in =b2c_1_susi
13+ policy.edit-profile =b2c_1_edit_profile
14+ policy.reset-password =b2c_1_rese
1515
16- b2c.sign-up-sign-in-authority =${b2c.authority.base}${policy.sign-up-sign-in}/
17- b2c.edit-profile-authority =${b2c.authority.base}${policy.edit-profile}/
18- b2c.reset-password-authority =${b2c.authority.base}${policy.reset-password}/
16+ b2c.sign-up-sign-in-authority =${b2c.authority.base}${policy.sign-up-sign-in}/
17+ b2c.edit-profile-authority =${b2c.authority.base}${policy.edit-profile}/
18+ b2c.reset-password-authority =${b2c.authority.base}${policy.reset-password}/
1919
2020server.port =8443
2121
You can’t perform that action at this time.
0 commit comments