Hi there,
First time using Auth 0. We’re a 2-person team, I’m front end, but it may be a back end issue.
TL;DR - we cannot seem to receive profile information. We have all the logins working, but when we finally get the data via webAuth.client.userInfo(...)
calling this endpoint:
- https://******.eu.auth0.com/userinfo
We get a 200 and an empty object {}
.
We have the correct scopes open_id profile email
and have read the docs.
I’ve spent the day with both the Vue and Vanilla JS demos here:
- https://github.com/auth0-samples/auth0-javascript-samples/tree/master/02-User-Profile
- auth0-vue-samples/01-Login at master · auth0-samples/auth0-vue-samples · GitHub
Also, the docs here:
- https://auth0.com/docs/quickstart/spa/vanillajs/02-user-profile
- https://auth0.com/docs/scopes/current/sample-use-cases
As well as a few forum threads, this one being the closest
The OP in the last post said he recreated the tenant and app from scratch, but rather than doing that we’d just like to work out what the settings are that perhaps we have wrong, and go from there.
It’s a bit frustrating as there seem to be differences between some of the docs as well as our experience of the implementation, but hopefully we can get to the bottom of things here.
Thanks,
Dave