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

Latest commit

 

History

History
39 lines (35 loc) · 3.13 KB

ProxyProvider.md

File metadata and controls

39 lines (35 loc) · 3.13 KB

ProxyProvider

Properties

Name Type Description Notes
pk Int [readonly]
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]
component String Get object component so that we know how to edit the object [readonly]
assignedApplicationSlug String Internal application name, used in URLs. [readonly]
assignedApplicationName String Application's display Name. [readonly]
assignedBackchannelApplicationSlug String Internal application name, used in URLs. [readonly]
assignedBackchannelApplicationName String Application's display Name. [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
clientId String [readonly]
internalHost String [optional]
externalHost String
internalHostSslValidation Bool Validate SSL Certificates of upstream servers [optional]
certificate UUID [optional]
skipPathRegex String Regular expressions for which authentication is not required. Each new line is interpreted as a new Regular Expression. [optional]
basicAuthEnabled Bool Set a custom HTTP-Basic Authentication header based on values from authentik. [optional]
basicAuthPasswordAttribute String User/Group Attribute used for the password part of the HTTP-Basic Header. [optional]
basicAuthUserAttribute String User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used. [optional]
mode ProxyMode Enable support for forwardAuth in traefik and nginx auth_request. Exclusive with internal_host. * `proxy` - Proxy * `forward_single` - Forward Single * `forward_domain` - Forward Domain [optional]
interceptHeaderAuth Bool When enabled, this provider will intercept the authorization header and authenticate requests based on its value. [optional]
redirectUris String [readonly]
cookieDomain String [optional]
jwksSources [UUID] [optional]
accessTokenValidity String Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
refreshTokenValidity String Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
outpostSet [String] [readonly]

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