Search code examples
c#asp.net-mvc-3single-sign-onsaml-2.0

No Sustainsys.Saml2 for MVC 3? Are there any alternatives?


I have a requirement to update my ADFS configuration as the client is now changing product and would like us to use SAML 2.0.

My application is still in MVC 3 and I cannot upgrade without spending a significant amount of time in doing so (Writing a new application might be easier and quicker)

Can anyone please recommend an open source library, or point me in the right direction of how to achieve this?

One of the problems I have is that currently it is trying to communicate via WS-FED instead of SAML, is there a way to change this?

Thanks for any help people can give.


Solution

  • For a list of SAML stacks, look here.

    I'm guessing your application is built using WIF which only allows WS-Fed.

    There is no Microsoft replacement SAML stack for this.

    Basically, rip out WIF and add SAML.