This commit is contained in:
2026-03-04 22:42:20 +01:00
parent 43d0de3c5f
commit 70a475c36e
5 changed files with 45 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
define('APP_OIDC_REDIRECT_URI', 'https://nexus.int.kusche.berlin/auth/callback');
define('APP_OIDC_POST_LOGOUT_REDIRECT_URI', 'https://nexus.int.kusche.berlin/');
define('APP_OIDC_GROUP_CLAIM', 'groups');
define('APP_OIDC_ADMIN_GROUP', 'admin');
define('APP_OIDC_USER_GROUP', 'family');
define('APP_OIDC_ADMIN_GROUP', 'appadmin');
define('APP_OIDC_USER_GROUP', 'internalfamily');
define('APP_DEBUG_TOOL', false);
define('APP_AUTH_DEBUG', false);