SAML Claims-Based Authentication Example

I’ve been looking at your MvcExampleIdentityProvider and MvcExampleServiceProvider and noticed that they are set up using Forms Authentication.

Do you have an example that you could point me to that shows how to do ClaimsBased Authentication?


I’m afraid we don’t have a claims based authentication example. This is something we may include in the future.
However, the method of authentication is independent of the SAML SSO. The user name and any additional attributes/claims are made available to the service provider through the SAMLServiceProvider.ReceiveSSO API. It’s up to your application to use this information as required.