I'm trying to setup user provisioning in G Suite for my SCIM-implementing application. According to the documentation, it should be a relatively straightforward task: make sure G Suite knows about /auth
and /scim
endpoints, and you're done.
But the point is, the very option of 'User Provisioning' in my application is not active (not visible, to be precise). Again, quoting the docs:
Select the user provisioning section. You will only see this choice if your application uses the System for Cross-domain Identity Management (SCIM) specification.
The question is, how exactly the system understands that without knowing the 'root' SCIM endpoint? Does the spec dictate some common endpoint for SCIM service discovery - for example, should the server always respond to '/ServiceProviderConfig'
(and not '/scim/v2/ServiceProviderConfig'
, for example?)