Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.28 KB

PatchedRadiusProviderRequest.md

File metadata and controls

16 lines (11 loc) · 1.28 KB

PatchedRadiusProviderRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow java.util.UUID Flow used when authorizing this provider. [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
clientNetworks kotlin.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 kotlin.String Shared secret between clients and server to hash packets. [optional]
mfaSupport kotlin.Boolean 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]