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 (12 loc) · 1.26 KB

RadiusProviderRequest.md

File metadata and controls

16 lines (12 loc) · 1.26 KB

RadiusProviderRequest

Properties

Name Type Description Notes
name String
authenticationFlow UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow UUID Flow used when authorizing this provider.
propertyMappings [UUID] [optional]
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]

[Back to Model list] [Back to API list] [Back to README]