Team,
Requirement - We are using Azure AD for authentication, is there a way we can configure Appian to reauthenticate at interface level?
Discussion posts and replies are publicly visible
This is not supported.
Related discussion: community.appian.com/.../authenticate-a-user-at-a-form-level-in-appian
I thought the same , trying to find a way for reauthentication or an esign to be performed with azure AD. AD team saying to reauthenticate for having esign done using SAML SSO
What is the requirement? Is it not enough to have the user log in to Appian? Make session timeout short?
Ok , basically trying to create esign , we were using internal API for that earlier now we are migrating to azure AD and according to auzre AD , you can reauthenticate to have esign success...
What is esign?
If you really need reauthentication, maybe a component plugin helps.
You'll probably need to create a custom plugin that takes an encrypted text input from Appian and returns a result - the plugin handling the decryption of the encrypted user password and invoking Azure AD APIS.