24 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
467
views
How to get FedCM API working on localhost?
I am working with fedcm api for authentication. I am using this
if ('IdentityCredential' in window) {
// AJAX call to login
navigator.login.setStatus('logged-in');
// TODO handle user ...
0
votes
0
answers
36
views
FedCM, are there token formats, what is "id" in the returned IdentityCredential and how are fields transmitted?
I suppose this question is three questions. I have a IdP and RP setup in a lab for FedCM.
My navigator.credentials.get(...) call looks like:
navigator.credentials.get({
identity: {
context: "...
2
votes
1
answer
171
views
How can I make Google Sign In not say that it is sharing the user's email?
When I add sign-in with Google to my web app, without any scopes passed in, the user is still shown a dialog that says the email will be shared with the application. I've tried Firebase Auth using a ...
0
votes
1
answer
335
views
How to set `use_fedcm` when using the Google Sign-in platform library without any concrete init call
The Google Sign-in platform can be forced to use the new FedCM APIs by setting use_fedcm to true when initializing the library, according to
https://developers.google.com/identity/sign-in/web/gsi-with-...
1
vote
1
answer
102
views
Error: Object literal may only specify known properties, and 'use_fedcm' does not exist
Problem
We're migrating our app from Google Sign-in JavaScript library (AKA gapi) to FedCM. In the email Google sent last week about migrating to FedCM, they link to steps to test your existing ...
0
votes
1
answer
484
views
Sign in with Google button migration to FedCM
Having the Sign in with Google button with redirects should I care about the migrations to FedCM? In the official docs I see:
This update is for all Google Identity Services (GIS) web developers who ...
1
vote
1
answer
299
views
New FedCM Google One Tap stealing focus
Given a page where FedCM GOT is enabled:
The first click that I make on the page is NULL, has no effect, because the only effect is to move the focus on the page rather than the login prompt.
As a ...
2
votes
1
answer
2k
views
Google One-Tap and FedCM
A few months ago, we implemented Google One-Tap on our website.
The implementation is purly written in JavaScript and is working as expected. However, a few days ago, we received the following email ...
1
vote
2
answers
770
views
Google One Tap Cross-origin iframes issue detected
We're using Google One Tap + button. Opening a prompt and rendering a button is made in JS-code. Email reffers to this documentation https://developers.google.com/identity/gsi/web/guides/fedcm-...
0
votes
1
answer
360
views
FedCM and One Tap: Clicking on X button doesn't stop automatic logging in
With the new FedCM One Tap clicking on X button doesn't not stop automatic sign-in.
From the docs:
"For accessibility consideration, an ID token is shared with your website"
However, it ...
0
votes
0
answers
93
views
After Chrome third-party cookie deprecation, can i implement one TAP Login in my AMP pages with consideration with FedCM
Can I implement one TAP Login in my AMP pages with consideration with FedCM. If yes then I want full integration doc and method to implement One tap login in my amp page with FedCM intregation.
...
2
votes
1
answer
1k
views
FedCM issue with new attributes on google one tap button without sign in
I am also facing the same issue and "Third-party sign-in" setting is enabled but still when the site is not logged in using one tap I am getting
button:1 getUserInfo() is disabled because ...
1
vote
1
answer
879
views
How can I properly migrate from Google Signin to FedCM?
I am testing FedCM since third-party cookie is phasing out. However, I found that it could not be used properly after migration.
The first step in the migration guide says:
Add a boolean flag to ...
1
vote
2
answers
1k
views
AbortError Occurs When Calling google.accounts.id.prompt
I am implementing the Sign In With Google feature on a webpage, following the guidance on this page: https://developers.google.com/identity/gsi/web/reference/js-reference.
I wanted to make it so that ...
0
votes
1
answer
586
views
FedCM Migration: Google sign-in prompt is not shown again after user closes manually
I'm trying to migrate Google One Tap to FedCM.
But when user closes prompt manuall, prompt doesn't pop up again even the page is refreshed.
As I checked, my site was blocked Third-party sign in prompt ...