Base solution for your next web application
Open Closed

Single-Sign-On (SSO) with SAML 2.0 #831


User avatar
0
sais created

Hi, we are using your framework, which is awesome! We now need to integrate it with Shibboleth. However, we decided to use the option of SAML 2.0 with Shibboleth available to us. What do you think is best practice to do this on the framework.

Please advise. Thank you.


2 Answer(s)
  • User Avatar
    0
    sais created

    Hi, can someone please reply.

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    I would want to help, but I have no knowledge on SAML. But since AspNet Zero is actually an ASP.NET MVC project, I believe you can do it as you do it in another project. I don't know how it works but, maybe you can use external auth feature (<a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Zero/User-Management#external-authentication">http://www.aspnetboilerplate.com/Pages/ ... entication</a>) or you may do it in AccountController.LoginAsync method. If you do it yourself and you have a problem because of AspNet Zero, we always try to help.

    Have a nice day.