FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. Q&A
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • M

      Solved SMTP integration works with default tenant, but not duplicated one

      • • mculley
      11
      1
      Votes
      11
      Posts
      1.7k
      Views

      M

      @mark-robustelli

      right on. I will use that next time.

    • S

      Unsolved Custom data with membership field

      • • sandesh
      2
      0
      Votes
      2
      Posts
      497
      Views

      danD

      @sandesh Thanks for using FusionAuth!

      I wanted to know if we can pass a custom data with membership field with JWT token.

      You should be able to grab it out of user.memberships in the JWT populate lambda. I just tested this out:

      console.log('membs: '+JSON.stringify(user.memberships));

      and I see the data field.

      If yes, can we configure a field from front end like we can do for a User registration page where the field is passed as user.data.fieldName.

      This is not possible now. The only objects on which you can set custom data using the registration form are user and registration.

      Since you can't add a membership at registration time, I'd suggest using a webhook on registration completion to populate the membership.data field.

    • S

      Solved CORS error while importing Users

      • • sandesh
      8
      0
      Votes
      8
      Posts
      1.1k
      Views

      danD

      @sandesh Great, glad you figured it out!

    • S

      Unsolved Error in Group creation

      • • sandesh
      4
      1
      Votes
      4
      Posts
      658
      Views

      danD

      @sandesh I'd suggest using a UUID generator. Most programming languages have one, or you can use FusionAuth's: https://fusionauth.io/dev-tools/uuid-generator

    • V

      Unsolved In the Webhooks API, what are the "complete" events?

      • • vinicius.campitelli
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      V

      Those events without the complete suffix are sent before we commit the database transaction and the ones with complete are sent after we commit the transaction.

      This means that the actual entities (user and user registration) don't actually exist when the first non-complete events are emitted.

      Take a look at our Calling FusionAuth APIs In Webhooks guide for more details.

    • danD

      Adding another fusionauth user to the admin

      admin users • • dan
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      danD

      Hi @david-pautler,

      Sorry for the confusion! The users in account.fusionauth.io and your cloud instance are a disjoint set and do not have to be related at all. There's no synchronization between these two sets of users, and they actually run on different virtual hardware and do not share a database.

      So assigning roles to users in account.fusionauth.io won't have any effect on users in <your fusionauth instance>.

    • V

      Solved What are the rollback options if I choose to upgrade my instance?

      • • vinicius.campitelli
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      V

      The Rolling Back From a Problematic Upgrade guide will walk you through the necessary steps.

      We also recommend testing your upgrade in a non-production environment first and closely reviewing release notes to ensure you are aware of how the upgraded version of FusionAuth will interact with your integration.

    • P

      Unsolved React SDK - onRedirectSuccess not called after login

      • • phoebe
      2
      0
      Votes
      2
      Posts
      423
      Views

      danD

      Hi @phoebe,

      Thanks for using FusionAuth!

      Did you get this resolved? We have a simple react application tutorial here which uses the react SDK. I'd be interested in knowing if deploying that application to Azure SWA has the same issue.

      If it does, then maybe there's some additional configuration that needs to be set or a change to the React SDK that is needed. If it doesn't, maybe there's an issue with the react app you wrote.

      Also, are you seeing any messages in the JavaScript console?

    • T

      Unsolved Retrying Webhooks that run into timeouts

      • • tobias.lippert
      2
      1
      Votes
      2
      Posts
      804
      Views

      danD

      Hi @tobias-lippert ,

      Thanks for using FusionAuth!

      The current retry logic for webhooks is documented here: https://fusionauth.io/docs/v1/tech/events-webhooks/writing-a-webhook#retries

      There's also a tracking issue for webhook improvements here.

      If you need specific functionality not outlined there, please file an issue and then reference it on that tracking issue.

    • danD

      Solved Contract vs month to month?

      • • dan
      2
      0
      Votes
      2
      Posts
      320
      Views

      danD

      When you are month to month (MtM), it is a series of 30 day commitments, perfect for small and non production deployments that aren't needed longterm.

      Contract customers typically commit for 12-36 months. For that longer commitment, FusionAuth offers discounts and a voice in product roadmap in exchange.

      If, instead, customers value flexibility, they can always pay list price with no more than a 30 day obligation.

    • A

      Unsolved How do you setup Webhooks for local testing?

      • • Alex Patterson
      3
      0
      Votes
      3
      Posts
      705
      Views

      M

      @alex-patterson It seems like you are experiencing issues with Fusionauth not hitting localhost:3000/webhooks but working correctly on webhook.site. There could be several reasons for this behavior:

      Configuration: Double-check your Fusionauth configuration to ensure that the webhook URL is correctly set to "localhost:3000/webhooks" and that there are no typos or errors in the URL.
      Firewall or Network Restrictions: Make sure that there are no firewall or network restrictions preventing Fusionauth from accessing localhost. Sometimes, security settings may block external services from accessing localhost.

    • danD

      We’re using FusionAuth Cloud, how can we enable a custom domain?

      faq domains • • dan
      10
      0
      Votes
      10
      Posts
      5.7k
      Views

      A

      As of July 25, 2023 we now support Unlimited Custom Domains for FusionAuth Cloud! You can read more in this post, on how to add a custom domain.

    • danD

      We use FusionAuth cloud and want our instance to have a custom domain name

      dns cloud domains • • dan
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      A

      As of July 25, 2023 we now support Unlimited Custom Domains for FusionAuth Cloud! You can read more in this post, on how to add a custom domain.

    • danD

      Does a managed account on fusionauth.io support a custom domain?

      domains managed-account from-slack faq • • dan
      3
      0
      Votes
      3
      Posts
      5.7k
      Views

      A

      As of July 25, 2023 we now support Unlimited Custom Domains for FusionAuth Cloud! You can read more in this post, on how to add a custom domain.

    • A

      Solved FusionAuth Doesn't Start

      • • andrew 1
      3
      1
      Votes
      3
      Posts
      429
      Views

      danD

      @andrew-1 Thanks for sharing the fix! Appreciate it!

    • C

      Unsolved Choosing which M365 account to use during Azure IDP login process

      • • chris.lees
      2
      0
      Votes
      2
      Posts
      384
      Views

      danD

      @chris-lees Does M365 support the prompt parameter? It looks like it does.

      I'd look at adding that parameter to the authorize URL that FusionAuth is generating. If you want to prompt the user every time, you can add it in the Identity Provider configuration. If you want to do it occasionally, I'd look at writing some javascript to append it to the URL in the themed pages.

    • N

      Unsolved idp authentication with google fails

      • • nadav
      2
      1
      Votes
      2
      Posts
      344
      Views

      danD

      Hi @nadav ,

      What version of FusionAuth are you using?

      What does the error log say when you turn on debugging?

    • P

      Unsolved Accessing FusionAuth API using bearer token auth

      • • pawel.prochal
      2
      1
      Votes
      2
      Posts
      487
      Views

      danD

      Hi @pawel-prochal ,

      It sounds like you want to make a request against a FusionAuth search API using a JWT issued by FusionAuth to authenticate that API request?

      Unfortunately not all FusionAuth APIs use JWT authentication. User search is not one of them.

      If I were going to do this, I'd build a small proxy that took a JWT and held an API key. It would examine the JWT and then make the user search API call using the API key.

      Let me know if I misunderstood something.

    • N

      Unsolved Identity Provider login

      • • nadav
      2
      0
      Votes
      2
      Posts
      321
      Views

      danD

      Hi @nadav

      Thanks for using FusionAuth.

      What version of FusionAuth are you running?

      What do you see in the error event log?

    • K

      Unsolved Issues configuring Google Identity provider for fusion auth

      • • kirill.melnikov.dev.test
      2
      0
      Votes
      2
      Posts
      392
      Views

      danD

      Hiya @kirill-melnikov-dev-test

      Thanks for using FusionAuth!

      What version of FusionAuth are you running?

      Have you tried the redirect method instead of the popup method?

      What do you see in the Error Log when you turn on debugging?

      You can also try a straight OIDC Identity Provider.