Search code examples
single-sign-onsaml-2.0adfs4.0

How do I sync data with ADFS?


We have Single Sign-On (SSO) done via SAML.

Currently we have requirement to sync users from ADFS to our database as well as ADFS groups.

I was able to google out solutions for LDAP, however that seems quite old.

Is it possible to do this via SAML? Any other method?

I would be using PHP.


Solution

  • Both SAML and ADFS are about authentication.

    What you are referring to is provisioning which is not provided by either.

    The modern standard for provisioning is SCIM.