You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ You can also modify the sample to use your own Azure AD B2C tenant. First, you'
55
55
56
56
### [OPTIONAL] Step 3: Create your own policies
57
57
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.
59
59
60
60
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.
61
61
@@ -113,8 +113,11 @@ var redirect_uri = "http://localhost:65328/";
113
113
114
114
### Step 7: Run the sample
115
115
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
+
118
120
You can now sign up / sign in / edit profile to your application using the accounts you configured in your respective policies.
121
+
119
122
Once the user is signed in with a policy make a call to the API.
0 commit comments