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…
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…
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…
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…
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…
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…
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 ?
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…
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…
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…
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…
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…
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"…
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…
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…