Hi, What would be the right direction to get/access the email?
I’m using Authorization Code Flow with PKCE ASP.NET Core Web API - Auth0 Docs
to authenticate my angular Spa
I tried adding the email scope but still to no avail. With my current setup spa->api, is there any other options available in order to have access to the user’s email?
Thank you.