Configuring a sign-on policy - PingOne - PingOne Cloud Platform

PingOne Cloud Platform

bundle
pingone
ft:publication_title
PingOne Cloud Platform
Product_Version_ce
PingOne
PingOne Cloud Platform
category
Product
p1
p1cloudplatform
ContentType_ce
Page created: 4 Nov 2022 |
Page updated: 10 May 2023
| 1 min read

PingOne Cloud Platform PingOne Product

A sign-on policy dictates how the user's identity will be verified when signing on to the system.

A multi-factor policy could require evidence to verify a user's identity, such as a time-based one-time password (TOTP) authenticator app, FIDO2 biometrics, a push notification sent to the user's mobile device, or a one-time passcode (OTP) sent over SMS, voice, or email. A sign-on policy could also be configured for device authorization, which takes place in the background and is transparent to the user.

You can set conditions that determine whether the policy will be applied. For example:

  • For certain populations, policy conditions can require that multi-factor authentication (MFA)is required for every sign-on.
  • For other populations, MFA is not required if the most recent sign-on occurred within a specified time limit.
  • If no conditions are specified, users are required to sign on every time they access the application.

The authentication flow is configured at the application level through a sign-on policy. If you don't assign a sign-on policy to your web application, it uses the environment's default sign-on policy. You can create multiple sign-on policies and associate them with different OIDC applications.

Policies are applied in the order in which they appear in the list. PingOne evaluates the first policy in the list first. If the requirements of the policy are not met, PingOne moves to the next policy in the list.

Configuring a sign-on policy console

Page created: 4 Nov 2022 |
Page updated: 9 Jan 2023
| 1 min read

PingOne Cloud Platform PingOne Product
  1. Go to Experiences > Authentication.
  2. Click + Add Policy.
  3. Enter an appropriate Policy Name.

    For example, MFA-only.

  4. In the Step Type list, select Multi-factor Authentication.
  5. In the MFA Policy, select a policy to specify which applications users can access and the ways in which they authenticate themselves.
    Tip:

    For more information and additional configuration options, see Adding a multi-factor authentication step.

  6. In None or Incompatible Methods:
    • Block. If the end user has no compatible MFA devices, then block the user from signing on.
    • Bypass. If the end user has no compatible MFA devices, then skip the MFA step.
  7. Leave all the Required When options cleared so that this policy always triggers.
  8. Click Save.

Associate your sign-on policy with your web app

Configuring a sign-on policy API alternative

Page created: 4 Nov 2022 |
Page updated: 9 Jan 2023
| 1 min read

PingOne Cloud Platform PingOne Product

Application developers can use the API operations to create a sign-on policy.

Use the access token generated through the worker app and follow the steps in Sign-on policies in the API reference.

Associate your sign-on policy with your web app