RELEASED: Public: March 6, 2024
Resolved issues
- Operations center server endpoint to load a user from the security realm returned a technical error instead of a functional one (BEE-46953)
-
The operations center endpoint
/openid/loadUserByUsername
returned a HTTP 403 status when it should return a 200 status with a load status being eitherUSERNAME_NOT_FOUND
orUSER_MAY_OR_MAY_NOT_EXIST
.
This condition is now fixed and now returns a proper functional error.