bdemers commented on issue #807:
URL: 
https://github.com/apache/directory-scimple/issues/807#issuecomment-2824681528

   Thanks for reaching out @ritesh!
   The typical answer is "it-depends".  
   
   I will say, often times folks will need to integrate SCIM into an existing 
user store (a database, LDAP, etc). So you would map the changes pushed to your 
application via SCIM to your existing store.  For example, If you user store 
has a field for the employee's department id. And your application received a 
SCIM message that contained an update to the department id, you would update 
that user's record.
   
   if you don't already have a user store, it might be a little too early to 
implement SCIM endpoints, and plan out how and why you need to store users in 
your system.
   
   Does that help?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to