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

Update AzureActiveDirectoryRegistration.xml openIdIssuer example URL #2413

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
application.
When using Azure Active Directory, this value is the URI of the
directory tenant, e.g.
https://login.microsoftonline.com/v2.0/{tenant-guid}/.
https://login.microsoftonline.com/{tenant-guid}/v2.0
This URI is a case-sensitive identifier for the token issuer.
More information on OpenID Connect Discovery:
http://openid.net/specs/openid-connect-discovery-1_0.html</param>
Expand Down Expand Up @@ -287,7 +287,7 @@
entity which issues access tokens for this application.
When using Azure Active Directory, this value is the URI of the
directory tenant, e.g.
https://login.microsoftonline.com/v2.0/{tenant-guid}/.
https://login.microsoftonline.com/{tenant-guid}/v2.0
This URI is a case-sensitive identifier for the token issuer.
More information on OpenID Connect Discovery:
http://openid.net/specs/openid-connect-discovery-1_0.html
Expand Down