User doesn't see consent screen after login and also no profile data for Adobe Stock Integration
Hi,
We have created an Adobe Stock integration using OAuth2 in console.adobe.io. And we followed this tutorial - https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/OAuth/OAuth.md
But after login, the user doesn't see any consent screen and Adobe goes directly to the finish redirect uri with the code parameter. Also in the token call which we execute immediately after, we don't receive user profile data - there is no "email" or "name" fields. The response to https://ims-na1.adobelogin.com/ims/token/ call is: {"access_token":".....","refresh_token":".....","sub":".....@AdobeID","token_type":"bearer","expires_in":86399984}.
As you can see there are no user profile data fields at all. But in the above tutorial there are such fields.
Also the user doesn't see the connected integration in the connected applications list in his profile.
What could be the reason for these 3 issues? Otherwise the tokens work and we can retrieve user's licensed images - but issues are there is no consent screen, there is no user profile data returned and the integration is not shown in connected apps lists in user's profile.
Thank you in advance!
