You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Blazor server-side application is authenticated using Azure B2C. After signing out, the user is redirected to a generic page that informs that sign out was successful. How can I make the app redirect to the home page (i.e. login page) instead? I tried to change my app registration on Azure B2C, but did not succeed.
My Blazor server-side application is authenticated using Azure B2C. After signing out, the user is redirected to a generic page that informs that sign out was successful. How can I make the app redirect to the home page (i.e. login page) instead? I tried to change my app registration on Azure B2C, but did not succeed.
Here is a part of my authentication:
The text was updated successfully, but these errors were encountered: