mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
36 lines
1017 B
YAML
36 lines
1017 B
YAML
type: object
|
|
properties:
|
|
mfaMethod:
|
|
type: string
|
|
nullable: true
|
|
description: Mfa method name
|
|
example: duo-web
|
|
enabled:
|
|
type: boolean
|
|
description: If MFA method is enabled.
|
|
default: false
|
|
example: true
|
|
host:
|
|
type: string
|
|
nullable: true
|
|
description: The server host name or IP address of the MFA provider.
|
|
example: example.com
|
|
accessKey:
|
|
type: string
|
|
nullable: true
|
|
description: The secret key for authenticating requests to the MFA provider.
|
|
example: qw123Y3QlA5UqocYpdU3rEkzrK2D497y
|
|
identityAttribute:
|
|
type: string
|
|
nullable: true
|
|
description: Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider.
|
|
example: email
|
|
configProperties:
|
|
description: A map with additional config properties for the given MFA method - duo-web.
|
|
type: object
|
|
nullable: true
|
|
additionalProperties: true
|
|
example:
|
|
skey: qwERttyZx1CdlQye2Vwtbsjr3HKddy4BAiCXjc5x
|
|
ikey: Q123WE45R6TY7890ZXCV
|