You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement shadow user creation by org manager (#4113)
* Add username and origin to user create message
* Add uaa client for creating shadow users
* Enable UAA shadow user creation for POST /v3/users
* Add error handling in case UAA is unavailable
* Disallow using origin 'uaa' when creating user by username
* Allow org managers to create users by username
* Add config flag
* Adjust error handling and add unit tests
* Implement shadow user creation in /v3/roles endpoint
* Allow empty array in config for uaa->clients
* Prevent calling UAA twice when creating new user through /v3/users
* Add unit test for scenario feature off but admin can still create shadow user using username and origin
* First check whether user exists in UAA before trying to create in /v3/users
* First check whether user exists in UAA before trying to create in /v3/roles
* Improve user-create-message error messages
0 commit comments