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
11 changes: 1 addition & 10 deletions 8.0/BlazorWebAppOidc/BlazorWebAppOidc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,7 @@
// ........................................................................
// The following paths must match the redirect and post logout redirect
// paths configured when registering the application with the OIDC provider.
// For Microsoft Entra ID, this is accomplished through the "Authentication"
// blade of the application's registration in the Azure portal. Both the
// signin and signout paths must be registered as Redirect URIs. The default
// values are "/signin-oidc" and "/signout-callback-oidc".
// Microsoft Identity currently only redirects back to the
// SignedOutCallbackPath if authority is
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is above.
// You can use the "common" authority instead, and logout redirects back to
// the Blazor app. For more information, see
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
// The default values are "/signin-oidc" and "/signout-callback-oidc".

//oidcOptions.CallbackPath = new PathString("/signin-oidc");
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");
Expand Down
11 changes: 1 addition & 10 deletions 8.0/BlazorWebAppOidcBff/BlazorWebAppOidc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,7 @@
// ........................................................................
// The following paths must match the redirect and post logout redirect
// paths configured when registering the application with the OIDC provider.
// For Microsoft Entra ID, this is accomplished through the "Authentication"
// blade of the application's registration in the Azure portal. Both the
// signin and signout paths must be registered as Redirect URIs. The default
// values are "/signin-oidc" and "/signout-callback-oidc".
// Microsoft Identity currently only redirects back to the
// SignedOutCallbackPath if authority is
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is below.
// You can use the "common" authority instead, and logout redirects back to
// the Blazor app. For more information, see
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
// The default values are "/signin-oidc" and "/signout-callback-oidc".

//oidcOptions.CallbackPath = new PathString("/signin-oidc");
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");
Expand Down
11 changes: 1 addition & 10 deletions 9.0/BlazorWebAppOidc/BlazorWebAppOidc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@
// ........................................................................
// The following paths must match the redirect and post logout redirect
// paths configured when registering the application with the OIDC provider.
// For Microsoft Entra ID, this is accomplished through the "Authentication"
// blade of the application's registration in the Azure portal. Both the
// signin and signout paths must be registered as Redirect URIs. The default
// values are "/signin-oidc" and "/signout-callback-oidc".
// Microsoft Identity currently only redirects back to the
// SignedOutCallbackPath if authority is
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is above.
// You can use the "common" authority instead, and logout redirects back to
// the Blazor app. For more information, see
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
// The default values are "/signin-oidc" and "/signout-callback-oidc".

//oidcOptions.CallbackPath = new PathString("/signin-oidc");
//oidcOptions.SignedOutCallbackPath = new PathString("/signout-callback-oidc");
Expand Down
11 changes: 1 addition & 10 deletions 9.0/BlazorWebAppOidcBff/BlazorWebAppOidc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,7 @@
// ........................................................................
// The following paths must match the redirect and post logout redirect
// paths configured when registering the application with the OIDC provider.
// For Microsoft Entra ID, this is accomplished through the "Authentication"
// blade of the application's registration in the Azure portal. Both the
// signin and signout paths must be registered as Redirect URIs. The default
// values are "/signin-oidc" and "/signout-callback-oidc".
// Microsoft Identity currently only redirects back to the
// SignedOutCallbackPath if authority is
// https://login.microsoftonline.com/{TENANT ID}/v2.0/ as it is below.
// You can use the "common" authority instead, and logout redirects back to
// the Blazor app. For more information, see
// https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5783
// The default values are "/signin-oidc" and "/signout-callback-oidc".

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