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
  • Yes, that part is understood Slight smile

    What I do not know is, how to assign users (not known during design time) to this role. I imagine such a process:

    • Landing Page
      • Log In (if known user)
      • Apply for registration (new user)
        This triggers a process for the admin role to authorize this new user for a log-in or in other words, to assign this user (who is basically a row/record type in the database) to this normal user role...
    • Secured part of the application
      • the "normal stuff" done with the basic role model
Children