Previously on a test application I had a user object returned via the React SDK that contained all the user data needed. Now after setting up some region based tenants, our user returns only the sub
property. I have looked and all the APIs and Applications seem to be configured correctly. What should I be looking at to fix this issue?
Hey there @jason.welsh !
It sounds like whatever application is making the authorize request might not be including the profile
scope - If only the openid
scope is passed then I believe the user object will only contain the sub
claim. It’s worth double checking to confirm which scopes are used.
Hope this helps!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.