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
    • J

      Unsolved FusionAuth community version for a commercial system

      • • johnmiller
      3
      1
      Votes
      3
      Posts
      1.3k
      Views

      danD

      Also, we just updated the pricing page to make it clearer that the Community edition can be used with commercial applications.

    • J

      Unsolved How to achieve multiselect dropdown using 'Advanced Registration Form' custom form field

      • • jitendra.sabat
      2
      0
      Votes
      2
      Posts
      746
      Views

      danD

      @jitendra-sabat

      We don't have an out of the box form control for a multi-select, but you can create one using the theme customization. You should start with a custom form field with a check box form control type because it supports multiple values.

      As long as the serialized version of the form is valid and matches the data type you set in the field definition, it should work.

      So, start with the checkbox list, and ensure that is functional, and then you can re-write that control or style it however you want in the themed template, or via JavaScript.

    • J

      Unsolved How to add/alter attributes of a 'Advanced Registration Form' form field

      • • jitendra.sabat
      2
      0
      Votes
      2
      Posts
      656
      Views

      danD

      @jitendra-sabat

      Hiya,

      You can add keys to the messages.properties file. Here's a blog post that illustrates this: https://fusionauth.io/blog/2020/09/01/theme-registration-form

      In that post, the registration.data.minprice field is one of the custom fields.

    • B

      Unsolved Invalid CORS pre-flight request. HTTP header not allowed.

      • • bvb1992bvb
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      B

      This is all what the event log says:
      0bb4ffd1-ffcd-4cd9-b697-0689dd727794-image.png

      It seems there is a similar issue reported here:
      https://fusionauth.io/community/forum/topic/835/cors-error-when-posting-to-oauth2-token/7

      It's working when I use postman

    • V

      Unsolved FusionAuth as SAML relying party and custom login pages

      • • varunghaswala
      5
      1
      Votes
      5
      Posts
      2.9k
      Views

      danD

      Doc PR here: https://github.com/FusionAuth/fusionauth-site/pull/1427

    • A

      Solved Form Field verification strategy still sends a link for verification

      • • AliMirlou
      2
      0
      Votes
      2
      Posts
      863
      Views

      A

      Seems like it doesn't work until the gated unverified behavior feature is enabled.

      Although this is confusing because FusionAuth accepts my new form field verification strategy setting but just ignores it.

    • J

      Unsolved Is there a way to add the ForceAuthn property to a SAML V2 request?

      • • jlinton
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      J

      @jlinton

      Is it possible to leverage what is described in this post?

      https://fusionauth.io/community/forum/topic/663/force-google-account-selection-on-every-login

      Also, how entrenched are you with SAML?

    • F

      Unsolved Where to put SAML metadata if FA is acting as IDP?

      • • fred.fred
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      danD

      @fred-fred said in Where to put SAML metadata if FA is acting as IDP?:

      But it looks like this is the only place to enter SP metadata info, correct?

      I'm not sure I understand what you mean.

    • P

      Unsolved How to configure FusionAuth logging to DataDog

      • • pete.brar
      2
      2
      Votes
      2
      Posts
      700
      Views

      danD

      @pete-brar

      I know we've had some customers ask for this, but I'm not aware of anyone. I imagine it shouldn't be hard to write an ingester--listen to the event logs webhook and push to DataDog.

      https://fusionauth.io/docs/v1/tech/events-webhooks/events/event-log-create https://docs.datadoghq.com/api/latest/events/

      Here's a sample AWS lambda that listens to FusionAuth events and pushes them to S3: https://github.com/FusionAuth/fusionauth-example-lambda-webhook

      Maybe you could re-use some of that code?

      If you end up doing so, please share any findings here; I'd love to know how it went.

    • N

      Unsolved Theme templates do not reflect updates after edit and save

      • • nathan 0
      2
      1
      Votes
      2
      Posts
      461
      Views

      danD

      @nathan-0

      Hmmm. That's no good!

      What version of FusionAuth are you running?

      What changes are you making? Have you tried making different changes?

      There's also often some confusion between verify registration and verify email, so are you sure you are walking through the correct workflow?

    • T

      Unsolved Multiple accounts / sessions switching

      • • theo
      2
      1
      Votes
      2
      Posts
      484
      Views

      danD

      @theo This is a good use case for entity management. You can model workspaces as entities and then grant a single user account permissions for each workspace as needed.

      This is a slightly different model, because the user still has one account, though.

      Here's more details: https://fusionauth.io/docs/v1/tech/core-concepts/entity-management

      Note that entity management is a feature requiring a paid license.

    • T

      Unsolved Force auth / 2FA / MFA?

      • • theo
      2
      1
      Votes
      2
      Posts
      517
      Views

      danD

      @theo You'll want to look at step up auth.

      It's documented here: https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication#step-up-auth

    • T

      Unsolved Capture 3rd party access / refresh token?

      • • theo
      2
      0
      Votes
      2
      Posts
      444
      Views

      danD

      @theo

      Yes. It should be present on the identity link object: https://fusionauth.io/docs/v1/tech/apis/identity-providers/links

      The type of token returned depends on the identity provider, but for Google I believe it is the access token.

    • V

      Unsolved FusionAuth as a SAML v2 IdP

      • • vodinhtan1122
      2
      0
      Votes
      2
      Posts
      424
      Views

      danD

      @vodinhtan1122 No, that is not correct. It should be fully supported. The only SAML functionality that is not present in the community edition is SAMLv2 IdP initiated login.

    • Z

      Unsolved Login with facebook does not set user's name and picture

      • • zidstol.komp
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      danD

      @zidstol-komp

      So it sounds like you are not using FusionAuth's hosted login pages, but are building your own integration with Facebook. And then you are calling https://fusionauth.io/docs/v1/tech/apis/identity-providers/facebook#complete-the-facebook-login

      Is that correct?

      If so, I think you'd need to make the additional calls to Facebook to get the name and picture and then to update the FusionAuth user profile.

      When you use the hosted login pages, we handle that for you, but when you build your own integration, all we do is log the user in (and possible create them and register them for your application, if configured to do so).

    • S

      Solved This topic is deleted!

      • • sandiprghane
      2
      0
      Votes
      2
      Posts
      716
      Views
    • M

      Unsolved Fail to create admin account

      • • marengoapp
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      @marengoapp Did you see any errors in the system log files? If so, please share them here.

    • danD

      Unsolved fusionauth-jwt minimum java version?

      • • dan
      1
      0
      Votes
      1
      Posts
      415
      Views

      No one has replied

    • M

      Unsolved "You may not use an undefined variable" error with Docker Compose and Kickstart

      • • mart
      6
      1
      Votes
      6
      Posts
      1.6k
      Views

      danD

      @mart

      Thanks for the detailed repro steps. I just looked through the code and didn't see anything that indicated this behavior.

      Could you do one more test for me, please? Can you check and see what happens if you don't use FUSIONAUTH_APPLICATION_CLIENT_SECRET and instead use a different variable name? Something like MY_COOL_APPLICATION_CLIENT_SECRET or something like that?

      I don't think there's a collision or reserved variable, but it's worth ruling out.

      Also, what version of FusionAuth are you running?

    • U

      Unsolved Get password on password change or password forgot

      • • ursache.rarress
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      danD

      @ursache-rarress

      Thanks for using FusionAuth!

      Getting the password via API is not possible.

      If you want to migrate away from FusionAuth and need the password hash for that purpose, you can use a database export.

      In general, if you are using FusionAuth as your auth server, passwords should remain within FusionAuth and no where else.