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

      Unsolved How to get Google contacts from an app using FusionAuth

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

      F

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

    • Y

      Unsolved OpenID Connect doesn't fallback to non-PKCE if provider doesn't support it

      Q&A
      • openid pkce • • yves
      7
      0
      Votes
      7
      Posts
      1.6k
      Views

      mark.robustelliM

      @yves So I found this that may be of interest to you.

      For the Authorization Code Grant, if the clientAuthenticationPolicy value is Required, the client secret is required. If the value is NotRequired, the client secret is not required. If the value is NotRequiredWhenUsingPKCE and PKCE is used, the client secret is not required. If PKCE is not used, the client secret is required.

      What is your setting there?