]> BookStack Code Mirror - bookstack/blobdiff - app/Config/oidc.php
Merge branch 'fix/oidc-logout' into development
[bookstack] / app / Config / oidc.php
index b28b8a41a826a8faf5df82767206aa0d350df752..0410588b829efa449622a0e82fb3501f74d5e5c3 100644 (file)
@@ -47,4 +47,9 @@ return [
     'groups_claim' => env('OIDC_GROUPS_CLAIM', 'groups'),
     // When syncing groups, remove any groups that no longer match. Otherwise sync only adds new groups.
     'remove_from_groups' => env('OIDC_REMOVE_FROM_GROUPS', false),
+
+    // OIDC Logout Feature: OAuth2 end_session_endpoint
+    'end_session_endpoint' => env('OIDC_END_SESSION_ENDPOINT', null),
+
 ];
+