Hi community!
I am maintaining an existing Auth0 Login integration which worked just perfectly.
Now we wanted to set up a second “test environment” with only test users, so we created a second tenant in our environment. This is using the developer plan (paid and with credit card information added). I configured connections, the default API, created an application etc. with the exact same settings as on our productive running environment.
Now when I’m calling the /userinfo endpoint, we only recieve three keys:
- sub
- email_verified
But on the live environment, we recieve all the necessary user data:
- email_verified
- clientID
- updated_at
- user_id
- name
- picture
- nickname
- identities
- created_at
- sub
Now it is crucial that we also recieve the same properties on our testing tenant. However every permissions I could find I’ve compared to the live system and set the same way. I have absolutely no Idea on where to look further.
Thanks you for your help in advance!