mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-05-04 18:08:46 +03:00
Add optional OIDC avatar fetching from the “picture” claim
This commit is contained in:
@@ -54,4 +54,7 @@ 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),
|
||||
|
||||
// When enabled, BookStack will fetch the user’s avatar from the 'picture' claim (SSRF risk if URLs are untrusted).
|
||||
'fetch_avatars' => env('OIDC_FETCH_AVATARS', false),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user