diff --git a/articles/active-directory-b2c/active-directory-b2c-setup-aad-custom.md b/articles/active-directory-b2c/active-directory-b2c-setup-aad-custom.md index e625982ce8b08..04a7027544159 100644 --- a/articles/active-directory-b2c/active-directory-b2c-setup-aad-custom.md +++ b/articles/active-directory-b2c/active-directory-b2c-setup-aad-custom.md @@ -138,7 +138,7 @@ To get a token from the Azure AD endpoint, you need to define the protocols that You need to update the `` section in the XML file referred to earlier to reflect the configuration settings for your specific Azure AD tenant. In the XML file, update the metadata values as follows: -1. Set `` to `https://login.microsoftonline.com/yourAzureADtenant/.well-known/openid-configuration`, where `yourAzureADtenant` is your Azure AD tenant name (contoso.com). +1. Set `` to `https://login.windows.net/yourAzureADtenant/.well-known/openid-configuration`, where `yourAzureADtenant` is your Azure AD tenant name (contoso.com). 1. Open your browser and go to the `METADATA` URL that you just updated. 1. In the browser, look for the 'issuer' object and copy its value. It should look like the following: `https://sts.windows.net/{tenantId}/`. 1. Paste the value for `` in the XML file.