Move guide I referenced

This commit is contained in:
RealStickman 2023-04-02 20:09:33 +02:00
parent 57d7e8630f
commit 66492e2562

View File

@ -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/)