Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    1. Home
    2. Categories
    3. Comments & Feedback
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • robotdan

      How did you hear about FusionAuth
      • robotdan

      1
      0
      Votes
      1
      Posts
      51
      Views

      No one has replied

    • H

      UNSOLVED All password change APIs failing
      • hnikolov

      9
      0
      Votes
      9
      Posts
      120
      Views

      S

      @dan Hi Dan - I've added https://github.com/FusionAuth/fusionauth-issues/issues/758 as this looks seperate to me

    • J

      Memory Leak in admin web ui
      • jogiprasadpakki

      3
      0
      Votes
      3
      Posts
      42
      Views

      dan

      Hiya,

      Thanks for reaching out. I use firefox regularly with FusionAuth and haven't seen this behavior. As I'm sure you know, troubleshooting these kinds of issues is really tough without precise steps to replicate the issue. I am glad that you can use chrome, however.

      If you can provide detailed replication steps and version info (exact version of FusionAuth, FireFox, etc), please open a bug report here: https://github.com/fusionauth/fusionauth-issues

      Screenshots are useful as well.

      Thanks!

    • K

      Error when trying to view users
      • kazepworld

      13
      0
      Votes
      13
      Posts
      22520
      Views

      S

      @dan

      Hello,

      I am happy that I got the answer for my doubt by going through the conversation.

      thank you so much.

      Samo

    • J

      UNSOLVED FusionAuth vs KeyCloak on AWS
      • josephdiesel

      2
      1
      Votes
      2
      Posts
      42
      Views

      dan

      Hiya,

      It's hard to know what's going on without a few more details 🙂 ?

      Are there any logins or other activity happening? Have you modified any of the default settings? Are you running everything (database, fusionauth, elasticsearch) on the t2.small server?

    • D

      /api/status response too big exponents
      • davidmw

      2
      0
      Votes
      2
      Posts
      30
      Views

      dan

      Hiya,

      Wow, those are pretty close to zero! Seems like we could round once it gets to e-50 or something :).

      This seems like a usability issue/bug.

      Can you please file a github issue?

    • P

      NullPointerException with POST /api/identity-provider/start
      • pleymor

      2
      0
      Votes
      2
      Posts
      84
      Views

      robotdan

      @adrien-laugueux said in NullPointerException with POST /api/identity-provider/start:

      2020-11-02T09:12:47.670831893Z 2020-11-02 9:12:47.670 AM ERROR io.fusionauth.app.primeframework.error.ExceptionExceptionHandler - An unhandled exception was thrown
      2020-11-02T09:12:47.670862293Z java.lang.NullPointerException: null
      2020-11-02T09:12:47.670866593Z at io.fusionauth.api.service.authentication.SAMLv2IdentityProviderAuthenticationService.start(SAMLv2IdentityProviderAuthenticationService.java:176)
      2020-11-02T09:12:47.670870593Z at io.fusionauth.app.action.api.identityProvider.StartAction.post(StartAction.java:61)

      Thanks for reporting. This looks to be a bug, moving to GitHub.
      https://github.com/FusionAuth/fusionauth-issues/issues/963

      As a work around, pass in a dummy data object to the API, for example:

      { "applicationId": "1c212e59-0d0e-6b1a-ad48-f4f92793be32", "identityProviderId": "778985b7-6fd8-414d-acf2-94f18fb7c7e0", "data": { "workaround": true } }
    • P

      Windows install directory problem
      • pclark

      3
      0
      Votes
      3
      Posts
      41
      Views

      P

      Thank you.
      https://github.com/FusionAuth/fusionauth-issues/issues/971

    • H

      multiple active sessions from multiple devices
      • harish_reddy

      3
      1
      Votes
      3
      Posts
      132
      Views

      dan

      Hiya,

      Is this the post to which you are referring? https://stackoverflow.com/questions/58363278/how-to-block-multiple-sessions-on-single-account

      I looked through our github issues and didn't see any open or closed issues about this functionality. So I think our current stance is, as the SO answer says:

      There are many potential types of limits that could be put in place, such as limiting by IP, device, geographic location, session count, etc that these types of limits may be best solved by a Web Application Firewall (WAF) or some other specialized network security product.

      However, we love to hear from users how to improve FusionAuth.

      If this is an important issue to you, per our roadmap guidance, if you are a community member, please file a github issue. If you have an edition with support, please open a support ticket.

    • B

      Domain based multi tenant apps, and authorizedRedirectURLs
      • bert.goethals

      3
      0
      Votes
      3
      Posts
      216
      Views

      dan

      Thanks for the feedback @bert-goethals !

      Yes, I'd vote on that github issue that @robotdan mentioned.

      However as there is no API to add or remove entries from this list,

      Doesn't this API when combined with the application.oauthConfiguration.authorizedRedirectURLs setting allow you to modify the redirect urls? Does that do what you want? What am I missing?

    • C

      Unable to get successful EnableTwoFactor using dotnet client
      • craig.hind

      5
      0
      Votes
      5
      Posts
      91
      Views

      C

      Thanks @dan

    • P

      Production mode required change from localhost to explicit IP in database url property
      • pclark

      5
      0
      Votes
      5
      Posts
      131
      Views

      dan

      @pclark okay, thanks. Sometimes there are issues if FusionAuth is underprovisioned; I wonder if that is something you ran into.

      I'm glad you found a workaround. If this pops up again, we can try to recreate.

    • I

      Checkbox custom form field works weird
      • ishuvalov

      4
      0
      Votes
      4
      Posts
      81
      Views

      dan

      After some further thought, I believe this is working as designed, though I agree this is weird.

      When you create a checkbox and provide options, we display each option as a choice.

      If you didn't want it to display true or false you could create a messages entry for that field. (In the theme admin section; more here: https://fusionauth.io/blog/2020/09/01/theme-registration-form/ ).

      But I agree, I think in general you don't want to use checkboxes with multiple booleans, a select box is a better choice.

    • D

      Signup/Registration flow
      • daniel.barrett

      3
      0
      Votes
      3
      Posts
      60
      Views

      dan

      Hiya,

      Thanks for using FusionAuth. Sorry about the confusion.

      There are three ways to do FusionAuth registration:

      using the APIs and building your own UX using the basic self service registration with hosted login pages <-- this sounds like what you are looking for using advanced self service registration with hosted login pages (only available with a paid license -- pricing starts at $125/month for this and other premium features)

      Here's some starting docs:

      An overview of FusionAuth's integration points The theme documentation; theming is how you make the hosted login pages look like your site. The advanced registration guide covers the advanced self service registration, including the differences between advanced and basic self service registration.
    • L

      This topic is deleted!
      • lordonsocrate47

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Two Factor API is not working while other APIs are working
      • dipesh.soni

      2
      0
      Votes
      2
      Posts
      27
      Views

      dan

      Hi @dipesh-soni

      We're not able to debug the issues as it is not working on our production server but working fine on our testing server.

      Are there any differences between production and test which might cause this? Java versions, FusionAuth versions, OS versions?

      That's always where I start when I have two systems that should work the same but do not.

    • H

      Typo in report API
      • harish_reddy

      2
      0
      Votes
      2
      Posts
      23
      Views

      dan

      @harish_reddy thanks for letting us know!

      I created a PR to fix this and will get it shipped in the next few days.

      https://github.com/FusionAuth/fusionauth-site/pull/437

      Cheers!

    • R

      This topic is deleted!
      • ryanboyer612

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Deploy FusionAuth one instance by company
      • didier.rano

      2
      0
      Votes
      2
      Posts
      24
      Views

      dan

      Have you reviewed the license FAQ?

      https://fusionauth.io/license-faq/

      If your scenario isn't described there, please provide more detail. If you'd prefer to explain over email, please contact us.

    • G

      This topic is deleted!
      • ggyurov

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • undefined


      •


      Votes

      Posts

      Views