File tree Expand file tree Collapse file tree
BlazorWebAppEntraBffYarpAspire/MinimalApiJwt
BlazorWebAppEntraBff/MinimalApiJwt
BlazorWebAppOidcBffAuto/MinimalApiJwt
BlazorWebAppOidcBffServer/MinimalApiJwt
BlazorWebAppOidcBff/MinimalApiJwt
BlazorWebAppOidcServer/MinimalApiJwt
BlazorWebAppOidc/MinimalApiJwt
BlazorWebAppEntraBffYarpAspire/MinimalApiJwt
BlazorWebAppEntraBff/MinimalApiJwt
BlazorWebAppOidcBffAutoYarpAspire/MinimalApiJwt
BlazorWebAppOidcBffAuto/MinimalApiJwt
BlazorWebAppOidcBffServer/MinimalApiJwt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 //
1111 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
1212 //
13- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
13+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1414 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1515 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
16+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
17+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1618 //
1719 jwtOptions . Authority = "{AUTHORITY}" ;
1820 //
Original file line number Diff line number Diff line change 1010 //
1111 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
1212 //
13- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
13+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1414 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1515 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
16+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
17+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1618 //
1719 jwtOptions . Authority = "{AUTHORITY}" ;
1820
Original file line number Diff line number Diff line change 77 //
88 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
99 //
10- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
10+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1111 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1212 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
13+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
14+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1315 //
1416 jwtOptions . Authority = "{AUTHORITY}" ;
1517 //
Original file line number Diff line number Diff line change 77 //
88 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
99 //
10- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
10+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1111 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1212 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
13+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
14+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1315 //
1416 jwtOptions . Authority = "{AUTHORITY}" ;
1517 //
Original file line number Diff line number Diff line change 77 //
88 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
99 //
10- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
10+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1111 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1212 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
13+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
14+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1315 //
1416 jwtOptions . Authority = "{AUTHORITY}" ;
1517 //
Original file line number Diff line number Diff line change 1010 //
1111 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
1212 //
13- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
13+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1414 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1515 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
16+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
17+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1618 //
1719 jwtOptions . Authority = "{AUTHORITY}" ;
1820 //
Original file line number Diff line number Diff line change 77 //
88 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
99 //
10- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
10+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1111 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1212 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
13+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
14+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1315 //
1416 jwtOptions . Authority = "{AUTHORITY}" ;
1517 //
Original file line number Diff line number Diff line change 77 //
88 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
99 //
10- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
10+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1111 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1212 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
13+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
14+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1315 //
1416 jwtOptions . Authority = "{AUTHORITY}" ;
1517 //
Original file line number Diff line number Diff line change 1010 //
1111 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
1212 //
13- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
13+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1414 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1515 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
16+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
17+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1618 //
1719 jwtOptions . Authority = "{AUTHORITY}" ;
1820 //
Original file line number Diff line number Diff line change 77 //
88 // Authority format {AUTHORITY} matches the issurer (`iss`) of the JWT returned by the identity provider.
99 //
10- // Authority format {AUTHORITY} for ME-ID tenant type: https://sts.windows.net/{TENANT ID}
10+ // Authority format {AUTHORITY} for ME-ID tenant type (V1 STS token) : https://sts.windows.net/{TENANT ID}
1111 // Authority format {AUTHORITY} for ME External ID tenant type: https://{DIRECTORY NAME}.ciamlogin.com/{TENANT ID}/v2.0
1212 // Authority format {AUTHORITY} for B2C tenant type: https://login.microsoftonline.com/{TENANT ID}/v2.0
13+ // The format of the authority URL depends on the tenant type and the version of the tokens issued by the identity provider.
14+ // For guidance on adopting V2 tokens and the corresponding authority URL format, see the article.
1315 //
1416 jwtOptions . Authority = "{AUTHORITY}" ;
1517 //
You can’t perform that action at this time.
0 commit comments