35 lines
736 B
YAML
35 lines
736 B
YAML
secret:
|
|
enabled: true
|
|
name: ""
|
|
labels: {}
|
|
|
|
blueprint:
|
|
authentik:
|
|
domain: "https://auth.wrenix.eu"
|
|
labels:
|
|
goauthentik_blueprint: "1"
|
|
provider:
|
|
name: ""
|
|
authorizationFlow: "default-provider-authorization-implicit-consent"
|
|
clientType: "confidential"
|
|
# -- client id - generated if secret enabled
|
|
clientID:
|
|
# -- client secret - generated if secret enabled
|
|
clientSecret:
|
|
redirectURL: ""
|
|
# -- Need for non-curve / RSA
|
|
signingKey: ""
|
|
# -- Scope
|
|
scopes:
|
|
application:
|
|
name: ""
|
|
slug: "app-name"
|
|
policyEngineMode: "any"
|
|
group: ""
|
|
launchURL: ""
|
|
openInNewTab: false
|
|
icon: ""
|
|
description: ""
|
|
publisher: ""
|
|
# - additional groups
|
|
groups: []
|