Compare commits

...

2 Commits

Author SHA1 Message Date
89e9cea35c Merge branch 'main' into redirect_uri_fix 2025-09-03 19:31:42 +00:00
7ffa889430 fix the templated redirect_uri for nextcloud 2025-09-03 15:29:47 -04:00

View File

@ -30,7 +30,7 @@ entries:
issuer_mode: per_provider
redirect_uris:
- matching_mode: strict
url: https://{{ env "NEXTCLOUD_DOMAIN" }}/apps/sociallogin/custom_oidc/authentik
url: https://{{ env "NEXTCLOUD_DOMAIN" }}/apps/sociallogin/custom_oidc/{{ env "AUTHENTIK_USER_PREFIX" }}
name: Nextcloud
property_mappings:
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, openid]]