I am using webAuth.authorize method for social authentication. below is my code for that.
webAuth.authorize(
{
connection: 'google-oauth2',
scope: 'openid profile email',
connection_scope: 'https://www.googleapis.com/auth/calendar.events',
access_type: 'offline',
approval_prompt: 'force',
}
)
It should open the google page but it opens the universal page first and when i cancel that it opens google page in second time.