Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] | |
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. | [optional] |
propertyMappings | [UUID] | [optional] | |
internalHost | String | [optional] | |
externalHost | String | [optional] | |
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] |
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] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.