Require User to Provide Credentials before submitting Form

Certified Lead Developer

We have a usecase where the user needs to provide their user ID and password to confirm/certify a submission of a form. Just having a confirmation popup may not be enough. The requirement is to have the user provide their login credentials again as a digital stamp/signature.

Has anyone done this? Any guidance would be appreciated.

OriginalPostID-179482

OriginalPostID-179482

  Discussion posts and replies are publicly visible

Parents
  • On confirmation popup or another popup is not an option.

    There are 2 parts to this:
    1) Process flow:
    Once submitted take them to a confirmation form, where they have to enter their credentials on the top of the page or button where it's more accessible.

    2) Validate the credentials
    Case 1: Appian handles security
    Solution: Create web api and return true meaning the user authenticated.

    Case 2: 3rd party authentication (AD/LDAP etc)
    Solution: Custom plugin

    Hope this helps.
Reply
  • On confirmation popup or another popup is not an option.

    There are 2 parts to this:
    1) Process flow:
    Once submitted take them to a confirmation form, where they have to enter their credentials on the top of the page or button where it's more accessible.

    2) Validate the credentials
    Case 1: Appian handles security
    Solution: Create web api and return true meaning the user authenticated.

    Case 2: 3rd party authentication (AD/LDAP etc)
    Solution: Custom plugin

    Hope this helps.
Children
No Data