SCIM Endpoint configuration.

Hi All,

How can we configure multiple endpoints in the SCIM connector?

Can we specify it with comma-separated values?

Like in Resources how can I mention users and groups? Can I mention them as "users, Groups"

https://1drv.ms/u/s!AncsM2ZjITnJlU_9tdtVoOI-vBMw?e=lumaaU

Thank you.

Kind Regards,

Dnyandev

  • Hi Dnyandev,

    you are supposed to enter the relativ URL to the "Schemas", "ResourceTypes" and "ServiceProviderConfig" end points. This end points are defined in RFC 7643 Section 8.5, 8.6 and 8.6.
    The response of the ResourceTypes end point declares which resource endpoints are provided by your SCIM provider.
    The response of the Schemas end point declares the schema of the resources provided by your SCIM provider.
    The response of the ServiceProviderConfig end point informs about limitations and supported features of your SCIM provider.

    best regards