It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
android
3 TopicsWebauthn Integration Not Working URL mismatch?
I have built a webauthn integration that works perfectly with native android, google password manager, and bitwarden password manager. However, when I try to use 1Password to save the passkeys I get an error message: "Unable to save passkey. For security reasons, 1Password did not save this passkey. The associated URL for this passkey does not match the selected app." I can't find anywhere in the docs how to address this issue. I assume that it is related to the RP ID. I have tried the FQDN as well as the "android:apk-key-hash:" that android returns after a successful verification. Has anyone run into this before? Is there documentation on how I should be configuring my Attestation payload to be compatible with 1Password?Solved157Views1like7Commentsflutter login example
Hello I am building a flutter app that integrates with AWS cognito. In my custom Login Screen, I use flutter TextFormField and specify : TextFormField(.... autofillHints: const [AutofillHints.username], ...) TextFormField(... autofillHints: const [AutofillHints.password], ...), ) However, when the focus is on just the password, and the 1password prompt appears to suggest an auto-fill, it will only autofill the item that has the focus, not both username and password. How do I get 1password to auto-fill both username and password from one action? Right now, I have to change the focus on each field, and have 1password auto-fill those fields individually.44Views0likes6Comments