I have "implemented" (sometimes it works, sometimes not) a Shibboleth SP (Service Provider), which I've read is an implementation of SAML 2.0. Now my boss has asked me if we can also implement SSO (single sign on) via SAML 2.0 in our web application.
Since Shibboleth is just an implementation of SAML 2.0, can I just use that somehow? Do i just need to edit some files to support an additional IdP (Identity Provider) that's not a Shibboleth IdP?
I've read that there are numerous third-party components that use WIF (Windows Identity Foundation) to implement the SAML 2.0 SP. Is it better to just use these third part components instead of trying to "re-use" the Shibboleth SP for my SAML 2.0 implementation? Can I use one of these third-party components to simplify my Shibboleth SP implementation (It is SUCH a pain to configure and is the bane of my existence)