X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/30bf0ce632663eb508b02c2f534c817660dd5d34..refs/pull/5721/head:/app/Config/oidc.php diff --git a/app/Config/oidc.php b/app/Config/oidc.php index 1d3193eee..16bec873c 100644 --- a/app/Config/oidc.php +++ b/app/Config/oidc.php @@ -49,8 +49,8 @@ return [ // Enable fetching of the user's avatar from the 'picture' claim on login. // Will only be fetched if the user doesn't already have an avatar image assigned. - // This can be a security risk due to performing server-side fetching of data from external URLs. - // Only enable if you trust the OIDC auth provider to provide safe URLs for user images. + // This can be a security risk due to performing server-side fetching (with up to 3 redirects) of + // data from external URLs. Only enable if you trust the OIDC auth provider to provide safe URLs for user images. 'fetch_avatar' => env('OIDC_FETCH_AVATAR', false), // Group sync options