• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
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
    • • 27 Oct 2020, 08:55 • fusionauth_user 29 Oct 2020, 03:26
    4
    0
    Votes
    4
    Posts
    1.3k
    Views

    D 29 Oct 2020, 03:26

    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
    • • 2 Oct 2020, 10:20 • fusionauth_user 3 Oct 2020, 12:58
    7
    0
    Votes
    7
    Posts
    8.0k
    Views

    D 3 Oct 2020, 12:58

    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
    • • 30 Sept 2020, 16:43 • fusionauth_user 30 Sept 2020, 21:53
    2
    0
    Votes
    2
    Posts
    3.0k
    Views

    D 30 Sept 2020, 21:53

    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
    • • 28 Aug 2020, 12:08 • fusionauth_user 31 Aug 2020, 21:57
    5
    0
    Votes
    5
    Posts
    5.9k
    Views

    D 31 Aug 2020, 21:57

    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
    • • 9 Aug 2020, 02:00 • fusionauth_user 10 Aug 2020, 14:57
    2
    0
    Votes
    2
    Posts
    777
    Views

    D 10 Aug 2020, 14:57

    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.