FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. fusionauth_user
    3. Topics
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by fusionauth_user

    • F

      is there a way to get idp userinfo back without login in

      Q&A
      • • • fusionauth_user
      4
      0
      Votes
      4
      Posts
      966
      Views

      danD

      Can you present the fusionauth access token to the fusionauth /userinfo endpoint and get back what you need?

    • F

      Malformed request when using idp_hint

      Q&A
      • • • fusionauth_user
      7
      0
      Votes
      7
      Posts
      7.3k
      Views

      danD

      Great. I've updated the documentation to reflect that google and facebook aren't supported; that'll be published next week. Sorry about that.

      More details on the bug I filed above (and the doc change linked in the bug). If you try this with SAML/OIDC and it fails, please let me know.

    • F

      How do i test idp login?

      Q&A
      • • • fusionauth_user
      2
      0
      Votes
      2
      Posts
      2.8k
      Views

      danD

      I would do one of two things:

      consult the google docs about what is returned create a lambda to write the idToken json object provided by google to the event log, then login and view the event log to see what is provided.

      More on the google reconcile lambda here: https://fusionauth.io/docs/v1/tech/lambdas/google-reconcile

    • F

      Is there a way to connect multiple idp's to a single account?

      Q&A
      • • • fusionauth_user
      5
      0
      Votes
      5
      Posts
      5.4k
      Views

      danD

      Hiya,

      If the user has the same email registered across multiple accounts (Facebook, Twitter, Google) they should be able to login with each of those and they'll be all tied to the same account in FusionAuth. If they are different email addresses, we currently have no way to reconcile them.

      But I think the user has to go through and sign in with each provider for FusionAuth to get the metadata into its system.

      These github issues might be of interest:

      https://github.com/fusionauth/fusionauth-issues/issues/1

      https://github.com/fusionauth/fusionauth-issues/issues/751

    • F

      refresh token always valid

      Q&A
      • • • fusionauth_user
      2
      0
      Votes
      2
      Posts
      587
      Views

      danD

      Hmmm. What version of FusionAuth are you running?

      If you have set the refresh token usage policy to be OneTime in the tenant settings, then the old refresh token shouldn't give you access tokens after the first call.