Name | Type | Description | Notes |
---|---|---|---|
pk | kotlin.Int | [readonly] | |
name | kotlin.String | ||
authorizationFlow | java.util.UUID | Flow used when authorizing this provider. | |
component | kotlin.String | Get object component so that we know how to edit the object | [readonly] |
assignedApplicationSlug | kotlin.String | Internal application name, used in URLs. | [readonly] |
assignedApplicationName | kotlin.String | Application's display Name. | [readonly] |
assignedBackchannelApplicationSlug | kotlin.String | Internal application name, used in URLs. | [readonly] |
assignedBackchannelApplicationName | kotlin.String | Application's display Name. | [readonly] |
verboseName | kotlin.String | Return object's verbose_name | [readonly] |
verboseNamePlural | kotlin.String | Return object's plural verbose_name | [readonly] |
metaModelName | kotlin.String | Return internal model name | [readonly] |
clientId | kotlin.String | [readonly] | |
externalHost | java.net.URI | ||
redirectUris | kotlin.String | [readonly] | |
outpostSet | kotlin.collections.List<kotlin.String> | [readonly] | |
authenticationFlow | java.util.UUID | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional] |
propertyMappings | kotlin.collections.List<java.util.UUID> | [optional] | |
internalHost | java.net.URI | [optional] | |
internalHostSslValidation | kotlin.Boolean | Validate SSL Certificates of upstream servers | [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] | |
interceptHeaderAuth | kotlin.Boolean | When enabled, this provider will intercept the authorization header and authenticate requests based on its value. | [optional] |
cookieDomain | kotlin.String | [optional] | |
jwksSources | kotlin.collections.List<java.util.UUID> | [optional] | |
accessTokenValidity | kotlin.String | Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
refreshTokenValidity | kotlin.String | Tokens not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.