178 questions
0
votes
0
answers
49
views
Google Credential Manager Android Kotlin API ends up in infinite loop on internet unavailability
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 ...
-1
votes
1
answer
362
views
How to create a Git credential helper? (Windows)
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 ...
0
votes
0
answers
75
views
Unable to load credentials when using CredentialManager
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.
...
0
votes
1
answer
154
views
How to remove accounts from the Google sign-in BottomSheet selector?
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 ...
-2
votes
2
answers
117
views
Git push problem: credentials don't match (error 403)
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 ...
1
vote
1
answer
370
views
Google Sign-In with Credential Manager "No credentials available" error
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 ...
0
votes
0
answers
119
views
Using Credential Manager for google login, keep getting "invalid user" after successfully sign in
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,...
0
votes
1
answer
103
views
Android: How to check if the user is logged in to the Play Store
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.
...
2
votes
1
answer
293
views
Google Credential Manager getId() Method Returns Google ID Instead of Email Address for Gmail Account
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 ...
2
votes
2
answers
408
views
Google Credential Manager not showing popup
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 "...
4
votes
0
answers
356
views
Refresh token for Google Sign In with Credential Manager
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 ...
0
votes
1
answer
175
views
Project file cannot get build
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 ...
3
votes
0
answers
245
views
CreatePublicKeyCredentialRequest throws PhenotypeContext.setContext()
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....
0
votes
1
answer
186
views
Dismiss/Cancel button with auto login flow using Credential Manager on Android
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, ...
2
votes
1
answer
383
views
NoCredentialException in android code when trying to implement Google SSO using credential manager
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 ...
0
votes
1
answer
220
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, ...
0
votes
1
answer
158
views
Can I customize UI when using credential manager Authenticate users with Sign in with Google [closed]
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-...
0
votes
1
answer
234
views
How can I get the android.accounts.Account after successfully sign in with Google
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. ...
3
votes
1
answer
1k
views
Android Credential Manager: what's the differences between GetSignInWithGoogleOption and GetGoogleIdOption
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"
, ...
4
votes
2
answers
1k
views
Get serverAuthCode using Credential Manager
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 ...
0
votes
0
answers
141
views
Why is credentialManager null after initialisation?
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 ...
10
votes
1
answer
2k
views
Sign in with google into firebase using the new Credential Manager API
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 ...
3
votes
1
answer
2k
views
Credential Manager always returns "GetCredentialCancellationException: activity is cancelled by the user" Google sign in with jetpack
Credential Manager in Android Jetpack Compose always returns "GetCredentialCancellationException: activity is cancelled by the user" when attempting login with google
Hello,
Even when using ...
1
vote
1
answer
205
views
Unable to Display QR Code Popup Window on Customized Windows Login Screen
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 ...
1
vote
1
answer
1k
views
Passkey creation with Google Credential Manager fails without an `authenticatorSelection` claim in the request
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 ...