-
Notifications
You must be signed in to change notification settings - Fork 32
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
JWT Validation missing fields #45
Comments
This one is super annoying. Actually, it makes /oauth/userinfo endpoint useless. |
I agree, this is something we'd like to solve. If you have some ideas how to solve it - input is appreciated. Here is the current struct def: go-client/pkg/fusionauth/Domain.go Line 1724 in 840527e
Here is article on dynamic JSON in Go: If anyone wants to submit a PR or a suggested change that would be great! |
When trying to do curl [GET] request to validate:
The above shows the email, email_verified, preferred_username, & authenticationType fields.
When trying to it using the client:
*fusionauth.JWT=&{<nil> 1606238646 1606235046 acme.com XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX 0 map[] XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX})
There are missing fields from the above.
The text was updated successfully, but these errors were encountered: