Skip to main content

All Questions

0 votes
0 answers
9 views

What is the default redirect uri for Google Sign-In on Android?

Google discourages using a custom redirect url for security reasons. Thus, if you don't enable custom redirect urls, there's presumably a correct default redirect url, and any other redirect url leads ...
The Beruriah Incident's user avatar
0 votes
0 answers
36 views

[GSI_LOGGER]: Store credential failed

I'm new to google OAuth. I'm trying to store the credentials of a user, but i end up getting this error: [GSI_LOGGER]: Store credential failed: {} It seems like when the user signs in the with google ...
vroque2022's user avatar
0 votes
1 answer
40 views

Google OAuth pop-up disappears

I have developed a web auth application using Google OAuth. it was okay when i was developing it. but after hosting it when click on the continue with google button the google sign in pop up appears ...
Vinod Mendis's user avatar
0 votes
1 answer
61 views

CredentialManager androidx.credentials.exceptions.NoCredentialException: No credentials available when using child's device managed by Family Link

I am implementing Google Sign In with Firebase Authentication through the use of Credential Manager. Below is my implementation: suspend fun signIn(): AuthResult? { val credentialManager = ...
user14678216's user avatar
  • 3,233
0 votes
0 answers
70 views

How do I check is there is logged in accounts on the phone?

I have a problem with Google Auth. If the user has signed in Gmail account on the phone I want to open a Credential Manager so that the user could choose an account he wants to use to authenticate in ...
Alex20280's user avatar
  • 345
1 vote
1 answer
70 views

google oauth2 scopes and consent dialog UI

https://developers.google.com/identity/protocols/oauth2/scopes#google-sign-in if I fire off the consent WITHOUT the scopes 'profile' and 'email'. I will still get the UI. Saying "By continuing, ...
developer gubo's user avatar
1 vote
1 answer
46 views

Google credential manager for API 26

I try to setup Google Authentication using Credential Manager from Google. But when I write the code below it says that it works only for API 34 and above. Instead it looks like they recommend Google ...
Alex20280's user avatar
  • 345
0 votes
0 answers
37 views

How to properly implement a custom-styled authentication button?

I need to add Google authentication to my website (Vue.js), which should be triggered by clicking a button. I have the script: Script Link Initialization: window.google.accounts.id.initialize({ ...
DestR's user avatar
  • 1
0 votes
0 answers
47 views

Google OAuth2 login not working when using hosting site domain

So I have been implementing a google authentication with OAuth2. For react project part I am using a @react-oauth/google However, when I use a localhost, this does work, but whenever I reach my hosted ...
Mantofka's user avatar
  • 266
0 votes
1 answer
55 views

m=credential_button_library:66 [GSI_LOGGER]: The given origin is not allowed for the given client ID

I am trying to intergrate Signin with google and It is so unfortunate that even the previous answers did not help me at all. The Refferer-policy is done. My origin is 127.0.0.1:8000 but i keep getting ...
philip's user avatar
  • 349
0 votes
1 answer
67 views

Issue with Google Sign-In on Android TV using CredentialManager and AuthorizationClient

I'm using CredentialManager and AuthorizationClient for Google sign-in in my app. While the sign-in process works as expected on Android phones, it fails on Android TV. Specifically, on Android TV, ...
Sreelakshmi P P's user avatar
0 votes
0 answers
30 views

Force reapproval of Google prompt when using Auth0 universal login

I'm using Auth0 as the IDP of a .NET 8 application to let the users sign in via Google. I have managed to get the Google access and refresh tokens for the user from Auth0, but sometimes I need to ...
Joel's user avatar
  • 8,856
0 votes
0 answers
60 views

Google OAuth Account suggestions after Sign-in breaks Authentication Flow (Blank Popup)

I've recently implemented Google Auth in our web application, and we are encountering an issue that disrupts the authentication flow for certain accounts. Here's a detailed description of the problem: ...
Víctor González Martínez's user avatar
0 votes
0 answers
57 views

Custom Google Login Button Not Triggering Authentication

I'm trying to implement a custom Google login button using the Google Identity Services SDK. I want to style the button myself, instead of using the default Google button. However, when I click on my ...
BRFM's user avatar
  • 1
0 votes
0 answers
135 views

Google account logout error in web application

I have an application in which you log in with a Google account to see the calendar with the events of that account, my problem comes when it comes to logging out, the code below is the function in ...
Hugo Jiménez's user avatar

15 30 50 per page
1
2 3 4 5
42