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…
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…
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…
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…
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…
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…
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…
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. …
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…
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…
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…
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…
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…
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…
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…