Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated guidance based on experience #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Updated guidance based on experience #1

wants to merge 2 commits into from

Conversation

raffertyuy
Copy link

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

@@ -450,8 +450,8 @@
<Item Key="UserMessageIfOldPasswordUsed">Looks like you used an old password</Item>

<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
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