Skip to content

Commit 4d02c6e

Browse files
authored
Merge pull request #184717 from kengaderdus/resolve-GHI-84331
[Azure AD B2C] Resolve GitHub issue 84331
2 parents 03468c3 + 051f693 commit 4d02c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ If the **response_type** parameter in an `/authorize` request includes `token`,
6060

6161
## Request a token
6262

63-
To request an access token, you need an authorization code. Below is an example of a request to the `/authorize` endpoint for an authorization code. Custom domains are not supported for use with access tokens. Use your tenant-name.onmicrosoft.com domain in the request URL.
63+
To request an access token, you need an authorization code. Below is an example of a request to the `/authorize` endpoint for an authorization code.
6464

6565
In the following example, you replace these values in the query string:
6666

67-
- `<tenant-name>` - The name of your Azure AD B2C tenant.
67+
- `<tenant-name>` - The name of your [Azure AD B2C tenant](tenant-management.md#get-your-tenant-name). If you're using a custom domain, replace `tenant-name.b2clogin.com` with your domain, such as `contoso.com`.
6868
- `<policy-name>` - The name of your custom policy or user flow.
6969
- `<application-ID>` - The application identifier of the web application that you registered to support the user flow.
7070
- `<application-ID-URI>` - The application identifier URI that you set under **Expose an API** blade of the client application.

0 commit comments

Comments
 (0)