Trying to set up one-time-password when accessing the applications that I have in ZT

I am trying to set up access to my applications in Zero Trust to use OTP. Is this even possible? Here is what I am doing

  1. Go to Zero Trust → Access → Applications
  2. Select my application and click configure
  3. Under the Policies tab, click add policy
  4. Enter a name
  5. Under Configure Rules → Selector pick Authentication Method and for Value pick otp - one-time-password
  6. Click Add Policy

Now how do I tell the application to use some kind of OTP generator?

Cloudflare’s OTP is email based.

To use an OTP generator you’d need to write your own authentication scheme and have it communicate via SAML / OAUTH as an SSO integration.

1 Like

Thanks you for the pointers.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.