Questions tagged [google-sso]

Google Apps services for Single Sign-On (SSO)

Google Apps services for Single Sign-On (SSO)

84 questions
0
votes
0 answers

Google SSO: List groups an authenticated user is a member of

I want to list the groups the current google workspace user is a member of. The reason for this is that I want to manage grafana permissions based on this. This is easily done with github sso where the equivalent api call is…
tback
  • 11,138
  • 7
  • 47
  • 71
0
votes
1 answer

OIDC across different providers (Google, AWS)

Is it possible to SSO using OIDC across different providers (Google, AWS)? One Client (web application) is using OIDC/Google and another is using OIDC/AWS. The goal is to AuthN only once, and traverse both sites without having login again. the web…
0
votes
0 answers

Google SSO with JWT authentication with Laravel Socialite

According to Google, they're no longer using the previous SSO mechanism as of this month. However, I'm not able to get Laravel Socialite working with the new mechanism, which uses a JWT token instead. I keep getting - perhaps predictably: `400 Bad…
Jeremy L.
  • 853
  • 8
  • 15
0
votes
0 answers

Other resolved origin is not allowed for the given client ID when implement Google Sign In

127.0.0.1 localhost 127.0.0.1 docker.host This is my hosts file setup recently. I have added the docker.host to the Authorised JavaScript origins but I have received the following error message when using this domain "The given origin…
Wen Seng Tee
  • 95
  • 1
  • 7
0
votes
0 answers

React Native: AWS Cognito Auth.federatedSignIn() not waiting for auth result

I am trying to implement Google Sign-In using AWS Amplify in a React Native project. After the user signs in, I want to set the current authenticated user as Amplify.Auth.currentUser. However, I'm facing a few issues with the current…
0
votes
0 answers

How to process Google SSO callback via Cognito for Cloudfront distribution

we run a static website where I work via Docusaurus. At the moment we have the following setup: A public content repository A private content repository An infra repository (in terraform) which builds the site and uploads the content to S3 - one…
0
votes
0 answers

SIngle sign on for GCP console

I need to setup single sign on for my GCP account with Google as an Identity provider. But the problem is unlike AWS SSO I can't find the ACS URL and Entity URL of the service provider. I am new to the GCP console and don't know how it works. Can…
0
votes
0 answers

Implementing Google SSO causes 403 Forbidden Error

When trying to implement google sso I am getting the 403 forbidden error. I have been following tutorial exactly as shown here and have even pulled the repo. …
nightwolf555
  • 327
  • 1
  • 14
0
votes
2 answers

Federate Existing Azure Custom Domains to use Google SSO

We run our domains via Google. We have those domains verified in Azure for various purposes. What I'd like to accomplish is to allow my user that use O365 to be able sign in with their Google Credentials. As I understand it, this is done through…
0
votes
1 answer

Google Identity Migration with Direct Usage of GAPI.Client

We got a message to migrate to the new Google Identity Service. We do a direct usage of GAPI.Client for authentication and not the Javascript Platform library. Does anyone know if the deprecation would affect us? According to this blog post, it…
0
votes
0 answers

Google SSO - The given origin is not allowed for the given client ID

I'm trying to implement Sign In with Google for my Ruby / Rails app and I have followed the OAuth configuration setup as per this guide from Google. I've added the snippet and got the Sign In with Google button displaying fine. The sign in fields…
DJ123
  • 1
  • 1
0
votes
0 answers

Aws amplify google SSO, sign in is not persisted in local storage

The app is built with react. I am having some trouble making sure the user stays loggedIn after signing in via Google SSO. Following are my relevant imports import { Amplify, Auth, Hub, Cache } from "aws-amplify"; import awsExports from…
fazkan
  • 352
  • 3
  • 11
0
votes
0 answers

How Can i create Custom logic before login with Social login with CakeDC/User plugin?

The problem is in my users table, we already have email of user existing in our DB, so we try to apply one more layer which include google SSO which allow user to log in if and only if that user have the same email in our DB. But it turn out every…
0
votes
0 answers

UWP app - Migrate your impacted OAuth Loopback IP Address

I recently received an email from Google saying "Migrate your impacted OAuth Loopback IP Address clients to an alternative method". I have a UWP app that creates a google sso login, The OAuth 2.0 Client IDs type is "ios" (I used this sample from…
gil cohen
  • 333
  • 2
  • 8
  • 21
0
votes
1 answer

Unable to use Google SSO on server react

I am trying to use Google SSO on a server but the popup for Google SSO doesn't display the google accounts to select for logging in. It works when I test it in my local and am able to login too. I am using the package react-oauth/google I have added…
rock321987
  • 10,942
  • 1
  • 30
  • 43