You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check if your Feature Request has not been already raised in the Discussions Tab, as we would like to reduce duplicates. If it has been already raised, simply upvote it 🔼.
Is your proposal related to a problem?
Jackson directory sync is only supporting core user schema which doesn't include some details like department and designation which are frequently used.
Describe the solution you'd like
Support for urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
Thanks for the suggestion. I'm wondering can you use the raw field to get the full user object from the IdP and read the department and designation from there? The raw attribute include everything that is coming from the IdP.
@devkiran Thanks for the suggestion. It works, however we'd need to ask user to manually add the attributes mapping.
Is there a way we can update what attributes are mapped in the schema that's sent to Azure apart from the default mappings?
@hariprasadiit Do you mean the mapping on the Identity Provider's side? There is unfortunately no way to do this automatically and has to be manually configured by the user when setting up the SCIM app.
Is your proposal related to a problem?
Jackson directory sync is only supporting core user schema which doesn't include some details like department and designation which are frequently used.
Describe the solution you'd like
Support for
urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
Describe alternatives you've considered
I've tried two libs for now
https://github.com/scimmyjs/scimmy
https://github.com/jelhub/scimgateway
The text was updated successfully, but these errors were encountered: