ultisuite-backend/deploy/authentik/blueprints/nextcloud-oidc.yaml
R3D347HR4Y 125169edee
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
feat(deploy): update .env.example and Authentik blueprints for improved configuration
- Enhanced .env.example with new variables for PUBLIC_HOST, SECURE, and SUITE_ORIGIN to streamline environment setup.
- Updated Authentik blueprints to utilize the new configuration variables for redirect URIs and launch URLs.
- Introduced a new script to render Authentik blueprint templates dynamically based on environment variables.
- Modified docker-compose files to reference the updated environment variables for better maintainability.
- Improved expose.sh script to derive public URLs from the new configuration, ensuring consistency across deployments.
2026-06-18 08:14:02 +02:00

44 lines
1.7 KiB
YAML

# Authentik blueprint — Nextcloud OIDC (when NEXTCLOUD_ENABLED=true)
# Generated from nextcloud-oidc.yaml.template
# Client secret must match NC_OIDC_CLIENT_SECRET in .env
version: 1
metadata:
name: Nextcloud OIDC
labels:
blueprints.goauthentik.io/instantiate: "true"
entries:
- model: authentik_providers_oauth2.oauth2provider
id: nc-oauth-provider
identifiers:
name: ulti-nextcloud-provider
attrs:
name: ulti-nextcloud-provider
authorization_flow: !Find [authentik_flows.flow, [slug, default-provider-authorization-implicit-consent]]
invalidation_flow: !Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
property_mappings:
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, openid]]
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, email]]
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, profile]]
client_type: confidential
client_id: ulti-nextcloud
client_secret: changeme
redirect_uris:
- matching_mode: strict
url: https://dev.ultispace.fr/cloud/apps/user_oidc/code
- matching_mode: strict
url: http://localhost/cloud/apps/user_oidc/code
- matching_mode: strict
url: http://127.0.0.1/cloud/apps/user_oidc/code
signing_key: !Find [authentik_crypto.certificatekeypair, [name, authentik Self-signed Certificate]]
- model: authentik_core.application
identifiers:
slug: nextcloud
attrs:
name: Nextcloud
slug: nextcloud
group: Ulti Suite
provider: !KeyOf nc-oauth-provider
meta_launch_url: https://dev.ultispace.fr/cloud/
policy_engine_mode: any