Custom login screen for Appian Cloud

Hi,
Has anyone on a cloud implementation put in a "front-end" login screen instead of using the Appian login screen.
With the current login screen, it is assumed that the user has a username and password already.
However, what if we want a new user to be able to go to our site, fill in a form to create a login (just like someone signing up for an amazon account) and then have that login created in our Appian user database.
It would be nice to have the standard functionality such as the setup of a security question (what is your pet's name) and a check to see if the current login exists. Also, the check to see if it is a robot trying to create an account. These are standard items that you see on most websites where a login is required.
I'm assuming this has to be done via some third-party "front end" and if anyone has done something like this already, can you please share your experiences and what technologies were involved.

Thanks,
Gary

OriginalPostID-217897

OriginalPostID-217897

  Discussion posts and replies are publicly visible

Parents
  • Hi Gary,
    Are you looking a way to set up a process for New User Onboarding?
    Do you want to integrate the Login screen with Appian to create the user directly?
    You can do it by creating the process model(for creating the user provided with some details) and exposing it as a web service and calling it from the UI you create(You can create a simple UI using Java or any technology you like).
    Security Question validation is not present in Appian User creation.
    You can check whether the User ID itself is existing or not.

    But do you want to expose this UI to all the users in an organization or to a specific users?
Reply
  • Hi Gary,
    Are you looking a way to set up a process for New User Onboarding?
    Do you want to integrate the Login screen with Appian to create the user directly?
    You can do it by creating the process model(for creating the user provided with some details) and exposing it as a web service and calling it from the UI you create(You can create a simple UI using Java or any technology you like).
    Security Question validation is not present in Appian User creation.
    You can check whether the User ID itself is existing or not.

    But do you want to expose this UI to all the users in an organization or to a specific users?
Children
No Data