Skip to main content
June 5, 2022
Question

Trigger a process model when SAML creates a new user

  • June 5, 2022
  • 7 replies
  • 0 views

Hi,

I am configuring SAML to authenticate users to login into Appian and whenever there is a new user SAML will create that user in Appian.

But my requirement is that there is a table which contains all the groups to which that new user should be assigned like roles and responsibilities for that new user.

Whenever that new user is created by SAML i need to trigger a process model to synch all the groups with the user.

My question is there any way to trigger a process when SAML creates a new user?

Thanks

7 replies

agamb0001
June 6, 2022

[mention:219a0d546d0f48389a7dc4c637276a8f:e9ed411860ed4f2ba0265705b8793d05]

I am not sure if you could really achieve a process model trigger on new user creation. 

But, it also seems like you aren't using much of Appian's groups. If you can use role and responsibility assignment via groups, and not manage it through a DB table, you could map the user at tge time of creation to the right groups.

Was there a specific reason why you choose to implement role management through DB and not groups ?

vikashk739
June 7, 2022

Hi Harika,

You can create form to capture new user data and then you can trigger respective process model to add the users to groups

stewart.burchell
June 7, 2022

You'd be better off implementing an LDAP sync process that regularly (say nightly) creates/updates/deactivates user accounts between the repository that holds and authenticates your user community and Appian. By synchronising in this manner you can assure that User accounts already exist when someone SSOs into Appian and they already have the role(s) that you want them to have.

June 7, 2022

Please find the below link for more information.
community.appian.com/.../ldap-synchronization