rock3t
rock3t

Reputation: 2233

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.

Upvotes: 0

Views: 347

Answers (1)

rbrayb
rbrayb

Reputation: 46803

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.

Upvotes: 0

Related Questions