Skip to main content
danieleg6283
June 6, 2023
Question

Integrate microsoft authenticator or OTP in a process

  • June 6, 2023
  • 1 reply
  • 0 views

Hi everyone,

I hope that you can help me with this case, here it is the use case:

I need to realize a process structured like this:

  • User receive task (it has to see a read-only form);
  • User validate the data contained in the form using a button;
  • User need to confirm through Microsoft authenticator the action (or OTP via sms, if authenticator is not possibile);
  • Process continues with the next steps.

Is it possible to realize something like this?

Thanks,

Daniele

1 reply

mathieud0001
Brainy
June 6, 2023

Yes it is possible.

You'll need a couple of plugins:

Hex Functions: [View:https://community.appian.com/b/appmarket/posts/hex-functions]

QR code generation: [View:https://community.appian.com/b/appmarket/posts/barcode-and-qr-code-utilities]

You'll also need an API to send codes via sms.(i.e. Twilio)

There are various tutorials you can find on how to implement TOTP in your app.