-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Description
According to https://docs.pivotal.io/pivotalcf/1-9/opsguide/external-user-management.html only origin
, externalId
, username
and one email is required for adding a user from a ldap. But CreateUserRequest
always requires password and name and the request will fail with the following error:
Exception in thread "main" java.lang.IllegalStateException: Cannot build CreateUserRequest, some of required attributes are not set [name, password]
at org.cloudfoundry.uaa.users.CreateUserRequest$Builder.build(CreateUserRequest.java:522)