Authentication with Blazor application

Vemula, Vijaya Kumar (Cognizant) 21 Reputation points
2021-09-06T13:49:28.683+00:00

We have internal website authentication process (With in organization) and all projects should use the same to authenticate user (like single-signon model).

We are working on .Net Blazor server application where we wanted to redirect the user to internal website. After successful authentication, we should display home screen. Request to help with some sample code which covers this scenario.

Should you have any questions, please let know.. Thanks in advance for the help.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,611 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 67,916 Reputation points
    2021-09-07T01:19:15.583+00:00

    you don't explain what your current SSO solution is. is it oauth, cookie with common domain, etc.


1 additional answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 67,916 Reputation points
    2021-09-07T14:58:33.69+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.