Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Password Prompt #4100

Open
2 tasks done
Nailik opened this issue Oct 16, 2024 · 7 comments
Open
2 tasks done

No Password Prompt #4100

Nailik opened this issue Oct 16, 2024 · 7 comments
Labels

Comments

@Nailik
Copy link

Nailik commented Oct 16, 2024

Bitwarden Beta

  • I'm using the new native Bitwarden Beta app and I'm aware that legacy .NET app bugs should be reported in bitwarden/mobile

Steps To Reproduce

Go to an app that uses android CredentialManager to store username/password results

Expected Result

Like for passkeys (see #3742) there is a prompt to save username/password

Actual Result

CredentialManager doesn't find a provider if google is disabled (or shows only google)

Screenshots or Videos

No response

Additional Context

No response

Build Version

2024.9.0

Environment Details

No response

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@Nailik Nailik added the bug label Oct 16, 2024
@bitwarden-bot
Copy link

Thank you for your report! We've added this to our internal board for review.
ID: PM-13716

@Nailik
Copy link
Author

Nailik commented Oct 16, 2024

CredentialProviderService is only implemented by BitwardenFido2ProviderService which only supports passkeys - therefore there is no PasswordProviderService

@Krychaz
Copy link
Member

Krychaz commented Oct 17, 2024

Hi there,

I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

@Nailik
Copy link
Author

Nailik commented Oct 17, 2024

when any app uses GetPasswordOption (see https://developer.android.com/identity/sign-in/credential-manager#sign-in) or CreatePasswordRequest then Bitwarden won't show as option because it's not implemented at all.
You can use this sample from google https://github.com/android/identity-samples/tree/main/CredentialManager

@navkaran0305
Copy link

Can confirm the same issue. No autofill or password autosave popups showing in any app or website that worked with the legacy version.

Build - 2024.9.0
Device - Pixel 6 Pro

@Nailik
Copy link
Author

Nailik commented Oct 20, 2024

@navkaran0305 the legacy app did never support this credential manager API. What you mean are (I guess) the auto fill overlays and you probably only need to enable them :)

@navkaran0305
Copy link

What you mean are (I guess) the auto fill overlays and you probably only need to enable them :)

My apologies I must've misunderstood the issue title but I have enabled all the Auto-fill services and I am not getting any prompt for apps or websites. Might be another bug unless I'm doing something wrong here.

a90669d4-1f29-49cb-ac3c-064a0f39cb00

bbf46fc9-248f-4ef5-814d-d7b4c633b4a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants