Question

I have install apache ds with default installation, and configure wso2 identification server to connect to apache ds. I can login with wso2 is with apache ds username/password.

I guess that it is caused by scim claim. Can somebody give some suggestion? BTW: wsois4.6, apache ds 2.0.0.

when I run
curl -v -k --user admin:secret https://www.local.com:9443/wso2/scim/Users

The response is following:

Was it helpful?

Solution

I could not see the error that you have mentioned. However, once Server is connected to external user store, you need to map claims according to the your user store attributes. By default, attributes are mapped for the claim; according to the default user store (embedded LDAP). You can change the default claim mapping using claim management UI of WSO2IS. You could find more detail from here about claim management. You can select desired existing attribute name that is available in the user object class in ApacheDS.

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