MFA with Okta Verify
Okta Verify is available as a multi-factor authentication (MFA) option for your StrongDM users. This guide describes how to set up and configure MFA using Okta Verify.
Looking for a different Okta integration? This page covers requiring an Okta Verify push as a second factor at StrongDM login. See the Okta integrations overview for SSO, SCIM provisioning, and Okta-as-a-resource (JIT/Groups) guides.
Prerequisites
StrongDM Administrator account
Administrator access to your organization's Okta Admin Console
Okta Verify installed on a device that you can access and enrolled with your Okta organization
Set Up Okta Verify
StrongDM supports two methods for configuring Okta Verify MFA:
Client credentials (recommended): This method uses an OAuth 2.0 service app and public/private key pair. It is more secure and aligns with Okta best practices.
API token: This method uses a static API token. Note that this method remains supported for existing configurations but is less secure and not recommended for new setups.
StrongDM recommends using client credentials for all new Okta Verify MFA configurations.
Use API tokens only if you have an existing integration that cannot be migrated.
Configure Okta
Before adding Okta MFA in StrongDM, configure your Okta application. Either create a service app with client credentials, or create an API token.
Create a service app (client credentials)
If you are using client credentials for authentication (recommended), follow these general steps to create and configure an OAuth 2.0 service app in Okta.
In Okta, create a Service App.
Generate or upload a public key for the application.
Assign the required API scopes for MFA operations (for example, permissions needed to trigger Okta Verify push challenges). The required scopes are as follows:
okta.users.readokta.users.manageokta.factors.readokta.factors.manage
Copy the Client ID.
Use the corresponding private key when configuring StrongDM.
Note that the Key ID (kid) field is optional but recommended, as it’s required if you want to rotate the client credential private key.
StrongDM does not validate scopes automatically. Ensure that the service app has the correct permissions in Okta.
Create an API token (legacy)
If you are using API token authentication:
In Okta, generate an API token.
Copy the token for use in StrongDM.
API tokens are supported for backward compatibility, but we recommend using client credentials instead.
Configure Okta Verify MFA in StrongDM
After you have configured your Okta application, you can set up Okta Verify in StrongDM.
Navigate to Settings > MFA in the Admin UI.
Select Okta.
Under Authentication Mode, choose one of the following:
Client Credentials (default)
API Token
If Client Credentials is selected, set the following:
Organization URL: Your Okta organization URL (for example,
https://example.okta.com)Client ID: The client ID from your Okta OAuth service app
Key ID (kid): Identifies different public keys configured in the Okta app
Private Key: Paste the PEM-formatted private key associated with the public key configured in Okta
User Lookup: Configure how StrongDM looks up users in Okta
Multi-Device Push (optional): Enable if users may have multiple Okta Verify devices
If API Token is selected, set the following. Also note that no additional configuration is required in Okta beyond generating an API token.
Organization URL: Your Okta organization URL (for example,
https://example.okta.com)API Token: The API token generated in Okta
User Lookup: Configure how StrongDM looks up users in Okta
Multi-Device Push (optional): Enable if users may have multiple Okta Verify devices
Click Test MFA to verify the configuration.
Click Save.
Ensure that Test MFA works correctly before activating MFA or your admin account may become locked out!
API tokens remain supported for existing configurations, but we recommend migrating to client credentials when possible.
Rotate Keys
To rotate credentials, follow these general steps.
Generate a new key pair in Okta.
Update the Private Key in StrongDM.
If you are rotating a client credential key pair, also update the Key ID (kid) to match the new key.
Click Test and Save.
Programmatic Configuration
You can configure Okta MFA using the following:
sdm admin mfacommands (CLI)StrongDM SDKs
Refer to the CLI or SDK documentation for details.
Log in With Okta Verify Enabled
After MFA is enabled, the login flow includes one additional step:
After entering your username and password, the login page displays
"Waiting for MFA...".This message remains until the Okta Verify push notification is approved on the user’s device.
This behavior also applies to the StrongDM desktop app and CLI.
Troubleshoot Okta Verify MFA
If you experience issues logging in with Okta Verify, review the following:
MFA with SSO
If you configure both SSO and MFA in StrongDM:
MFA prompts do not appear during login.
MFA is only used when re-authenticating (for example, after the desktop app locks due to inactivity).
To enforce MFA during login, configure MFA through your SSO provider instead.
New or Reset Devices
If a user sets up a new device or resets an existing one, Okta Verify may no longer work.
If this happens, contact your organization’s Okta administrator to re-enroll the device.
StrongDM is unable to assist with enrolling individual end-user devices for MFA.
Last updated
Was this helpful?

