Base solution for your next web application
Open Closed

Single Sign on #10347


User avatar
0
epicadmin created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • v10.0.0
  • What is your product type (Angular or MVC)?
  • ASP.NET CORE & Angular
  • What is product framework type (.net framework or .net core)?
  • .NET 5.0

We are trying to enable a Single Sign on (SSO) for our application but hit a roadblock. The requirement is the application should work using windows authentication only, if the user is already authenticated/logged into a computer then the application should auto login without requesting user to keyin credentials again. We were able to enable AD(LDAP) authentication in the framework, but it displays the login popup and user need to keyin the credentials to login. Once logged in it work without requesting for the credentials until user clears the browser cache.

Any inputs/suggestions to solve this using configuration/code chage would be greatly appreciated.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @epicadmin

    I haven't tried this before but Microsoft has an official document about it. You can check it out https://docs.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth?view=aspnetcore-5.0&tabs=visual-studio

  • User Avatar
    0
    enio created

    Hi epicadmin,

    have you been successful in setting up windows authentication? Unfortunately it seems that aspnetzero indeed ignores this important business scenario. I haven't found any useful documentation about that.

    If you were successful I would be very happy if you could write down some words about what you have done.

    Kind regards, marco