Skip to content

Commit 5d364b5

Browse files
authored
Update Web.config
Migrate to B2Clogin.com
1 parent 46516ca commit 5d364b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TaskWebApp/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<add key="ida:TenantId" value="775527ff-9a37-4307-8b3d-cc311f58d925" />
1919
<add key="ida:ClientId" value="fdb91ff5-5ce6-41f3-bdbd-8267c817015d" />
2020
<add key="ida:ClientSecret" value="X330F3#92!z614M4" />
21-
<add key="ida:AadInstance" value="https://login.microsoftonline.com/tfp/{0}/{1}" />
21+
<add key="ida:AadInstance" value="https://fabrikamb2c.b2clogin.com/tfp/{0}/{1}" />
2222
<add key="ida:RedirectUri" value="https://localhost:44316/" />
2323
<add key="ida:SignUpSignInPolicyId" value="b2c_1_susi" />
2424
<add key="ida:EditProfilePolicyId" value="b2c_1_edit_profile" />
@@ -111,4 +111,4 @@
111111
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
112112
</handlers>
113113
</system.webServer>
114-
</configuration>
114+
</configuration>

0 commit comments

Comments
 (0)