17 lines
444 B
Smarty
17 lines
444 B
Smarty
![]() |
{
|
||
|
"openid_connect": {
|
||
|
"APPS": [
|
||
|
{
|
||
|
"provider_id": "authentik",
|
||
|
"name": "Authentik",
|
||
|
"client_id": "${client_id}",
|
||
|
"secret": "${client_secret}",
|
||
|
"settings": {
|
||
|
"server_url": "https://auth.lab.cowley.tech/application/o/paperless/.well-known/openid-configuration"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"OAUTH_PKCE_ENABLED": "True"
|
||
|
}
|
||
|
}
|