[BUG] PayPal android app (com.paypal.android.p2pmobile) won't sign in with passkey
Describe the bug PayPal Android app won't let me sign in using a Bitwarden passkey
To Reproduce Steps to reproduce the behavior:
- Set up a passkey with PayPal app via Bitwarden
- Try to sign in
Or
- Register a new passkey with Keyguard
Expected behavior It should sign in without errors
Screenshots
Smartphone (please complete the following information):
- Device: Pixel 8 Pro
- OS: GrapheneOS (Android 16)
- App version: 1.15.2 (GitHub)
Hmm, I think that the error message clearly describes the issue. Can you sign in using a Passkey via Bitwarden's mobile app?
Hmm, I think that the error message clearly describes the issue. Can you sign in using a Passkey via Bitwarden's mobile app?
Yes indeed. I tried to add a new passkey to Keyguard in the same login element and in a new element but the screen is still the same
The error is indeed correct.
See: https://developers.google.com/identity/fido/android/native-apps https://paypal.com/.well-known/assetlinks.json
the required get_login_creds permission is missing. This is a misconfiguration on the side of PayPal.
The error is indeed correct.
See: https://developers.google.com/identity/fido/android/native-apps https://paypal.com/.well-known/assetlinks.json
the required
get_login_credspermission is missing. This is a misconfiguration on the side of PayPal.
Is there a way to escalate this issue to PayPal devs, if you know any?
I did find this https://developer.paypal.com/support/ but I don't really know where to proceed from that point.