Skip to content

Commit

Permalink
Reverting b2c-setup-aad-custom to l.windows.net
Browse files Browse the repository at this point in the history
  • Loading branch information
gsacavdm authored Jul 29, 2017
1 parent f0c40dd commit 231468d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Metadata>` 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 `<Item Key="METADATA">` to `https://login.microsoftonline.com/yourAzureADtenant/.well-known/openid-configuration`, where `yourAzureADtenant` is your Azure AD tenant name (contoso.com).
1. Set `<Item Key="METADATA">` 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 `<Item Key="ProviderName">` in the XML file.
Expand Down

0 comments on commit 231468d

Please sign in to comment.