Skip to content

Commit

Permalink
Update Web.config
Browse files Browse the repository at this point in the history
Migrate to B2Clogin.com
  • Loading branch information
yoelhor authored Sep 10, 2019
1 parent 5d364b5 commit 322ac88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TaskService/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="ida:AadInstance" value="https://login.microsoftonline.com/{0}/v2.0/.well-known/openid-configuration?p={1}" />
<add key="ida:AadInstance" value="https://fabrikamb2c.b2clogin.com/{0}/{1}/v2.0/.well-known/openid-configuration" />
<add key="ida:Tenant" value="fabrikamb2c.onmicrosoft.com" />
<add key="ida:ClientId" value="90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6" />
<add key="ida:SignUpSignInPolicyId" value="b2c_1_susi" />
Expand Down Expand Up @@ -104,4 +104,4 @@
<remove name="TRACEVerbHandler" />
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
</system.webServer></configuration>
</system.webServer></configuration>

0 comments on commit 322ac88

Please sign in to comment.