How to add SAML authentication to MVC application

2019-08-17 15:49发布

问题:

We need to add SAML support to our existing MVC application to support SSO for a client.

They have built a custom SAML authentication server using https://simplesamlphp.org/

I was hoping there would be an easy way (perhaps a nuget package) - we could use to achieve this.

However all plugins\code I find seem to be very specific for Sharepoint, Google, Okta etc.

What is the easiest way to achieve this for an existing MVC 4 application

Thanks

回答1:

Sustainsys or ITFoxtec are good options for implementing a SAML service provider in .NET