We have developed an Identity Provider to perform Single sign on using SAML 2.0.
I just want to know whether Sitefinity gives support for SAML protocols ?
- I came to know sitefinity supports only Claims based authentication(using WIF).
- And found something in Github link below,where sitefinity can extend to 3rd party STS/IDP like Google,FB,Amazon.
But these external auth are OAuth based(i guess).
https://github.com/Sitefinity/Sitefinity-External-STS-Integration/blob/master/README.md
Is it possible to use a SAML 2 IDP for performing SSO in sitefinity CMS?
Any suggestions,resource references will be of great help.