Does not retrieve all the users from the IdP #25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When enabling "Periodic full sync", the client fetches the Service Provider users. It uses
/Users
for that purpose.SCIMMY uses a pagination by default when requesting that endpoint.
I think SCIMMY is right, regarding section 3.4.2.4 of RFC7644, table 6 :
Especially:
So I guess the client must use the pagination or otherwise it will not get all the results.
You may use
count=BIG_NUMBER
to circumvent some cases, with no warranty it will work in all cases.Does not retrieve all the users in the IdPto Does not retrieve all the users from the IdP