Skip to content

Commit 96a1eca

Browse files
authored
Update README.md
Migrate to B2Clogin.com
1 parent 322ac88 commit 96a1eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ In this section, you will change the code in both projects to use your tenant.
114114

115115
1. Open the `Web.config` file for the `TaskWebApp` project.
116116
1. Find the key `ida:Tenant` and replace the value with your `<your-tenant-name>.onmicrosoft.com`.
117+
1. Find the key `ida:AadInstance` and replace the value with your `<your-tenant-name>.b2clogin.com`.
117118
1. Find the key `ida:TenantId` and replace the value with your Directory ID.
118119
1. Find the key `ida:ClientId` and replace the value with the Application ID from your web application `My Test ASP.NET Web Application` registration in the Azure portal.
119120
1. Find the key `ida:ClientSecret` and replace the value with the Client secret from your web application in in the Azure portal.
@@ -143,6 +144,7 @@ In this section, you will change the code in both projects to use your tenant.
143144

144145
1. Open the `Web.config` file for the `TaskService` project.
145146
1. Find the key `ida:Tenant` and replace the value with your `<your-tenant-name>.onmicrosoft.com`.
147+
1. Find the key `ida:AadInstance` and replace the value with your `<your-tenant-name>.b2clogin.com`.
146148
1. Find the key `ida:ClientId` and replace the value with the Application ID from your web API `My Test ASP.NET Web API` registration in the Azure portal.
147149
1. Find the key `ida:SignUpSignInPolicyId` and replace the value with the policy name you created, e.g. `b2c_1_SiUpIn`
148150
1. Find the keys representing the scopes, e.g. `api:ReadScope` and `api:WriteScope` and replace the values with the corresponding scope names you created if needed, e.g. `read` and `write`

0 commit comments

Comments
 (0)