Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create the first factor method

    1. SAML

    2. OpenID Connect

  2. Create the second factor method

    1. Unregistered SMTP OTP

    2. Unregistered SMS OTP

  3. While not required, it’s useful to verify at this point that both work individually without the umfa configuration.

  4. Set To enable the second factor method to be used in multi-factor authentication, set following configuration string for the second factor method: mfa true

    1. PUT /method/unregistered.smtp
      configuration:mfa true

  5. To chain the second factor method after the first factor method, set the second factor method as the nextFactor method for the first factor method.

    1. PUT /method/oidc.1/$link/nextFactor/method/unregistered.smtp