Skip to content

Updated guidance based on experience - #1

Open
raffertyuy wants to merge 2 commits into
azure-ad-b2c:masterfrom
raffertyuy:master
Open

Updated guidance based on experience#1
raffertyuy wants to merge 2 commits into
azure-ad-b2c:masterfrom
raffertyuy:master

Conversation

@raffertyuy

Copy link
Copy Markdown

I added some notes on readme.md based on my experience in implementing this sample. Also updated the policy file and replaced {tenant} to {your_tenantId} to be consistent with the guidance in readme.md

<Item Key="ProviderName">https://sts.windows.net/</Item>
<Item Key="METADATA">https://login.microsoftonline.com/{tenant}/.well-known/openid-configuration</Item>
<Item Key="authorization_endpoint">https://login.microsoftonline.com/{tenant}/oauth2/token</Item>
<Item Key="METADATA">https://login.microsoftonline.com/{your_tenantId}/.well-known/openid-configuration</Item>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are special identifiers {tenant}, you shouldn't actually need to populate these at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants