Application based user management

Hello,

I'm looking for a best practice how-to enable a user management within an application. Basically there are two main roles within the target application:

  • administrator role - I assume that one can be based on the appian built-in user management
  • standard user role - thats a role where an "anonymous" user can apply for
    • with a self choosen username and password
    • based on an application built login interface such user will have some additional things to do

What would be a good way to achieve this if any?

Thank you in advance
Thomas

  Discussion posts and replies are publicly visible

Parents Reply
  • Certified Lead Developer
    in reply to BE.Thomas

    Our clients typically use a active directory to implement access management.

    To login to Appian, you need to have an existing account. That "new user" scenario does not work, letting an Appian Portal aside.

    Now, your landing page could be visible to everybody. Any user that is not in your app's user group just sees some form to apply for access.

Children