Hi, I am a user of the module, and have faced an issue when trying to call createUser, the following is the error message returned:
An error occurred while calling http://localhost:9090/uaa/Users
I didn't know what was happening until I got to UAA container logs and saw it throwing a duplicated username error.
Not only that, but I see that UAA API have their error code set and also a specific error code for this duplicated case.
Are you willing to expose that error codes to the client for this type of validation? If yes, I am open to contribute to it.
Hi, I am a user of the module, and have faced an issue when trying to call
createUser, the following is the error message returned:I didn't know what was happening until I got to UAA container logs and saw it throwing a duplicated username error.
Not only that, but I see that UAA API have their error code set and also a specific error code for this duplicated case.
Are you willing to expose that error codes to the client for this type of validation? If yes, I am open to contribute to it.