I have configured OpenDJ as an external data store for OpenAM and enabled the REST API. I am able to create users using the REST API successfully. For example, I created a user with the following command:
The user is created successfully, but I am unable to log in with the newly created user from the OpenAM web login console because no password is set during the user creation process.
1. How can I set or update the user password via the OpenDJ REST API?
2. Is there a specific key or method that should be used to set the password during user creation or immediately afterward?
3. Is there any other attribute or key that should be included in the user creation JSON to set the password correctly?
Any guidance or examples would be greatly appreciated.
Context:
I have configured OpenDJ as an external data store for OpenAM and enabled the REST API. I am able to create users using the REST API successfully. For example, I created a user with the following command:
Problem:
The user is created successfully, but I am unable to log in with the newly created user from the OpenAM web login console because no password is set during the user creation process.
Configuration Details:
HTTP Authorization Mechanisms:
HTTP Endpoints:
Question:
Any guidance or examples would be greatly appreciated.
Thanks and Regards, Anees