SAML single sign on

I need to authenticate users using SAML 2.0 (Security Assertion Markup Language). Can anyone share their experiences integrating SAML into their cakephp app?

Any opinions on SAML php libraries?

Thanks

I’ve been working on something similar. This may not help you, but I’ll comment anyway. I’m working on an implementation of Okta and have found it to be fairly simple. With Okta, you can use SAML or OAuth. It may just be me, but I had a hard time understanding SAML and how to implement it, so I went with OAuth. Not sure if something like Okta is an option for you, but that’s all I have to offer.