Skip to main content

Questions tagged [credential-manager]

Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network.

credential-manager
-1 votes
0 answers
36 views

Powershell error when working with credential manager

I have written a PowerShell script for WinSCP and use a saved credential in the Credential Manager. To save this in the Credential Manager, I have executed the following in the Powershell ISE. $...
Simsalabli's user avatar
1 vote
1 answer
151 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 ...
Pedro Almeida's user avatar
0 votes
0 answers
66 views

How to add a generic credential for a specific Windows User using Powershell and a Pipeline

I'd like to add a generic credential to the Credential Manager on a Windows VM using a Powershell script which is executed by conducting a GitHub Action workflow. The credential has to be added for a ...
bianconero's user avatar
0 votes
0 answers
28 views

Not able to see Save Credentials prompt using Google Credential Manager for Android Devices 13 and above

Below code is not working for Android Version 13 and above but same code is working for Android 12. This code is not showing pop up to save credential neither its throwing any exception try { ...
NEHA UTEKAR's user avatar
0 votes
0 answers
46 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 ...
Nemanja's user avatar
  • 218
2 votes
2 answers
330 views

How to Migrate from GoogleSignInClient to Credential Manager for User Authentication in Android?

I'm currently updating my Android app to migrate from GoogleSignInClient to the new Credential Manager for user authentication. Previously, I used GoogleSignInClient to get the user's display name, ...
Sujith S Manjavana's user avatar
6 votes
1 answer
593 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 ...
splaytreez's user avatar
0 votes
0 answers
109 views

I am trying to create a google sign in button in my app using credential manager but im struggling with a certain error

This is my code for the sign in flow CredentialManager credentialManager = CredentialManager.create(context); GetGoogleIdOption googleIdOption = new GetGoogleIdOption.Builder() ...
User123851's user avatar
0 votes
0 answers
14 views

How would I authenticate a user and pull their data using google calendar api in Android Studios?

After googlesignInOptions being deprecated, I haven't been able to figure out how to get a user's data using google calendar api. I successfully logged them in using the new Credential Manager but can'...
Anthony's user avatar
0 votes
0 answers
369 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 ...
Mihai Radu Miclaus's user avatar
1 vote
0 answers
109 views

Is there a way to get access tokens for using drive api when I use credential manager and get the google id token?

I am using credential manager for my app where I get the googleID but I need to add scopes for drive api and also need to get an access token. How to I add scopes and get an access token ? This is my ...
Sunil Yadav's user avatar
1 vote
1 answer
84 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 ...
user13347928's user avatar
0 votes
0 answers
28 views

Open credential pop up on Windows 10 in Java

I'm developing an application for Windows 10 in Java. My application require credential to call api, and I want to save it to windows credential manager. Because I want users input their account only ...
Nguyễn Đức Trọng's user avatar
1 vote
0 answers
94 views

Android Kotlin - Credential Manager - Make use of PasswordCredential and PublicKeyCredential

So far I have set up this: is CustomCredential -> { if (credential.type == GoogleIdTokenCredential.TYPE_GOOGLE_ID_TOKEN_CREDENTIAL) { and it's actually all I need. But what are the other two ...
TheGreatCornholio's user avatar
1 vote
0 answers
510 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 ...
nbrr's user avatar
  • 98

15 30 50 per page
1
2 3 4 5
10