Skip to main content

All Questions

0 votes
1 answer
38 views

Blazor WASM OIDC authentication with Google fail

I've implemented a Blazor WASM application wiht Google authentication as described here. If I select "Log in", I get redirected to Google and I can insert my username and password. At that ...
corradolab's user avatar
0 votes
0 answers
154 views

Firebase Auth with Microsoft and OIDC-Microsoft results in different User-IDs

We have developed an Application that uses Firebase-Auth for authentication. As Login-Method we have configured Microsoft in Firebase. If a new User logs in, Firebase creates a new User (with a Google ...
Andre's user avatar
  • 385
2 votes
0 answers
204 views

Include OpenID Connect claims to Firebase sign-in attributes

We are using Google Identity platform as an Identity provider, and we currently have two providers: Email / Password SAML (SSO) We use it only as authentication. Once the user is authenticated, we ...
nook's user avatar
  • 1,864
0 votes
0 answers
1k views

Creating a custom OIDC claim/field on Google Identity

I am trying to create a custom claim in google identity for my application (xcreds) to pull from. Basically I'm trying to use xcreds mac password syncing tool and currently it works for users whos' ...
ntauthy's user avatar
2 votes
0 answers
565 views

Google Identity Platform Authentication using OIDC (in Dart/Flutter)

I need some assistance setting up OIDC auth in Google's Identity Platform. I have setup Oauth2 authentication before, but this is slightly different, and I feel like I'm missing something basic, and ...
Grey's user avatar
  • 421
0 votes
1 answer
379 views

Identity Platform Sign In - using OpenID connect provider with Code Flow

We are trying to Sign In the user using OpenID Connect provider - using Code Flow (works fine with implict flow). Issue we are experiencing is that our OIDC provider requires private_key_jwt auth ...
igpe's user avatar
  • 153
2 votes
1 answer
1k views

How to verify Google identity services's response

I'm trying to log user in with google and I'm using their Identity Services, I used the following code in client side. google.accounts.id.initialize({ client_id: "*********.apps....
Bimal Pandey's user avatar
1 vote
1 answer
478 views

Google OpenID Connect User Authorization

We have a SPA web application that supports OpenID Connect login from external Identity providers. Our application supports different user types (roles). We want to support Sign in with Google using ...
Jeff's user avatar
  • 1,558
3 votes
1 answer
379 views

Require Permission On Sign In With GIS Client

gapi.oauth2 is being deprecated so I'm trying to set up Google Sign In using the new GIS Client. However I'm having a serious issue when the user grants access to scopes. The checkbox for one of the ...
Dallin Davis's user avatar
2 votes
1 answer
455 views

OpenID Connect - Authorization Code Flow with new Google Identity JS API

I'm trying to understand how to implement OpenId Connect Authorization Code Flow (which is the most secure) when using newest Google Identity JS Library. I was able to succeed with legacy Google Sign-...
Angelo C.'s user avatar
7 votes
2 answers
2k views

How to get Firebase auth OAuthProvider to add additional scopes using OIDC provider

I have added a custom OIDC Provider to my Google Identity Platform. I can successfully authenticate with it, so I know it's not an issue with the provider configs, but for some reason when I try to ...
joed4no's user avatar
  • 1,353
2 votes
1 answer
691 views

How to build your OAuth flow when using Google id token? [closed]

My client(front-end) is a native mobile app (built with Flutter). For the backend, I'm using Spring to expose resources via Rest API endpoints. I want to implement Google Sign-In for my application. ...
Рамазан Сулейманлы's user avatar
0 votes
1 answer
720 views

understanding Google Identity Platform and OpenID connect

I'm using Google Identity Platform to connect my users using Email / Password, but I think of creating an oidc flow to connect my users into other applications. I found this provider in Google ...
DevGeek344's user avatar
1 vote
1 answer
1k views

Confused about ory hydra / Google Identity Platform

I have a project where I need to use Google Identity Platform to store user accounts (related to application A) in GCP and ORY hydra to connect user in an application B with that same account of app A ...
xgeek652's user avatar
  • 365
1 vote
3 answers
1k views

Can I connect my own credentials database with Google Identity Platform to build custom Identity Provider for SSO - OpenID Connect authentication?

I have my own SQL Server database which contains usernames/passwords for authentication. I'd like to build a custom Identity Provider based on this database with an Identity Management provider so the ...
tuq's user avatar
  • 1,528

15 30 50 per page