Document oidc.email_verification_required

This commit is contained in:
Florian Preinstorfer 2025-12-19 06:24:54 +01:00 committed by nblock
parent d50108c722
commit 99d35fbbbc
2 changed files with 26 additions and 3 deletions

View file

@ -362,6 +362,12 @@ unix_socket_permission: "0770"
# # required "openid" scope.
# scope: ["openid", "profile", "email"]
#
# # Only verified email addresses are synchronized to the user profile by
# # default. Unverified emails may be allowed in case an identity provider
# # does not send the "email_verified: true" claim or email verification is
# # not required.
# email_verified_required: true
#
# # Provide custom key/value pairs which get sent to the identity provider's
# # authorization endpoint.
# extra_params: