Update or create a configuration for the given MFA method
post/identity/mfa/method/okta/{method_id}
Request body
api_tokenstring
Okta API key.
base_urlstring
The base domain to use for the Okta API. When not specified in the configuration, "okta.com" is used.
method_idstring
The unique identifier for this MFA method.
org_namestring
Name of the organization to be used in the Okta API.
primary_emailboolean
If true, the username will only match the primary email for the account. Defaults to false.
productionboolean
(DEPRECATED) Use base_url instead.
username_formatstring
A template string for mapping Identity names to MFA method names. Values to substitute should be placed in {{}}. For example, "{{entity.name}}@example.com". If blank, the Entity's name field will be used as-is.