We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Trigger the Start Process at the moment of SAML Authentication

Certified Lead Developer

Is it possible that when authentication with SAML is successful, it triggers a process or a rule where any type of logic can be applied using the user's information?

  Discussion posts and replies are publicly visible

Parents Reply
  • Why don't you control the management of Users/Roles in Appian using some LDAP Synch (or equivalent), and keep the authentication aspect (SAML) separate? That is: treat them as two separate problems. I assume you'd want to deactivate users who have bene deactivated in your IDP, and change their roles as they change in the IDP...so implement something that manages user accounts in Appian and use SAML purely for authentication purposes. 

Children