SAML Help Needed

Hi All,

I’ve been developing a PHP web app on the side for a while and one thing I’ve decided to try is to implement SAML. I’ve found the simpleSAMLphp library but for the life of me I cannot seem to figure it out. Does anyone know of any resources (preferably video as I learn best by watching it be done) to help implement this?

I tried following along with the Okta docs example (SimpleSAMLphp | Okta Developer) but again was having a hard time following.

Any help you can offer would be great!

Thanks,
Marc Beinder

Hi there,

The developer blogs are a great way to learn since they usually implement best practices into their examples.

Here are some resources:
https://developer.okta.com/search/#stq=php

I recommend starting with this one as it is a popular example:

The app does support OAuth 2.0 via the Okta Sign-In Widget. I am trying to accomplish auto provisioning and deprovisioning. Any thoughts on how to accomplish this?