Skip to main content

Questions tagged [google-identity]

The Google Identity Platform consists of identity tools from Google to help you quickly build an authentication system for reducing the friction of getting users into your app.

google-identity
0 votes
1 answer
70 views

Google OAuth Granular Permissions with Google Identity Service

Google is currently transitioning their OAuth sign-in flow to granular permissions. In their recommended approach for Android applications they write: If you use auth.api.signin SDK from Play ...
ndreisg's user avatar
  • 1,179
1 vote
1 answer
122 views

Get serverAuthCode using Credential Manager

We are updating our application to use the CredentialManager for logging in, but we are not finding a way to get the serverAuthCode from this new implementation. We need this information to maintain ...
Pedro Almeida's user avatar
1 vote
1 answer
91 views

How to get authorized user's email and how to sign out the authorized user using Google Identity in android?

I am calling requestGoogleDriveAuthorization() method for a button click listener and authorize a user. private val authorizationResultLauncher = registerForActivityResult( ...
Abdullah Al Nahian Kanon's user avatar
0 votes
0 answers
26 views

Google identity authentication flow with internal user

I am integrating a google identity authentication flow in my web application. I have an internal user model so when the user authenticate via google i would like to reconicilate the email i received ...
Rémi Pradal's user avatar
0 votes
0 answers
61 views

Enable automatic sign-in across apps and websites in android

This is the doc I am trying to support from my app. Enable automatic sign-in across apps and websites To support this feature, I've followed all procedures that described here. This is my https://my....
futurebaby's user avatar
0 votes
0 answers
48 views

How to only enable GCP Identity Platform user once email is confirmed? [duplicate]

I registered a user using firebase.auth().createUserWithEmailAndPassword, however I require the email to be confirmed, before Enabling the user. I am confused how to realise this simple "double ...
hendry's user avatar
  • 10.5k
0 votes
0 answers
49 views

Request is missing required authentication credential. Invalid Credentials. CredentialManager. Android. Google Books Api

Im working with firebase auth to make a login with google. Im try to make the login and consume the google books api with the Oauth 2.0 token. I did the authentication and the authorization process ...
Diego Eduardo Guido Ramos's user avatar
0 votes
0 answers
38 views

Google authentication not visible on mobile devices

Well, basically I'm working on a login for an access control I'm working on so I ended up with Google API, and since I'm new to this I have had a lot of troubles, currently I'm really happy because I ...
Jhosmar Suarez's user avatar
1 vote
1 answer
210 views

Google Identity Rest API Failed

I'm trying to access the Google Identity REST API for Firebase Authentication. After logging in with Firebase Admin SDK, I use: const projectID = app.options.projectId; const token = await app....
Jonathan's user avatar
  • 4,481
3 votes
0 answers
34 views

Is programatic creation of tenants with standard providers not possible with firebase auth/identity platform?

The documentation mentions: Note: The default supported identity providers (such as Google, Facebook, Twitter, and Microsoft) cannot be configured using the Admin SDK; configure them manually using ...
Ben Brumfield's user avatar
0 votes
0 answers
29 views

Cannot update authorization callback URL for X (Twitter) provider in Google Identity Platform

I have encountered a question while attempting to configure Twitter sign-in on the Google Cloud Identity Platform. According to the documentation provided at https://cloud.google.com/identity-platform/...
Minh Danh's user avatar
  • 280
0 votes
1 answer
70 views

Im trying to implement a google sign-in for my web app, does it cost anything?

Im trying to implement google sign-in for my web app, Im wondering if it has any cost or something. My web app has its own authentication/authorization, I just need the google sign in to get the user ...
Ceased's user avatar
  • 27
0 votes
0 answers
114 views

Firebase Auth with Microsoft and OIDC-Microsoft results in different User-IDs

We have developed an Application that uses Firebase-Auth for authentication. As Login-Method we have configured Microsoft in Firebase. If a new User logs in, Firebase creates a new User (with a Google ...
Andre's user avatar
  • 385
0 votes
0 answers
56 views

How to Exclude Email Address from JWT with Google Identity Services using Only openid Scope

I'm working on a React application and leveraging Google Identity Services for user authentication. My goal is to authenticate users without requesting or accessing their email addresses. According to ...
Sophia's user avatar
  • 33
0 votes
0 answers
46 views

How to specify language in Google Sign-In intent in Android?

I am creating an app, in which user firstly specify in-app language and then is allowed do proceed to button from which is Google Sign-In intent launched. I was using this tutorial and it works ...
zemjak's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
34