With the old google openid, when i sent a user (who had previously opted-in to my app) to the auth url, it would immediately redirect them back to my app.
Now, with
Just passing an additional parameter in the request 'approval_prompt=auto' worked for me.
'approval_prompt=auto'