Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
575 views

Firebase Auth - Use Microsoft OAuth AccessToken to access Firebase Rest API

I'm currently trying to use a microsoft access token to access my firebase api (and find out the userid within firebase-auth / google identity platform. Calling https://identitytoolkit.googleapis.com/...
Sprigg's user avatar
  • 3,299
1 vote
0 answers
326 views

signing in with external emails on a SAML App configured in Google's admin console

My question is as follows: can an external user from my organisation be authenticate with a SAML App I have configured the google admin console? Why I'm confused: There is the Identity Platform which ...
Adam  M.'s user avatar
  • 1,163
0 votes
0 answers
88 views

Vue 2 - Can a Global function access local variables or functions? (Google Identity SSO)

I am using the new Google Identity SSO and, from other posts, am using globalThis for the callback function so that the data-callback function defined in ... div id="g_id_onload" ... does ...
Martin Twigg's user avatar
1 vote
0 answers
50 views

Subscribe to user changes with Okta/Azure AD/Auth0

We are currently implementing feature on our server to allow our B2B customers to connect their own SSO method. So we will automatically register a user if he doesn't have any account. But we will ...
gizon_dev's user avatar
2 votes
0 answers
338 views

Google SSO redirect callback as a POST instead of a GET request

Is there a way to have the redirection callback from Google SSO made as a POST request instead of a GET request, that way all the parameters would be encoded in the body. Microsoft allows it by ...
I-SF's user avatar
  • 21
1 vote
2 answers
499 views

Google Identity Platform - Sharing users between GCP projects (SSO)

Is it possible to share users with the email/password provider across different GCP projects? We would like to offer our customers a unified login experience to all apps (which reside in different GCP ...
David Spiess's user avatar
2 votes
2 answers
1k views

Databricks SSO authentication failed | Google IdP

I've configured Databricks SSO 2.0 to work with Google as IdP When I try to test it I receive this error: "Single Sign-On authentication failed." Tracking the SAML messages everything ...
Danilo Cairolli's user avatar
1 vote
3 answers
1k views

Can I connect my own credentials database with Google Identity Platform to build custom Identity Provider for SSO - OpenID Connect authentication?

I have my own SQL Server database which contains usernames/passwords for authentication. I'd like to build a custom Identity Provider based on this database with an Identity Management provider so the ...
tuq's user avatar
  • 1,508
0 votes
1 answer
159 views

SSO: Authorized Users Management on Google vs. other IdP

My goal is to implement an SSO Service Provider in my web application, but I'm having trouble understanding SSO with Google as Identity Provider vs. other IdPs. I've created two POCs, one which uses ...
Alechko's user avatar
  • 1,538
0 votes
1 answer
438 views

Using Google OAuth2 and OpenId Connect in a mixed environment (GCP apps and on-premise)

Migrating on-premise services and applications to Google Cloud Platform and during an extended transition will be in a blended GCP, on-Prem, third party service provided platform. Looking to ...
John Dugaw's user avatar
2 votes
1 answer
737 views

Google Identity Platform SAML setup for mobile applications

I have successfully set up SAML on my react web app with Google Identity Platform and the redirection works when logging in with my test account with Okta(Identity Provider). There is no documentation ...
Cenk Yurtbilir's user avatar
0 votes
1 answer
198 views

Adding a pre integrated cloud application on G Suite

I have a SAML-enabled web app, and many of our customers use G Suite as an identity provider. We have been working with each of them to set up a custom SAML app so they can use G Suite to SSO onto our ...
Peter Davids's user avatar
0 votes
0 answers
310 views

googleyolo.retrieve() is always showing google signin iframe on reload

I expected googleyolo.retrieve() to automatically signin, but it's showing the iframe to ask permission/to select the user every time. Here is my code it should work via localhost This is my ...
madhu131313's user avatar
  • 7,198