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

Latest commit

 

History

History
30 lines (26 loc) · 2.27 KB

ProxyOutpostConfig.md

File metadata and controls

30 lines (26 loc) · 2.27 KB

ProxyOutpostConfig

Properties

Name Type Description Notes
pk Int [readonly]
name String
internalHost String [optional]
externalHost String
internalHostSslValidation Bool Validate SSL Certificates of upstream servers [optional]
clientId String [optional]
clientSecret String [optional]
oidcConfiguration OpenIDConnectConfiguration [readonly]
cookieSecret String [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]
cookieDomain String [optional]
accessTokenValidity Double Get token validity as second count [readonly]
interceptHeaderAuth Bool When enabled, this provider will intercept the authorization header and authenticate requests based on its value. [optional]
scopesToRequest [String] Get all the scope names the outpost should request, including custom-defined ones [readonly]
assignedApplicationSlug String Internal application name, used in URLs. [readonly]
assignedApplicationName String Application's display Name. [readonly]

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