Questions tagged [google-sso]

Google Apps services for Single Sign-On (SSO)

Google Apps services for Single Sign-On (SSO)

84 questions
0
votes
1 answer

Login into moodle with another website's google sso id_token

What if a site is already logged in with google sso and has it's sso id_token and by using of that wants to login into moodle website by bypassing it's login page. Is this achievable from Oauth2? If yes then how? If not possible then one may have to…
Bhavesh Tilvani
  • 193
  • 1
  • 10
0
votes
0 answers

Moodle: Login automatically in moodle website using external website's google sso id_token

I have a wordpress website in which i have logged in using google sso and i have a id_token of google sso for that login. Now i want to login directly(without showing login page) to another website which is built in moodle from that logged in…
Bhavesh Tilvani
  • 193
  • 1
  • 10
0
votes
2 answers

Google SSO Testing - Cypress: Getting 401 Unauthorized Error

When I run the following Google SSO test in Cypress, I get the following 401 error message:"error": "unauthorized_client", "error_description": "Unauthorized". The user, Jackie Chan, is able to log on via Google, manually, but for some reason,…
0
votes
1 answer

Google Sign in Prompt fails to trigger again after clicking on cancel

So I've been trying to find a way to call the google prompt by using my own button in React, and not googles, cause it doesn't fit with the styles of the platform that I am busy building So, I followed this wonderful persons idea…
Faziki
  • 767
  • 1
  • 9
  • 24
0
votes
1 answer

Google SSO without a qualified top level domain for testing purposes

I want to test out google sso in my local dev environment before pushing to production. However the Authorized Javascript Origins will not allow me to add the URI because it does not have a valid top level domain. mytestenvironment.localbx Because I…
kqlambert
  • 2,693
  • 6
  • 33
  • 50
0
votes
1 answer

list of delegated apps w/ Google SSO

I have a free Google account and I want to get a list of my apps that use delegated Google SSO. For example, I'm using Google SSO with StackOverflow. Is there a way to get a list of such delegations? I know this is possible with Workspace, but I'm…
highpost
  • 1,263
  • 2
  • 14
  • 25
0
votes
2 answers

Using Google's SSO with AWS Managed Grafana and getting: Failed to save the SAML received information

I'm looking for a solution to the following problem. I've configured an AWS Managed Grafana workspace to work with Google's G Suite SSO as a custom SAML 2.0 authentication provider according to step 14 of these AWS directions. When I try to login to…
0
votes
1 answer

Federated Single Sign-On to AWS Using Google Apps

We have had everything working perfectly for the last couple of years, then all of a sudden in the last week we cant log into AWS using the Google SSO. We are setting up the roles for the users again (as per…
user3493508
  • 11
  • 1
  • 2
0
votes
3 answers

redirect uri mismatch in fastapi

I hope everyone is fine. I am trying to implement google sso on my fastapi app. after entering the user credentials is entered and it gets redirected while redirecting i am getting this error google_sso = GoogleSSO("client-id", "client-secret",…
Sagabarnisa S
  • 123
  • 1
  • 8
0
votes
1 answer

How to Authenticate users in Azure AD to a custom web app deployed in Google cloud run?

I have experience in integrating AWS cognito with Azure AD (SSO). But I don't know how to implement similar authentication in GCP. I want to authenticate the users in Azure AD to use the custom web app deployed in Google cloud run. I see three…
0
votes
0 answers

Google Sign-In for Server-Side Apps for .Net core

I want to implement Google Sign-In for Server-Side Apps (https://developers.google.com/identity/sign-in/web/server-side-flow) in .Net Core - Web API or MVC. Is there any SDK for this?
Bibin
  • 555
  • 3
  • 16
0
votes
1 answer

Cheap alternative to OTP SMS (MFA/2FA)

In my Android app, I need to link user's contacts to our DB user accounts, so the user can click on a specific contact and the app will translate it to our internal User ID (if exists), thus making communication easier and friendlier. I thought…
0
votes
0 answers

Google will discontinue support for sign-ins to Google accounts from embedded browser frameworks

I work for a company that has application for 4 platforms (Android, IOS, windows, and web) and before a couple of days we get this message: "Google will discontinue support for sign-ins to Google accounts from embedded browser frameworks, starting…
0
votes
1 answer

Can Google SAML work over HTTP, or is it exclusively for HTTPS?

I understand that you should use HTTPS for secure communication etc. however my testing application is HTTP (as it is only used by me). This is the only reason for asking this. Google is being used as an identity provider for SAML, and here (bullet…
mysterykid
  • 93
  • 1
  • 9
0
votes
1 answer

Google Secure LDAP (from Cloud Identity) returning wrong user DN

We have a Google G suite with multiple domains and users with email addresses not always having the primary domain extension. When ldap searching the Secure LDAP environment for a user with a non primary domain we get the wrong user DN…
wessel
  • 810
  • 8
  • 10