Skip to content
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