Thank you Dan for the explanation.
However, my question is slightly different.
For the point below where you are asking us to direct to IDP to give the consent.
“Now, it’s possible to avoid the Auth0 prompt and direct them straight to the IdP by passing a connection
param with the request to authorize. This may give you the desired login experience.”
When I stated that I have the user information and the id token. By this time my app also has user’s consent.
The catch however is that I am using Auth0 create the user for me(and then auth0 id provided is then saved in my application’s database via the apis ) and so how do I indicate to Auth0 that I have the user consent and that the user is verified.
Because in the case where we use Auth0 login form with Social login embedded, the sharing of the tokens between google and auth0 takes place directly but not in the above stated case
Or does that mean I need to ask for the consent again(since I stated I already have the consent) and will the below piece of code show a consent screen or will the consent be obtained programmatically?
Regards,
Harpreet