Skip to content

Commit f5fa6e5

Browse files
authored
Callback path comment updates (#407)
1 parent 0579d55 commit f5fa6e5

File tree

4 files changed

+4
-40
lines changed

4 files changed

+4
-40
lines changed

8.0/BlazorWebAppOidc/BlazorWebAppOidc/Program.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,7 @@
3939
// ........................................................................
4040
// The following paths must match the redirect and post logout redirect
4141
// paths configured when registering the application with the OIDC provider.
42-
// For Microsoft Entra ID, this is accomplished through the "Authentication"
43-
// blade of the application's registration in the Azure portal. Both the
44-
// signin and signout paths must be registered as Redirect URIs. The default
45-
// values are "/signin-oidc" and "/signout-callback-oidc".
46-
// Microsoft Identity currently only redirects back to the
47-
// SignedOutCallbackPath if authority is
48-
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is above.
49-
// You can use the "common" authority instead, and logout redirects back to
50-
// the Blazor app. For more information, see
51-
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
42+
// The default values are "/signin-oidc" and "/signout-callback-oidc".
5243

5344
//oidcOptions.CallbackPath = new PathString("/signin-oidc");
5445
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");

8.0/BlazorWebAppOidcBff/BlazorWebAppOidc/Program.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,7 @@
4242
// ........................................................................
4343
// The following paths must match the redirect and post logout redirect
4444
// paths configured when registering the application with the OIDC provider.
45-
// For Microsoft Entra ID, this is accomplished through the "Authentication"
46-
// blade of the application's registration in the Azure portal. Both the
47-
// signin and signout paths must be registered as Redirect URIs. The default
48-
// values are "/signin-oidc" and "/signout-callback-oidc".
49-
// Microsoft Identity currently only redirects back to the
50-
// SignedOutCallbackPath if authority is
51-
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is below.
52-
// You can use the "common" authority instead, and logout redirects back to
53-
// the Blazor app. For more information, see
54-
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
45+
// The default values are "/signin-oidc" and "/signout-callback-oidc".
5546

5647
//oidcOptions.CallbackPath = new PathString("/signin-oidc");
5748
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");

9.0/BlazorWebAppOidc/BlazorWebAppOidc/Program.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@
3636
// ........................................................................
3737
// The following paths must match the redirect and post logout redirect
3838
// paths configured when registering the application with the OIDC provider.
39-
// For Microsoft Entra ID, this is accomplished through the "Authentication"
40-
// blade of the application's registration in the Azure portal. Both the
41-
// signin and signout paths must be registered as Redirect URIs. The default
42-
// values are "/signin-oidc" and "/signout-callback-oidc".
43-
// Microsoft Identity currently only redirects back to the
44-
// SignedOutCallbackPath if authority is
45-
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is above.
46-
// You can use the "common" authority instead, and logout redirects back to
47-
// the Blazor app. For more information, see
48-
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
39+
// The default values are "/signin-oidc" and "/signout-callback-oidc".
4940

5041
//oidcOptions.CallbackPath = new PathString("/signin-oidc");
5142
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");

9.0/BlazorWebAppOidcBff/BlazorWebAppOidc/Program.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,7 @@
4141
// ........................................................................
4242
// The following paths must match the redirect and post logout redirect
4343
// paths configured when registering the application with the OIDC provider.
44-
// For Microsoft Entra ID, this is accomplished through the "Authentication"
45-
// blade of the application's registration in the Azure portal. Both the
46-
// signin and signout paths must be registered as Redirect URIs. The default
47-
// values are "/signin-oidc" and "/signout-callback-oidc".
48-
// Microsoft Identity currently only redirects back to the
49-
// SignedOutCallbackPath if authority is
50-
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is below.
51-
// You can use the "common" authority instead, and logout redirects back to
52-
// the Blazor app. For more information, see
53-
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
44+
// The default values are "/signin-oidc" and "/signout-callback-oidc".
5445

5546
//oidcOptions.CallbackPath = new PathString("/signin-oidc");
5647
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");

0 commit comments

Comments
 (0)