pingid
Last updated
Last updated
This endpoint creates an MFA method of type PingID.
Method | Path |
---|---|
method_name
(string)
- The unique name identifier for this MFA method. Supported from Vault 1.13.0.
username_format
(string)
- A template string for mapping Identity names to MFA method names. Values to substitute should be placed in {{}}
. For example, "{{identity.entity.name}}@example.com"
. If blank, the Entity's Name field is used as-is.
settings_file_base64
(string: <required>)
- A base64-encoded third-party settings file retrieved from PingID's configuration page.
This endpoint updates the configuration of an MFA method of type PingID.
method_id
(string: <required>)
- UUID of the MFA method.
and all of the parameters documented under the preceding "Create" endpoint.
Identical to the preceding "Create" endpoint.
This endpoint queries the MFA configuration of PingID type for a given method name.
id
(string: <required>)
– UUID of the MFA method.
This endpoint deletes a PingID MFA method. MFA methods can only be deleted if they're not currently in use by a login enforcement.
id
(string: <required>)
- UUID of the MFA method.
This endpoint lists PingID MFA methods that are visible in the current namespace or in parent namespaces.
Method | Path |
---|---|
Method | Path |
---|---|
Method | Path |
---|---|
Method | Path |
---|---|
POST
/identity/mfa/method/pingid
POST
/identity/mfa/method/pingid/:method_id
GET
/identity/mfa/method/pingid/:id
DELETE
/identity/mfa/method/pingid/:id
LIST
/identity/mfa/method/pingid