'Does Sitefinity support SAML 2.0?
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.
Solution 1:[1]
And Sitefinity still doesn't support SAML 2.0. But using a package like this one I was able to add in support pretty easily using standard MVC Controllers and Actions and such: https://www.itfoxtec.com/IdentitySaml2
(I'm not affiliated with them, just a fan.)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jesse Sierks |
