Any way we can differentiate SSO users by running a query in Admin console

Hi,

My Quick question is How can we get the results of particular users like to show on the list of users in admin console or in designer .

Example: i have users with SSO and email id's, i want to Display the users of SSO for now, Can we write a query like in Data Base to Display Values.

Thanks In Advance

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    A lot of applications will build out frontend user management functionality with sail/sites. How you organize that functionality is up to your use case and how you ended up configuring user accounts in your application(s). To Vinishaan's point, you can't modify the out of the box admin console and designer interfaces to add additional data or user management functionality.

    If all of your user data is stored within the Appian database, you should utilize expressions to pull data about the individual users. For example, you can determine if someone is setup for SSO based on their group membership. You should not query the Appian database directly as it intended to be used for out of the box functionality and not application specific designer functionality. If you are on Appian Cloud you won't be able to query the Appian database regardless of what you do. If you are on-premise you should avoid it, even though you could technically connect to it outside of the out of the box functionality.

Reply
  • +1
    Certified Lead Developer

    A lot of applications will build out frontend user management functionality with sail/sites. How you organize that functionality is up to your use case and how you ended up configuring user accounts in your application(s). To Vinishaan's point, you can't modify the out of the box admin console and designer interfaces to add additional data or user management functionality.

    If all of your user data is stored within the Appian database, you should utilize expressions to pull data about the individual users. For example, you can determine if someone is setup for SSO based on their group membership. You should not query the Appian database directly as it intended to be used for out of the box functionality and not application specific designer functionality. If you are on Appian Cloud you won't be able to query the Appian database regardless of what you do. If you are on-premise you should avoid it, even though you could technically connect to it outside of the out of the box functionality.

Children
No Data