Open emswbandara opened 5 years ago
https://github.com/wso2/product-is/issues/4719
The above issue "invalid tenant domain" error during logout is still reproducible in 5.10 , to fix that we added this parameter "true" in carbon.xml which is blocking us to use both email and non-email usernames when we migrated to 5.11 version of wso2is.
is this oidc logout issue fixed in 5.11 so that i can remove this parameter true and migrate to 5.11 from 5.10?
If we use an email in a username without enabling EmailAsUserName , this causes issues in the login flows in super tenant mode. Therefore we need to properly mention in the docs that In the docs , we need to mention '@' symbol is not allowed in usernames if EmailAsUsername is disabled in the product. Please refer https://github.com/wso2/product-is/issues/4923 for further information
We also have the following work-around If username contains '@' mark, the user needs to login with full qualified name even for the super tenant users.