google-identity

Identity Server 4 - federated logout of google when used as an idp

房东的猫 提交于 2021-01-29 05:35:37
问题 I have google configured as an external identity provider. How do I configure IdentityServer to also log out of this external identity provder as well as all my client applications? FYI, the client application sign out is already working. Just want to log user out of google as well. 回答1: Anwer Google doesnt supprot it Signout for Google External Identity Provider isn't working Background Information: When a user is signing-out of IdentityServer, and they have used an external identity

Assign project-level user to multiple tenants

|▌冷眼眸甩不掉的悲伤 提交于 2020-07-23 06:45:08
问题 Cannot find anywhere on Google Identity Platform docs that clearly describe whether it's possible to assign a single user to multiple tenants. see https://cloud.google.com/identity-platform/docs/multi-tenancy-managing-tenants My project needs the capability to have a single user be able to login to multiple, separate tenants. Currently, I have to create a new user on every tenant I want to be able to login to. This is not good because each new user I create has a different uid and separate

Assign project-level user to multiple tenants

强颜欢笑 提交于 2020-07-23 06:43:20
问题 Cannot find anywhere on Google Identity Platform docs that clearly describe whether it's possible to assign a single user to multiple tenants. see https://cloud.google.com/identity-platform/docs/multi-tenancy-managing-tenants My project needs the capability to have a single user be able to login to multiple, separate tenants. Currently, I have to create a new user on every tenant I want to be able to login to. This is not good because each new user I create has a different uid and separate

Google One-tap project status

主宰稳场 提交于 2020-02-13 11:37:26
问题 Does anyone know what is the status of Google One-tap AKA YOLO project? It seems like all the official documentation on One-tap is gone. The cached version states: The beta test program for this API is currently closed. We are improving the API's cross-browser functionality and will provide updates here in the coming months. There are quite some websites which are still using this technology, either because they were in Beta and/or whitelisted by Google. 回答1: We are addressing a number of

Google One-tap project status

别来无恙 提交于 2020-02-13 11:34:49
问题 Does anyone know what is the status of Google One-tap AKA YOLO project? It seems like all the official documentation on One-tap is gone. The cached version states: The beta test program for this API is currently closed. We are improving the API's cross-browser functionality and will provide updates here in the coming months. There are quite some websites which are still using this technology, either because they were in Beta and/or whitelisted by Google. 回答1: We are addressing a number of

Unable to enable Identity Platform on Google Cloud

孤者浪人 提交于 2020-01-16 04:22:13
问题 We currently use Google Identity Toolkit on a web project on Google App Engine. We need to migrate to Google Identity Platform or Firebase Auth since Toolkit is being deprecated. Every time I work up the nerve to work on it, I get stuck at the first step: trying to enable it as per the instructions: https://developers.google.com/identity/toolkit/migrate-identityplatform The issue occurs at step 2 of "Before you Begin" where I am supposed to 'Enable Identity Platform.' When doing so I get a

iOS Google Silent Sign In provides a (valid) token with missing profile info

感情迁移 提交于 2020-01-14 11:28:23
问题 I've integrated Google SignIn SDK (v4.0.1) to my iOS app. The normal authentication process is working fine via: GIDSignIn.sharedInstance().signIn() The retrieved idToken is valid and includes both email and the user's basic info: given_name family_name picture Google provide this URL for reviewing token data: https://www.googleapis.com/oauth2/v3/tokeninfo?id_token= Problem is, after relaunching the app, I perform silent login on didFinishLaunchingWithOptions like so: if GIDSignIn