kiranchavala opened a new issue, #9932: URL: https://github.com/apache/cloudstack/issues/9932
ISSUE TYPE Improvement request COMPONENT NAME Component: Improvement, UI CLOUDSTACK VERSION Cloudstack version 4.19.1.x SUMMARY Add a filter option to view the users based on the user type Steps to reproduce the issue 1. Have a cloudstack environment with Ldap and saml enabled 2. Make sure the ldap user and saml users are imported 3. Currently the list account and list users API's supports provides the parameter "usersource" as response through which the admin can identify the user type https://cloudstack.apache.org/api/apidocs-4.19/apis/listAccounts.html https://cloudstack.apache.org/api/apidocs-4.19/apis/listUsers.html Currently there is no way to identify the usersource from the UI 4. Navigate to Account > view the account 4. Navigate to Account > select a account >, View users   ``` (localcloud) 🐱 > list users filter=username,usersource listall=true { "count": 7, "user": [ { "username": "admin", "usersource": "native" }, { "username": "baremetal-system-account", "usersource": "native" }, { "username": "user", "usersource": "saml2disabled" }, { "username": "admin-kubeadmin", "usersource": "native" }, { "username": "kiran2", "usersource": "ldap" }, { "username": "[email protected]", "usersource": "saml2" }, { "username": "[email protected]", "usersource": "saml2" } ] ``` Expected behaviour Admin should be able to identify the usersource of a account or a user -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
