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
The password policies are not validated for the admin's password when creating a tenant using the API and the Legacy Management Console. But the password policies are validated when updating the password.
In the Console, validations are applied when creating and updating tenants.
Ideally, the policies should be validated from the core level as well.
Issue 2
There is no username validation during tenant creation using the API. But when trying to update the same tenant from the console, the username validation will fail but that field is not modifiable.
Steps to Reproduce
Issue 1:
Create a tenant using the API request. There is no validations for the password
{
"code": "TM-65010",
"message": "Unable to update the tenant owner.",
"description": "Error in changing the tenant admin password for tenant domain: kim3.com. INM-60006:The minimum length of password should be 8.",
"traceId": "c33ab790-8731-42c4-9504-3ec30a191b7b"
}
If the same tenant is updated from the UI, the username will be validated.
Version
wso2is-7.1.0-m8
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
Issue 1
The password policies are not validated for the admin's password when creating a tenant using the API and the Legacy Management Console. But the password policies are validated when updating the password.
In the Console, validations are applied when creating and updating tenants.
Ideally, the policies should be validated from the core level as well.
Issue 2
There is no username validation during tenant creation using the API. But when trying to update the same tenant from the console, the username validation will fail but that field is not modifiable.
Steps to Reproduce
Issue 1:
The API will return the following response.
Version
wso2is-7.1.0-m8
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: