All Questions
Tagged with google-identity google-smartlockpasswords
12
questions
20
votes
1
answer
1k
views
App and website saved password is not sync
Google Smart Lock feature implemented in my Android App.
I am trying to sync password b/w my website and my Android App.
According to this document, I have done all required changes.
My website is ...
0
votes
1
answer
490
views
Website App smart lock password association not confirmed yet
I have implemented smart-lock in my android app and submitted form for website app password association. As this feature is not yet released to production I have uploaded apk to beta track with the ...
3
votes
0
answers
777
views
Is it possible to join the Google One-tap sign in beta test programme? [duplicate]
Got Google One-tap sign in working locally, however, on testing on our staging server I'm getting the error 'The client origin is not permitted to use this API' in the console.
Looking at the ...
0
votes
1
answer
428
views
SmartLock disableAutoSignIn() stopped working returning 403
Google SmartLock for web seems to have a broken disableAutoSignIn() function. This used to work but about a week ago the url the function calls to sign you out is now returning a 403 error.
https://...
2
votes
0
answers
460
views
Google Yolo / One Tap `hint` and `retrieve` do the same thing on the current project
I have 2 projects using Google's one tap login, in one of them retrieve works as expected, if the the user was signed in before it will just go through and give the token right away
But on my current ...
2
votes
1
answer
465
views
How to track how many users logged in using Google One Tap Sign Up
I want to track how many users login/Sign up using one tap Sign up feature
1
vote
1
answer
3k
views
From GoogleYolo (Google Smart Lock), what does "Invalid audience" mean?
The error/warning message (written by obfuscated code from https://www.gstatic.com//mss/boq-identity//js/k=boq-identity.IdentityYoloWebModuleset.en.5jYiE0Kzqd0.O/m=yolo_frame_library/rt=j/d=1/rs=...
0
votes
2
answers
468
views
Google Smartlock/Googleyolo did not return saved password
According to the documentation (https://developers.google.com/identity/one-tap/web/retrieve-credentials), we can get our saved password, just like when we use Credential Management API on Chrome.
I'm ...
2
votes
0
answers
179
views
Google Yolo Custom Styles / CSP Support
googleyolo injects <style> into the html document. This violates my CSP policy which restricts inline styles. Would it be possible to either disable <style> injecting or support injecting ...
5
votes
1
answer
3k
views
Google one-tap sign-in/sign-up, Access personal Data
I just started using google on-tap sing-in/sign-up in my new app.
It works perfectly except that I don't know how can I ask user permissions to access scoped data?
client.verifyIdToken(
token,
...
3
votes
1
answer
2k
views
Google Smart Lock vs Credential Management API
I want to implement frictionless sign in process for my web app.
After some searching, I have found that there are two solutions available :
Google Smart Lock.
Credential Managment API.
My question ...
1
vote
1
answer
165
views
Display issue in dialog "Google Save Smart Lock password with Smart Lock?", on Sony Ericsson WT19a (Android version 2.3.4, API 10, 320x480 pixels)
I'm running the code from the final branch in the GitHub repository googlecodelabs/android-smart-lock, which is associated to a Google codelab about Smart Lock ("Seamless Sign In with Smart Lock", in ...