Auth group published
This commit is contained in:
parent
7f5cab32e1
commit
2379e14460
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue