Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

I have implemented Google SignIn using Google Credential Manager Kotlin API for Android. The API works well in all positive scenario for signing in a user, but when the Internet is not available, I ...
Manishoaham's user avatar
-1 votes
1 answer
362 views

I'm trying to create basic credential helper for Git (Windows version). Based on documentation it seemed to be trivial: I've set variable triggering own script/app for the authentication set ...
KmsDev's user avatar
  • 1
0 votes
0 answers
75 views

Could someone please explain why I do not appear to be able to retrieve the credentials password when using the CredentialManagement package? The "Load" method consistently returns false. ...
Glenn Rosenthal's user avatar
0 votes
1 answer
154 views

I'm implementing sign-in with the Credential Manager. If I sign in with multiple accounts with email and password and those accounts become unavailable, those accounts remain in the selector. If I try ...
Always Learner's user avatar
-2 votes
2 answers
117 views

i am having problems with pushing my local repository to my remote repository. (GingerToe is my personal account and BananaOak is my account i made under university email) i am getting a weird error ...
Anas Khan's user avatar
1 vote
1 answer
370 views

I'm implementing Google Sign-In using the new Credential Manager API, but I'm encountering an issue where the first login attempts consistently fail with "No credentials available" after app ...
Yoon's user avatar
  • 81
0 votes
0 answers
119 views

I am trying to archive sign in with google account, was able to do it. But the problem is, after one time sign in successfully, I cannot sign in with the account. It looks like only new accounts works,...
Julian's user avatar
  • 449
0 votes
1 answer
103 views

Using Kotlin, I want to verify that the user is logged in to the PlayStore before sending it to update the app. I'm using credential manager because the other options I could find are deprecated. ...
Alejandro Giraudo's user avatar
2 votes
1 answer
293 views

I am using Google Credential Manager in my Android app to handle sign-in with Google accounts. I successfully implemented the feature, but I’m encountering an issue when logging in with a specific ...
Caner Gulgec's user avatar
2 votes
2 answers
408 views

I'm trying to implement the new Google Credential Manager in my app but, for some reason, the popup never appears. No errors, no warnings, nothing. Looking at the logs, it simply stops at "...
Nicola Salvaro's user avatar
4 votes
0 answers
356 views

Is there a way to silently refresh tokens with the new Google Sign-In (Credential Manager)? The legacy Google Sign-In had a silentSignIn method, which the Credential Manager lacks. How can I refresh ...
tiagoMissiato's user avatar
0 votes
1 answer
175 views

I am trying to make a very simple project to understand the topic of Google Credential Manager in android. But when I tried to launch my project in emulators (either UpsideDownCake or Vanilla) the app ...
Prakhar_Pathak's user avatar
3 votes
0 answers
245 views

Does anybody know why the following function throws this error on some devices and how I could fix it "Error: Must call PhenotypeContext.setContext() first w type: android.credentials....
jamesmungai's user avatar
0 votes
1 answer
186 views

In the old google one tap flow on Android, there was a dismiss button which can cancel the "auto login" flow once the auto login is initiated. However, when using Android credential manager, ...
Sy123's user avatar
  • 3
2 votes
1 answer
383 views

I've been spending the past 10h trying to add a SIMPLE SSO BUTTON. All I want is to be able to sign my users into my app using Google credentials. To this effect, I've had a look at the following ...
S. L.'s user avatar
  • 740
0 votes
1 answer
220 views

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
1 answer
158 views

I am working on supporting Sign in with Google. Now, I can successfully get the idToken using Credential Manager by following this doc: https://developer.android.com/identity/sign-in/credential-...
hmmmmm's user avatar
  • 39
0 votes
1 answer
234 views

I'm working on Android sign in with Google and hope to get the account's gender and birthday after successfully sign in. I can successfully get the birthday by using GoogleSignIn and People api. ...
hmmmmm's user avatar
  • 39
3 votes
1 answer
1k views

When Authenticate users with Sign in with Google, the official document says: "To trigger the Sign in with Google button flow, use GetSignInWithGoogleOption instead of GetGoogleIdOption" , ...
hmmmmm's user avatar
  • 39
4 votes
2 answers
1k views

We are updating our application to use the CredentialManager for logging in, but we are not finding a way to get the serverAuthCode from this new implementation. We need this information to maintain ...
Pedro Almeida's user avatar
0 votes
0 answers
141 views

I have implemented both old oneTapClient and credentialManager for users to log in, and it works like it should, but in few cases it returns null and users cant log in. I'm getting ...
Nemanja's user avatar
  • 228
10 votes
1 answer
2k views

I'm learning Kotlin/Compose by making a to-do app with Firebase. Right now I'm trying to add Google sign-in. At first, I had been following a YouTube tutorial, but the API it was using turned out to ...
splaytreez's user avatar
3 votes
1 answer
2k views

Credential Manager in Android Jetpack Compose always returns "GetCredentialCancellationException: activity is cancelled by the user" when attempting login with google Hello, Even when using ...
Mihai Radu Miclaus's user avatar
1 vote
1 answer
205 views

I'm working on a project where I need to display a QR code on the Windows login screen using a custom credential provider by using ICredentialProviderCredential interface. The goal is to allow users ...
user13347928's user avatar
1 vote
1 answer
1k views

After following Sign in your user with Credential Manager, I adapted it to my use case and backend. Creating a passkey worked fine with Samsung Pass and Dashlane, but not with Google Password Manager ...
nbrr's user avatar
  • 98