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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.