mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
Document oidc.email_verification_required
This commit is contained in:
parent
d50108c722
commit
99d35fbbbc
2 changed files with 26 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue