Name | Type | Description | Notes |
---|---|---|---|
pk | kotlin.Int | [readonly] | |
name | kotlin.String | ||
externalHost | java.net.URI | ||
oidcConfiguration | OpenIDConnectConfiguration | [readonly] | |
accessTokenValidity | kotlin.Double | Get token validity as second count | [readonly] |
scopesToRequest | kotlin.collections.List<kotlin.String> | Get all the scope names the outpost should request, including custom-defined ones | [readonly] |
assignedApplicationSlug | kotlin.String | Internal application name, used in URLs. | [readonly] |
assignedApplicationName | kotlin.String | Application's display Name. | [readonly] |
internalHost | java.net.URI | [optional] | |
internalHostSslValidation | kotlin.Boolean | Validate SSL Certificates of upstream servers | [optional] |
clientId | kotlin.String | [optional] | |
clientSecret | kotlin.String | [optional] | |
cookieSecret | kotlin.String | [optional] | |
certificate | java.util.UUID | [optional] | |
skipPathRegex | kotlin.String | Regular expressions for which authentication is not required. Each new line is interpreted as a new Regular Expression. | [optional] |
basicAuthEnabled | kotlin.Boolean | Set a custom HTTP-Basic Authentication header based on values from authentik. | [optional] |
basicAuthPasswordAttribute | kotlin.String | User/Group Attribute used for the password part of the HTTP-Basic Header. | [optional] |
basicAuthUserAttribute | kotlin.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 | [optional] | |
cookieDomain | kotlin.String | [optional] | |
interceptHeaderAuth | kotlin.Boolean | When enabled, this provider will intercept the authorization header and authenticate requests based on its value. | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.