You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
I'm using the authorization code flow as the sign in method in my Angular web app and i'm finding that after every login, the consent screen is always shown, no matter if it is the Nth sign in attempt of a same user.
According to the google documentation, I understand that this consent screen should only appear once per user (After the first token request).
Expected Behavior
The consent screen should only appear once per user.
Actual Behavior
The consent screen is appearing every time while signing in.
Does anybody is having the same issue? I need to keep using the authorization code flow but with the expected beehaviour mentioned above.
Thanks
The text was updated successfully, but these errors were encountered:
alejo-webel
changed the title
Authorization code flow keeps prompting consent to the user
Authorization code flow keeps prompting consent screen to the user
Mar 27, 2024
alejo-webel
changed the title
Authorization code flow keeps prompting consent screen to the user
Authorization code flow keeps prompting consent screen users
Mar 27, 2024
Summary
I'm using the authorization code flow as the sign in method in my Angular web app and i'm finding that after every login, the consent screen is always shown, no matter if it is the Nth sign in attempt of a same user.
According to the google documentation, I understand that this consent screen should only appear once per user (After the first token request).
Expected Behavior
The consent screen should only appear once per user.
Actual Behavior
The consent screen is appearing every time while signing in.
Code (Simplified sample)
And I'm importing the google gsi client at my head tag:
<script src="https://accounts.google.com/gsi/client" async defer></script>
Does anybody is having the same issue? I need to keep using the authorization code flow but with the expected beehaviour mentioned above.
Thanks
The text was updated successfully, but these errors were encountered: