Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 8ef3a62

Browse files
authored
Merge pull request #18 from chadhasbrook/master
Update to README.md app reg URL
2 parents f35c9fd + b3b98f4 commit 8ef3a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ catch {
5454

5555
## App Registration
5656

57-
You will need to have a B2C client application registered with Microsoft. Follow [the instructions here](https://docs.microsoft.com/azure/active-directory-b2c/active-directory-b2c-get-started). Make sure you make note of your `client ID`, and the name of the policies you create. Once done, you will need add the redirect URI of `msal<your-client-id-here>://auth`.
57+
You will need to have a B2C client application registered with Microsoft. Follow [the instructions here](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-register-applications?tabs=applications). Make sure you make note of your `client ID`, and the name of the policies you create. Once done, you will need add the redirect URI of `msal<your-client-id-here>://auth`.
5858

5959

6060
## Installation

0 commit comments

Comments
 (0)