Using UAAC to Create Users in a UAA Instance
Optional procedure to create users in a UAA instance using the UAAC instead of UAA dashboard. .
About This Task
For applications accessing your UAA instance, you can create additional clients and users with required scopes.
Note: The admin client is not assigned the authority to be able to change the user password by default. If you need the ability to update or change the user password, you must add the
uaa.admin
authority to your admin client. You can use the UAA command-line interface (UAAC) to add the uaa.admin
authority to your admin client. For more information on installing the command-line interface, see https://github.com/cloudfoundry/cf-uaac.