Auth group published

This commit is contained in:
pazpi 2025-08-22 18:14:39 +02:00
parent 7f5cab32e1
commit 2379e14460

View file

@ -41,6 +41,12 @@ in
PAPERLESS_SOCIALACCOUNT_PROVIDERS = builtins.toJSON ({
openid_connect = {
OAUTH_PKCE_ENABLED = true;
SCOPE = [
"openid"
"profile"
"email"
"groups"
];
APPS = [
{
provider_id = "authentik";