Auto-Provisioning and Group Syncing for Multiple Applications in Appian

We have multiple applications within the Appian platform. Could someone provide guidance on how to implement auto-provisioning and group syncing in a way that maintains separation between these individual applications?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Appian has the ability to inspect a SAML login response and synchronize a user's group memberships based on an assertion in the response.

    In application you need to have group types for the groups you want to sync. The sync happens when user signs in based on the group type and SAML assertion value.

    the assertion value in SAML should match the value in the memberOfValue attribute of the group type. So different groups will have different values in this memberOfValue attribute. During sign in based on users group membership in the identity provider the SAML attributes are matched with memberOfValue of group types. Users are added or removed based on that. For more details you can refer this documentation

    docs.appian.com/.../SAML_for_Single_Sign-On.html

Reply
  • 0
    Certified Lead Developer

    Appian has the ability to inspect a SAML login response and synchronize a user's group memberships based on an assertion in the response.

    In application you need to have group types for the groups you want to sync. The sync happens when user signs in based on the group type and SAML assertion value.

    the assertion value in SAML should match the value in the memberOfValue attribute of the group type. So different groups will have different values in this memberOfValue attribute. During sign in based on users group membership in the identity provider the SAML attributes are matched with memberOfValue of group types. Users are added or removed based on that. For more details you can refer this documentation

    docs.appian.com/.../SAML_for_Single_Sign-On.html

Children
No Data