Question

I'm working on WSO2 IS SCIM endpoints for user management.

Now I could add a new user to LDAP user store by mapping the SCIM claim to the existing attributes of Apache directory.

But now I can't add a new user to default user store once I mapped the SCIM claim to LDAP attributes.

Is there any option to create new users to different user stores according to our requirement ?

Was it helpful?

Solution

When you are using two use stores, you need to map the attributes correctly using claim management. Under "Mapped Attribute (s)" you need to follow the pattern....

{domain_name/attribute_Name};{domain_name/attribute_Name}; {domain_name/attribute_Name};

and so on.. But for default user store, you do not want to provide the domain name. As an example, if you have two user stores, one is default and other one with domain "LDAP" then patter would be as follows for http://wso2.org/claims/emailaddress

email;LDAP/mail

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top