-
Notifications
You must be signed in to change notification settings - Fork 80
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
getUserInfo() only returning email and sub #158
Comments
@gugmi01 The getUserInfo method send request to /userinfo endpoint which returns all of the user's claims.
Can you verify:
|
Thanks for the reply.
|
@gugmi01 Can you check if |
@gugmi01, @shuowu is referring to the configuration in your code. You should be configuring scopes when you initialize the oktaAuth instance and that should include |
I'm submitting a:
Current behavior
Following the documentation for okta-react, but running into an issue when attempting to call current user data. I am able to authenticate the user, but when I call the method getUserInfo(), I only receive the user's email, email_verified and sub.
Expected behavior
I would like to receive additional information on the user including name.
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
Environment
Configuration
The text was updated successfully, but these errors were encountered: