Skip to content

Commit 3534d59

Browse files
committed
jwt.ms clearer call-out
1 parent 36ece99 commit 3534d59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory-b2c/tutorial-register-applications.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ If you haven't already created your own [Azure AD B2C Tenant](tutorial-create-te
3636
3. Select **Applications**, and then select **Add**.
3737
4. Enter a name for the application. For example, *webapp1*.
3838
5. For **Include web app/ web API** and **Allow implicit flow**, select **Yes**.
39-
6. For **Reply URL**, enter an endpoint where Azure AD B2C should return any tokens that your application requests. For example, you can set it to listen locally at `https://localhost:44316` If you don't yet know the port number, you can enter a placeholder value and change it later. For testing purposes you could set it to `https://jwt.ms`, which displays the contents of a token for inspection. For this tutorial, set it to `https://jwt.ms`.
39+
6. For **Reply URL**, enter an endpoint where Azure AD B2C should return any tokens that your application requests. For example, you could set it to listen locally at `https://localhost:44316`. If you don't yet know the port number, you can enter a placeholder value and change it later.
40+
41+
For testing purposes you can set it to `https://jwt.ms` which displays the contents of a token for inspection. For this tutorial, set the **Reply URL** to `https://jwt.ms`.
4042

4143
The reply URL must begin with the scheme `https`, and all reply URL values must share a single DNS domain. For example, if the application has a reply URL of `https://login.contoso.com`, you can add to it like this URL `https://login.contoso.com/new`. Or, you can refer to a DNS subdomain of `login.contoso.com`, such as `https://new.login.contoso.com`. If you want to have an application with `login-east.contoso.com` and `login-west.contoso.com` as reply URLs, you must add those reply URLs in this order: `https://contoso.com`, `https://login-east.contoso.com`, `https://login-west.contoso.com`. You can add the latter two because they're subdomains of the first reply URL, `contoso.com`.
4244

@@ -58,7 +60,7 @@ In this article, you learned how to:
5860
> * Register a web application
5961
> * Create a client secret
6062
61-
Next, learn how to create user flows to enable your users to sign up, sign in, or manage their profiles.
63+
Next, learn how to create user flows to enable your users to sign up, sign in, and manage their profiles.
6264

6365
> [!div class="nextstepaction"]
6466
> [Create user flows in Azure Active Directory B2C >](tutorial-create-user-flows.md)

0 commit comments

Comments
 (0)