erant10 opened a new issue, #449: URL: https://github.com/apache/directory-scimple/issues/449
Trying to figure out a way to “enrich” calls coming into the scim repositories with additional context which is not part of the ScimResource (e.g. customerId, directory provider - azure/okta/other, environment, etc...). This data usually comes in scim requests the form of http headers or jwt token claims, and we need it to persist it into the db. My first thought was to add this information as a custom extension but this means manipulating the scim resource which is better to avoid… Alternatively we can extract this information in the base resource impl class and change the repositories a bit, but wanted to start a discussion thread on in case someone has a more elegant idea that doesn’t involve a big refactor. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
