Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 0321322

Browse files
committed
remove invisible characters that prevent authentication
1 parent 5d28989 commit 0321322

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

msal-b2c-web-sample/src/main/resources/application.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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}/
55
b2c.clientId=
66
b2c.secret=
77
b2c.redirectUri=https://localhost:8443/msal4jsample/secure/aad​
88

9-
b2c.api=https://fabrikamb2chello.azurewebsites.net/hello
9+
b2c.api=https://fabrikamb2chello.azurewebsites.net/hello
1010
b2c.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

2020
server.port=8443
2121

0 commit comments

Comments
 (0)