From 231468d8e45a286702ef3d8bca03db352a21666e Mon Sep 17 00:00:00 2001 From: Gerardo Saca Date: Sat, 29 Jul 2017 08:03:08 -0700 Subject: [PATCH] Reverting b2c-setup-aad-custom to l.windows.net --- .../active-directory-b2c-setup-aad-custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.