skipping user consent screen oauth2

oauth-2.0

Solution

No.

This is what oAuth is all about - you get a token, only after the user has been authenticated and authorized your web-app to use his info.

Problem

Im using oauth2 for my app. Im getting google user profile information. Every thing is working fine. I want to know if there's any way to skip user consent screen? I want to get access token without showing "Allow access" step. Thanks!

Original source

Related problems