feat: support gravatar profile pictures for oidc

This commit is contained in:
Aarnav Tale
2025-08-21 12:16:11 -04:00
parent 9183f805a6
commit 4351e1fcb3
5 changed files with 51 additions and 3 deletions
+5
View File
@@ -164,3 +164,8 @@ oidc:
# Stores the users and their permissions for Headplane
# This is a path to a JSON file, default is specified below.
user_storage_file: "/var/lib/headplane/users.json"
# By default profile pictures are pulled from the OIDC provider when
# we go to fetch the userinfo endpoint. Optionally, this can be set to
# "oidc" or "gravatar" as of 0.6.1.
# profile_picture_source: "gravatar"