Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion 10.0/BlazorWebAppEntraBff/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 10.0/BlazorWebAppOidcBffAuto/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
//
// Authority format '{AUTHORITY}' matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format '{AUTHORITY}' for ME-ID tenant type: https://sts.windows.net/{TENANT ID}/
// Authority format '{AUTHORITY}' for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0/
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
// For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
//
jwtOptions.Authority = "{AUTHORITY}";

Expand Down
2 changes: 1 addition & 1 deletion 10.0/BlazorWebAppOidcBffServer/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorWebAppOidc/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorWebAppOidcBff/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 8.0/BlazorWebAppOidcServer/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 9.0/BlazorWebAppEntraBff/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 9.0/BlazorWebAppOidcBffAuto/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
2 changes: 1 addition & 1 deletion 9.0/BlazorWebAppOidcBffServer/MinimalApiJwt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
// Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
//
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}
// Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token): https://sts.windows.net/{TENANT ID}/
// Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
// Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
// The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
Expand Down
Loading