Skip to content

Commit e0c242d

Browse files
Fix broken link
1 parent dc8b4bd commit e0c242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/05 Examples/01 Examples/03 oauth-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To use this script, you need to:
7272
1. [Set up your own Azure B2C tenant](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant)
7373
* Copy the tenant name, it will be used in your test script.
7474
2. [Register a web application](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga)
75-
* Register a single page application with the redirect URL of: https://jwt.ms. That's needed for the flow to receive a token.
75+
* Register a single page application with the redirect URL of: [https://jwt.ms](https://jwt.ms). That's needed for the flow to receive a token.
7676
* After the creation, you can get the Application (client) ID, and the Directory (tenant) ID. Copy both of them, they'll be used in your test script.
7777
3. [Create a user flow so that you can sign up and create a user](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows)
7878
* Create a new user, and copy the username and password. They'll be used in the test script.

0 commit comments

Comments
 (0)