Niharika Arora
Niharika Arora
Hi all, For the information on origin field on different platforms : Upon registration response, for android, you should check the origin against the facetID based on FIDO spec. it...
Hi, for information on origin field : To understand origin on Android, please go through this information : https://developer.android.com/training/sign-in/passkeys#verify-origin And for apps setting up the origin field : https://developer.android.com/training/sign-in/privileged-apps We...
Hi, Closing this as no activity, please let me know if there's any other issue.
Yes, we are working on this. Thank you for sharing this, we are looking into it.,
Hey wanted to ask iof you have tried this : .setFilterByAuthorizedAccounts(true) check the documentation here : https://developer.android.com/training/sign-in/credential-manager You should first call the API with the setFilterByAuthorizedAccounts parameter set to true....
yeah i think the official documentation has the latest methods and code. Also, the the error you got is NoCredentialException which is expected, given the non authorized account has been...
Let me check this and get back to you.
@ksemenova Could you please check this one?
HI all, We've updated our documentation to be clearer and prescriptive about when to use setFilterByAuthorizedAccounts: https://developer.android.com/identity/sign-in/credential-manager-siwg Could you please check if this explains the usage. Generally, a developer should...
Hi Thanks for sharing. As I tried, i was not able to replicate. Let me check and get back on this.