I'd like to add the user metadata and app metadata in the claims of the token when I ask for the jwt to auth0.
I am not using lock.js, I'm using WebAuth. I added this in the scope attribute when doing the https request
Scope: openId profile email user_metadata app_metadata
But I don't get those fields.