FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. google
    Log in to post
    • All categories
    • danD

      Solved Claims to check when using google as an idp for google workspace

      Q&A
      • google idp workspace • • dan
      2
      0
      Votes
      2
      Posts
      164
      Views

      danD

      You should start by checking the relevant google documentation.

      As of writing, this is what their doc says:

      Using the email, email_verified and hd fields, you can determine if Google hosts and is authoritative for an email address. In the cases where Google is authoritative, the user is known to be the legitimate account owner, and you may skip password or other challenge methods.

      Cases where Google is authoritative:

      email has a @gmail.com suffix, this is a Gmail account. email_verified is true and hd is set, this is a Google Workspace account.

      Users may register for Google Accounts without using Gmail or Google Workspace. When email does not contain a @gmail.com suffix and hd is absent, Google is not authoritative and password or other challenge methods are recommended to verify the user. email_verified can also be true as Google initially verified the user when the Google account was created, however ownership of the third party email account may have since changed.

      So in this case, you want to check that hd is set as well as that email_verified is true.

      With FusionAuth, you can check this using a reconcile lambda and looking at the id_token:

      https://fusionauth.io/docs/extend/code/lambdas/google-reconcile https://fusionauth.io/docs/extend/code/lambdas/openid-connect-response-reconcile
    • F

      Unsolved How to get Google contacts from an app using FusionAuth

      Q&A
      • ritza google openid • • fusionauth.qhj5e
      4
      0
      Votes
      4
      Posts
      3.9k
      Views

      F

      Oh, it's still an open bug - https://github.com/FusionAuth/fusionauth-issues/issues/2574. I'll ask there.

    • danD

      Solved Access google calendars of multiple google accounts (with user permission)

      Q&A
      • google calendar api access • • dan
      4
      0
      Votes
      4
      Posts
      4.1k
      Views

      danD

      @alex-3 I'm a bit unclear on what you are trying to do.

      Can you outline the exact steps you want to take?

    • J

      Unsolved Google workspace SAML v2: both IdP initiated & SP initiated logins

      Q&A
      • saml google • • jan 1
      2
      0
      Votes
      2
      Posts
      2.5k
      Views

      mark.robustelliM

      @jan-1 , unfortunately I don't have a great suggestion for you. It looks like @robotdan is taking a look at the issue you created. I will follow the issue and check back in, once they update it.

    • I

      Facing 'Cannot read properties of undefined (reading 'findIdentityProviderScriptByFileName')' console error in google sso sometimes.

      General Discussion
      • google sso • • imsurya2442
      2
      0
      Votes
      2
      Posts
      2.9k
      Views

      joshuaJ

      @imsurya2442

      Thanks for the question.

      This may be related https://github.com/FusionAuth/fusionauth-issues/issues/2019. If it is, there is a workaround listed that you could attempt.

      Thanks,
      Josh

    • T

      Google login sometimes fails without error

      Q&A
      • google idp • • trevorr
      5
      0
      Votes
      5
      Posts
      13.8k
      Views

      joshuaJ

      @md-tanveeraj Can you confirm how you are intergrating Google?

      The two most common implementations of Google + FusionAuth are via the hosted pages (where you have FusionAuth display a login with google - https://fusionauth.io/docs/v1/tech/identity-providers/google) or via writing your own login page and Google integration (login with google via API - https://fusionauth.io/docs/v1/tech/apis/identity-providers/google#complete-the-google-login)

      I might need some more context to be able to provide additional assistance.

      Thanks,
      Josh

    • danD

      Seeing "A request to the search index has failed. This error is unexpected" and I can no longer login with google

      Q&A
      • search login failure google • • dan
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      danD

      Hmmm. Since you haven't made any changes and aren't seeing any other errors, can you try to reindex?

      Navigate to system and then re-index in the administrative user interface?

      That should solve the issue.

    • danD

      Logging in with a google account with the same email as a previously registered user?

      Q&A
      • identity google • • dan
      4
      0
      Votes
      4
      Posts
      3.3k
      Views

      danD

      Hi @david-0 ,

      I understand your frustration. We're thinking about ways to ameliorate this issue.

      And you aren't alone. Here are a couple of open github issues:

      https://github.com/FusionAuth/fusionauth-issues/issues/751 (kind of the reverse of what you're talking about, but related) https://github.com/FusionAuth/fusionauth-issues/issues/1 (the very first issue filed!)

      Please feel free to upvote them, as that helps direct our development efforts. If these issues don't cover what you're looking to do, please do file a feature request with use case specifics.

      Thanks,
      Dan

    • danD

      Solved Text on the Google login popup when using Google as an IdP

      Q&A
      • google idp account screen • • dan
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      danD

      As far as I know it is not possible, I believe Google builds that text based upon the redirect_uri. I would assume you'd only see the fusionauth.io domain listed if you're using our hosted URL. If you are using an enterprise plan with a custom domain (login.example.com) you shouldn't see fusionauth.io mentioned.

      I know in the Google cloud console where you configure your credentials there is a customization option for the consent screen, but I do not know if that will modify this account chooser or not.

    • danD

      Can I use hosted FusionAuth with a 'sensitive' google scope?

      Q&A
      • from-slack google oauth faq • • dan
      3
      1
      Votes
      3
      Posts
      6.4k
      Views

      L

      I have same query can you provide me some suggestion?