Questions tagged [google-sso]

Google Apps services for Single Sign-On (SSO)

Google Apps services for Single Sign-On (SSO)

84 questions
1
vote
1 answer

Callback after Google login throwing error in FusionAuth

We are using the FusionAuth (1.7.4) login screens with our SPA and have Google configured as an IdP in FusionAuth and set up Google OAuth client credentials as discussed here: https://fusionauth.io/docs/v1/tech/identity-providers/google When the…
1
vote
1 answer

CSRF Failed SSO Django after redirect

I'm trying to configure Google's SSO for my django app. Google is the Identity provider and my app is the Service provider. I'm using python3-saml for the SSO and I used the files like in the django demo. Whenever I click login, Google tries to…
Vincent
  • 1,494
  • 12
  • 26
1
vote
0 answers

Facebook SSO in multi tenant architecture

For Facebook/Google SSO (single-sgin-on), the normal procedure is to create a separate FB developer app and get the key pairs & integrate with the application. If white labeling is allowed as below: client1.com points to client1.ourproduct.com…
1
vote
1 answer

Google SAML Response XML

I am trying to setup Google as SP and my own database as IDP. I have configured my GSuite account with my login and logout URL and google is redirecting to them perfectly. But after SAML request from google, I try to generate SAML response, I am…
Deepak Verma
  • 653
  • 1
  • 10
  • 24
1
vote
1 answer

Implementing SSO into Joomla 3 to gain access to the website

I have been asked to create an internal intranet. One of their criteria is to allow employees to access the site using Google SSO. This isn't to log into the backend, it is purely to gain access to the site. I am creating it in Joomla 3. Can anyone…
1
vote
2 answers

authorize user to use REST API through google services

I have three actors: (my) RESTful API behind SSL. (my) Android app that has Google "Sign in" button. (my) Web App that allows user register using their Google Account via OAuth. What I would like to be able to do is this: Generate something when…
0x4B1D
  • 923
  • 1
  • 9
  • 19
1
vote
0 answers

What is the basic difference between google sso and google+ sso?

What is the basic difference and feature difference between Gmail's account SSO (single Sign On) and SSO using Google plus's account? What is the basic steps to integrate PHP based Google Plus SSO ?
Mohit N
  • 41
  • 3
1
vote
1 answer

google SSO page is bigger than the popup window

We are using showModalDialog to create a popup window for google SSO. The issue can be seen in the attached image. The window interior is bigger than the content it's self. Every time I make the window bigger the interior gets bigger. This means the…
steve0nz
  • 906
  • 5
  • 16
  • 35
1
vote
1 answer

What privileges are required to call the directory.user.update api?

Our organization uses SAML for SSO into Google Apps. In order to use SSO we must manage the change password functionality through APIs. Since the Provisioning API has been deprecated in favor of the Admin SDK Directory API, I am developing against…
Phillip
  • 643
  • 6
  • 15
1
vote
2 answers

Implementing SSO + OAuth with google

All i wanted to do is to implement Single Sign On, for users with google apps on custom domain. Eg. startup.com has configured their domain, by purchasing google apps for business for their domain. They have gmail address configured at…
user1629366
  • 1,931
  • 5
  • 20
  • 30
0
votes
0 answers

Laravel Breeze and Inertia JS problem with CORS Policy has block no "Access-Control-Allow-Origin"

I have a problem when I tried to use Google SSO to my project, I have this issue: Access to XMLHttpRequest at 'https://accounts.google.com/o/oauth2/auth?client_id=' (redirected from 'http://127.0.0.1:8000/auth/google') from origin…
0
votes
0 answers

How to add multiple Client ID's in Google SSO Integration in iOS App

I am a complete beginner in iOS development. I want to integrate google SSO in my App. I have a requirement where there are multiple clients with different client ID’s and different users in it. I am confused as how I can implement that? Is there…
Nemo
  • 1
0
votes
0 answers

Google OAuth giving 400 error: invalid request despite correct redirect URI

I am building a web app in Adalo (a no-code app builder) that I want to enable Google Single Sign On in. My issue is that every time I try to sign in to Google having began my journey within the Adalo previewer I get a "Error 400: invalid_request"…
Mike Ganz
  • 1
  • 1
0
votes
0 answers

Amplify Federated Google Sign in

I'm implementing Google SSO using amplify cognito. Its working fine, but if the google doesnt contains family name it throws a custom state error. Configuration are done on cognito panel to make family name as required attribute, as the cognito sign…
0
votes
0 answers

Using google external login with IdentityServer for multiple google accounts

We are using Duende IdentityServer to authenticate users. Several people trying to log in have multiple Google accounts that they would like to use when logging into our server. Usually the use case is that the person has a personal gmail account…
Brian
  • 1,675
  • 3
  • 19
  • 29