diff --git a/pages/02.linux/authentik/nextcloud-oidc/default.en.md b/pages/02.linux/authentik/nextcloud-oidc/default.en.md index 21a0f9f..4a3e5e3 100644 --- a/pages/02.linux/authentik/nextcloud-oidc/default.en.md +++ b/pages/02.linux/authentik/nextcloud-oidc/default.en.md @@ -6,8 +6,6 @@ media_order: "authentik-create-provider.webp, authentik-create-application.webp, [toc] -https://blog.cubieserver.de/2022/complete-guide-to-nextcloud-oidc-authentication-with-authentik/ - This guide will be using OIDC with the [user_oidc](https://github.com/nextcloud/user_oidc) plugin. ## Authentik @@ -111,3 +109,7 @@ Nextcloud needs to request access to the scope we just created. Simply add `quota` to the space separated list of Scopes in the OpenID Connect provider settings. Changing the quota attribute, will update the storage quota for the user upon the next login. + +## Other links + +> [Complete guide to Nextcloud OIDC authentication with Authentik](https://blog.cubieserver.de/2022/complete-guide-to-nextcloud-oidc-authentication-with-authentik/)