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

Commit

Permalink
two more zero-width white-space errors removed from application.prope…
Browse files Browse the repository at this point in the history
…rties
  • Loading branch information
idg-sam committed Oct 29, 2020
1 parent 0bf1c3f commit af826c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msal-b2c-web-sample/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ b2c.host=fabrikamb2c.b2clogin.com
b2c.authority.base=https://${b2c.host}/tfp/${b2c.tenant}/
b2c.clientId=
b2c.secret=
b2c.redirectUri=https://localhost:8443/msal4jsample/secure/aad
b2c.redirectUri=https://localhost:8443/msal4jsample/secure/aad

b2c.api=https://fabrikamb2chello.azurewebsites.net/hello
b2c.api-scope=https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read
b2c.api-scope=https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read

policy.sign-up-sign-in=b2c_1_susi
policy.edit-profile=b2c_1_edit_profile
Expand Down

0 comments on commit af826c2

Please sign in to comment.