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

userinfo endpoint does not return email_verified field #42

Open
alikhil opened this issue Dec 13, 2022 · 1 comment
Open

userinfo endpoint does not return email_verified field #42

alikhil opened this issue Dec 13, 2022 · 1 comment

Comments

@alikhil
Copy link

alikhil commented Dec 13, 2022

Here is a struct that is expected by oidc provider

And here is a struct in mockoidc that will convert to json.

And we can find that it misses email_verified field

Same with subject field

@alexstan12
Copy link

I have encountered the same issue for the subject field, basically the mockUserInfo object also need the subject field.

alikhil added a commit to alikhil/mockoidc that referenced this issue Dec 6, 2023
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 a pull request may close this issue.

2 participants