Questions tagged [google-sso]

Google Apps services for Single Sign-On (SSO)

Google Apps services for Single Sign-On (SSO)

84 questions
18
votes
4 answers

Google SAML SSO - 403 app_not_configured_for_user error when signed into personal Google account

I'm working on a SAML SSO integration for our app using Google / G Suite. Our customers configure our SAML app in their company's G Suite admin settings. The integration works correctly in most cases: Suppose you're not signed into a Google account…
Sohan Jain
  • 2,318
  • 1
  • 16
  • 17
16
votes
1 answer

Google G Suite SAML SSO domain login page

I'm usign Google G Suite and created an app which is manage users logins with G Suite SAML. (see. https://support.google.com/a/answer/6087519?hl=en&ref_topic=6304963#) Everything is works smoothly, but I have problem when users not logged in our G…
10
votes
2 answers

Asp.Net Core Google authentication

My app runs on Google Compute Engine. Nginx used as a proxy server. Nginx was configured to use SSL. Below is the content of /etc/nginx/sites-available/default: server { listen 80 default_server; listen [::]:80 default_server; …
synergetic
  • 7,756
  • 8
  • 65
  • 106
9
votes
1 answer

How to configure Single Logout when using Google Apps as the Identity Provider?

As outlined in the Google docs you can use Google Apps as a SAML 2.0 IdP. The IdP metadata includes a URL for SSO, but doesn't contain a SLO URL:
Tobias Mühl
  • 1,788
  • 1
  • 18
  • 30
6
votes
2 answers

Blocking "Sign-In with Google" iframes using uBlock Origin

Problem: Google can track me via websites using Google authentication integration on their webpages. Additionally, this popup interrupts my user experience for signing in without Google. How do I effectively get rid of these?
Michael
  • 471
  • 3
  • 6
6
votes
5 answers

Test Google SSO SAML on Localhost

The ACS url in the Google SSO SAML setup where Google is the Identity Provider has to start with https. Therefore, I've not been able to use a localhost url. Is there a way how I could test Google SSO SAML on a local server? What url (or other…
5
votes
2 answers

Authorized Javascript Origins wildcard alternative

We've recently introduced Google Single Sign-on to our platform. It works well, except for one issue. All our development branches are automatically assigned a url that looks something like https://{branch-name}.ourdomain.com. As of right now, we…
Christian
  • 195
  • 1
  • 2
  • 10
5
votes
2 answers

.GoogleAuthException: Unknown while doing Google SSO.

Exception: 07-28 14:36:13.140: W/System.err(11382): com.google.android.gms.auth.GoogleAuthException: Unknown 07-28 14:36:13.140: W/System.err(11382): at com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) 07-28 14:36:13.140:…
Hick
  • 35,524
  • 46
  • 151
  • 243
4
votes
0 answers

Google iOS device policy is not playing nicely with iOS apps using google SSO

We have built a react-native app that uses Google sign on. We use react-native-google-signin and publish an ios and android app. Login works 100% of the time in the android app. It works on ios app aswell, except for some organisations using G…
3
votes
0 answers

Google custom SAML app integration with Keycloak

I'm trying to configure IdP initiated SSO with Google acting as an IdP in order to be able to authenticate to our web app, which supports SSO authentication via Keycloak, by clicking on custom SAML app in Google Workspace popup (basically it's just…
Ilya I
  • 1,282
  • 1
  • 12
  • 19
3
votes
0 answers

IDP initiated SSO from Google SAML with Keycloak as identity broker

We have Google SAML SSO login (IDP) in our Spring boot application (SP) with Keycloak as IDP broker. The SP initated login (SpringApp -> keycloak -> GoogleSSO -> keycloak -> Spring) works fine. However, if I login to my google account and click my…
ahamdsuhail
  • 103
  • 1
  • 9
3
votes
0 answers

Integrating with Google SSO SAML

I am trying to integrate Google SSO with an application. During the Google wizard to create the application it provides an SSO Url in the form of but I can't find much documentation about how to use that URL. Anyone has any example using Python or…
2
votes
1 answer

Unable to login Google SSO in superset

I have installed superset in docker and tried to implement Google SSO in superset. I tried to follow the official docs "Custom OAuth2 Configuration" from https://superset.apache.org/docs/installation/configuring-superset/ . I changed my…
AB21
  • 353
  • 1
  • 4
  • 15
2
votes
2 answers

Google Identity - sign In with google button not visible when go to other screen and comeback

I am trying to integrate the Google SSO using the Google Identity API's for the Angular 14 application. The problem I am facing is, I can see the Sign In with Google button when I first come into Login screen. But if I go to other screen then do…
Unknown
  • 2,037
  • 3
  • 30
  • 47
2
votes
0 answers

SSO google sign-in Couldn't sign

We are developing a react-native web assets app (for iOS & android patform). Which has SSO integration, When I press google login button. I will redirect to google sign-in page, after entered the mail-id, which is not taking me to password entering…
Senthilkumar
  • 2,471
  • 4
  • 30
  • 50
1
2 3 4 5 6