okta
Configure Okta MFA Method
This endpoint defines a MFA method of type Okta.
Method | Path |
---|---|
POST | /sys/mfa/method/okta/:name |
Parameters
name
(string: <required>)
– Name of the MFA method.mount_accessor
(string: <required>)
- The mount to tie this method to for use in automatic mappings. The mapping will use the Name field of Aliases associated with this mount as the username in the mapping.username_format
(string)
- A format string for mapping Identity names to MFA method names. Values to substitute should be placed in{{}}
. For example,"{{alias.name}}@example.com"
. If blank, the Alias's Name field will be used as-is. Currently-supported mappings:- alias.name: The name returned by the mount configured via the
mount_accessor
parameter - entity.name: The name configured for the Entity
- alias.metadata.
<key>
: The value of the Alias's metadata parameter - entity.metadata.
<key>
: The value of the Entity's metadata parameter
- alias.name: The name returned by the mount configured via the
org_name
(string)
- Name of the organization to be used in the Okta API.api_token
(string)
- Okta API key.base_url
(string)
- If set, will be used as the base domain for API requests. Examples are okta.com, oktapreview.com, and okta-emea.com.primary_email
(bool: false)
- If set, the username will only match the primary email for the account.
Sample Payload
Sample Request
Read Okta MFA Method
This endpoint queries the MFA configuration of Okta type for a given method name.
Method | Path |
---|---|
GET | /sys/mfa/method/okta/:name |
Parameters
name
(string: <required>)
– Name of the MFA method.
Sample Request
Sample Response
Delete Okta MFA Method
This endpoint deletes a Okta MFA method.
Method | Path |
---|---|
DELETE | /sys/mfa/method/okta/:name |
Parameters
name
(string: <required>)
- Name of the MFA method.
Sample Request