Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 864 Bytes

File metadata and controls

17 lines (13 loc) · 864 Bytes

AuthenticationProvider

AuthenticationProvider

Properties

Name Type Required Description
rid AuthenticationProviderRid Yes
name AuthenticationProviderName Yes
realm Realm Yes
enabled AuthenticationProviderEnabled Yes Whether users can log in using this provider.
supported_hosts List[HostName] Yes This provider can only be utilized from these hosts.
supported_username_patterns List[str] Yes Users who enter usernames that match these patterns will be redirected to this authentication provider.
protocol AuthenticationProtocol Yes

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