fix
This commit is contained in:
@@ -2,20 +2,25 @@ version: 1
|
||||
metadata:
|
||||
name: "Homepage Dashboard - OIDC Provisioning"
|
||||
labels:
|
||||
blueprints.goauthentik.io/instantiate: "true"
|
||||
app: immich
|
||||
|
||||
entries:
|
||||
# 1. Create the OAuth2/OIDC Provider
|
||||
- model: authentik_providers_oauth2.oauth2provider
|
||||
identifiers:
|
||||
slug: homepage-provider
|
||||
attrs:
|
||||
name: "Homepage Provider"
|
||||
client_type: "confidential"
|
||||
client_id: !Env AUTHENTIK_HOME_CID"
|
||||
client_secret: !Env AUTHENTIK_HOME_CSEC"
|
||||
authorization_flow:
|
||||
!Find [authentik_flows.flow, [slug, default-authorization-flow]]
|
||||
!Find [
|
||||
authentik_flows.flow,
|
||||
[slug, default-provider-authorization-implicit-consent],
|
||||
]
|
||||
authentication_flow:
|
||||
!Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
||||
invalidation_flow:
|
||||
!Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
|
||||
# Update this URI to match your dashboard's literal URL
|
||||
redirect_uris:
|
||||
- "https://@HOMEPAGE_DOMAIN@"
|
||||
|
||||
Reference in New Issue
Block a user