Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit a092ec7

Browse files
authored
Update README.md
1 parent ca9d638 commit a092ec7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also modify the sample to use your own Azure AD B2C tenant. First, you'
5555
5656
### [OPTIONAL] Step 3: Create your own policies
5757

58-
This sample uses three types of policies: a unified sign-up/sign-in policy & a profile editing policy. Create one policy of each type by following [the instructions here](https://azure.microsoft.com/documentation/articles/active-directory-b2c-reference-policies). You may choose to include as many or as few identity providers as you wish.
58+
This sample uses three types of policies: a unified sign-up/sign-in policy & a profile editing policy. Create one policy of each type by following [the instructions here](https://docs.microsoft.com/azure/active-directory-b2c/active-directory-b2c-reference-policies). You may choose to include as many or as few identity providers as you wish.
5959

6060
If you already have existing policies in your Azure AD B2C tenant, feel free to re-use those. No need to create new ones just for this sample.
6161

@@ -113,8 +113,11 @@ var redirect_uri = "http://localhost:65328/";
113113

114114
### Step 7: Run the sample
115115

116-
Open the B2C-v2jsapp.sln in Visual Studio 2015 or Visual Studio 2017.
117-
Clean and rebuild the solution, and run it.
116+
Open the `B2C-v2jsapp.sln` in Visual Studio 2015 or Visual Studio 2017.
117+
118+
Clean and rebuild the solution, and run it.
119+
118120
You can now sign up / sign in / edit profile to your application using the accounts you configured in your respective policies.
121+
119122
Once the user is signed in with a policy make a call to the API.
120123

0 commit comments

Comments
 (0)