File tree Expand file tree Collapse file tree 4 files changed +4
-40
lines changed
BlazorWebAppOidcBff/BlazorWebAppOidc
BlazorWebAppOidc/BlazorWebAppOidc
BlazorWebAppOidcBff/BlazorWebAppOidc
BlazorWebAppOidc/BlazorWebAppOidc Expand file tree Collapse file tree 4 files changed +4
-40
lines changed Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
You can’t perform that action at this time.
0 commit comments