Is anybody there to help me out?
Please reply
Hi
I have a customized login screen and I am facing an issue like when we click on the logo so it's going to the swagger link can you please tell me how I can do this so that it can show the blazer site not the swagger link.
- Do you have any errors when you check developer console (F12) of the browser?
- Is your project template Blazor WebAssemby non-tiered? What is your exact template version?
- Do you have front-channel logout altered or any identityserver-related data changes?
No not able to see any error in console also I am using blazor webassembly non-tiered and the version is 4.4.3.
If you have it authorized, it should be redirecting back to login page already. Can you share a video, or gif of the process that show the problem you are having with?
Can u send me your mail id?
[Authorize]
Are you talking about index.razor page. We have this page in blazor project and [Authorize] tag is already there.
Is there anybody who can help me out!
Hi
I want to show the login page after the logout click currently when we click on logout so it calls authentication/loggedout page and logout page so can we direct show the login page after logout.
I want to restrict extra redirection. Please suggest me.