Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name and picture to ID token #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lstoll
Copy link
Owner

@lstoll lstoll commented Mar 29, 2024

Userinfo returns this, but the OIDC middleware doesn't use userinfo. Include a few more useful things in the ID token. At some point will need to decide what we include here vs. making things use userinfo.

Userinfo returns this, but the OIDC middleware doesn't use userinfo. Include a
few more useful things in the ID token. At some point will need to decide what
we include here vs. making things use userinfo.
@lstoll lstoll requested a review from sr March 29, 2024 15:13
idt.Extra["email"] = auth.Email
idt.Extra["email_verified"] = true
idt.Extra["picture"] = gravatarURL(auth.Email) // thank u tom
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol bless u mojombo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants