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 46516ca commit 5d364b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TaskWebApp/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<add key="ida:TenantId" value="775527ff-9a37-4307-8b3d-cc311f58d925" />
<add key="ida:ClientId" value="fdb91ff5-5ce6-41f3-bdbd-8267c817015d" />
<add key="ida:ClientSecret" value="X330F3#92!z614M4" />
<add key="ida:AadInstance" value="https://login.microsoftonline.com/tfp/{0}/{1}" />
<add key="ida:AadInstance" value="https://fabrikamb2c.b2clogin.com/tfp/{0}/{1}" />
<add key="ida:RedirectUri" value="https://localhost:44316/" />
<add key="ida:SignUpSignInPolicyId" value="b2c_1_susi" />
<add key="ida:EditProfilePolicyId" value="b2c_1_edit_profile" />
Expand Down Expand Up @@ -111,4 +111,4 @@
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>
</system.webServer>
</configuration>
</configuration>

0 comments on commit 5d364b5

Please sign in to comment.