Name | Type | Description | Notes |
---|---|---|---|
pk | Int | [readonly] | |
name | String | ||
applicationSlug | String | ||
authFlowSlug | String | ||
clientNetworks | String | List of CIDRs (comma-separated) that clients can connect from. A more specific CIDR will match before a looser one. Clients connecting from a non-specified CIDR will be dropped. | [optional] |
sharedSecret | String | Shared secret between clients and server to hash packets. | [optional] |
mfaSupport | Bool | When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.