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

      Connecting to fusionauth admin dashboard from AWS EC2

      • • dtokarz1
      4
      0
      Votes
      4
      Posts
      1.8k
      Views

      danD

      @dtokarz1 That's great! Glad you figured it out, and thanks for letting us know.

    • T

      FusionAuth stuck in maintenance mode

      • • tuckerwasmiller
      2
      1
      Votes
      2
      Posts
      773
      Views

      R

      I have no idea about this.

    • D

      Unsolved Outages of the Hosted Service

      • • david.cheal
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      danD

      To add on to what @joshua said, you control the upgrade timing and therefore any resulting outages.

      We don't share individual customer uptimes, since that is tied to their usage and the level of resources they have chosen for their individual deployment.

    • Z

      HTTPS port (9013) not exposed?

      • • zradick
      4
      1
      Votes
      4
      Posts
      3.3k
      Views

      danD

      @rpy I think this is the issue you are looking for: https://github.com/FusionAuth/fusionauth-issues/issues/1996

      This is slated for release 1.43, which should be out in the next month or so (could be sooner, we're trying to get a few more bugfixes in there).

    • L

      Unsolved events to webhook

      • • lambert.torres
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      joshuaJ

      @lambert-torres replied out of band to this forum. This may have been addressed in version 1.38.0 and beyond.

      Thanks,
      Josh

    • M

      Can't send e-mails with custom e-mail templates

      • • matthias.juette
      7
      0
      Votes
      7
      Posts
      2.3k
      Views

      F

      Thanks for the information keep sharing such informative post keep suggesting such post.

    • S

      Unsolved Idp link event not firing - am I doing something wrong?

      • • stefan 0
      3
      1
      Votes
      3
      Posts
      1.3k
      Views

      S

      Hi Josh,

      Thanks for taking the time to reply. In the scenario outlined I perhaps didn't mention that the users I was expecting the webhook to fire for already existed in FusionAuth prior to Azure AD sign-in. Should I expect the event to trigger in that instance?

      Regards
      Stefan

    • D

      How about a REST API for the oauth2 endpoints?

      • • dhait
      2
      0
      Votes
      2
      Posts
      788
      Views

      danD

      @dhait Hmmm. This issue is due to the OAuth2 specification. If we provided a REST endpoint, it wouldn't be OAuth/OIDC.

      If you want to fully customize the look and feel of the login and registration experience, but not use the FusionAuth hosted login pages, the recommended solution is to code directly against our REST APIs:

      https://fusionauth.io/docs/v1/tech/apis/login

      https://fusionauth.io/docs/v1/tech/apis/registrations

      Does this solve your problem?

    • R

      PKCE Verification Fails

      • • rmachorro
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      danD

      @julien-sarriot What does turning on the debug log do? https://fusionauth.io/docs/v1/tech/admin-guide/troubleshooting#enabling-debugging has instructions on how to do that and where to look after (in the event log).

      Please share that info here.

    • B

      Change Password failing with "You must specify the [currentPassword] property"

      • • benji.levens
      2
      0
      Votes
      2
      Posts
      684
      Views

      danD

      @benji-levens

      Hmmm.

      Can you please share the code you are using to try to change the user's password? Letting us follow the exact steps might be helpful.

      Additionally, 1.32.1 is a year old. You may want to consider upgrading.

    • C

      Restrict registration by email domain

      • • cyril.feraudet
      2
      0
      Votes
      2
      Posts
      790
      Views

      danD

      @cyril-feraudet I think this post answers your question:

      https://fusionauth.io/community/forum/topic/2253/blocking-domains-from-registration

    • Z

      Issue starting up docker image with FUSIONAUTH_APP_ADDITIONAL_JAVA_ARGS

      • • zradick
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      joshuaJ

      @zradick

      Thanks for the question - if you remove the quotes from your args, that may resolve the issue.

      - FUSIONAUTH_APP_ADDITIONAL_JAVA_ARGS=-Djavax.net.ssl.keyStore=/fusionauth/example.p12 -Djavax.net.ssl.keyStorePassword=****

      Our documentation may need to be updated to address this

      https://fusionauth.io/docs/v1/tech/admin-guide/securing#custom-keystore

      Josh

    • B

      Looking for docs on configuring webhook for kafka

      integration kafka webhook • • brian_ls
      3
      0
      Votes
      3
      Posts
      2.4k
      Views

      danD

      An FYI for anyone reading this in the future. The kafka integration does have been revised and include a docker based example.

    • J

      Local oauth2/token endpoint returns missing grant_type error

      • • josh.dura
      3
      0
      Votes
      3
      Posts
      2.8k
      Views

      J

      @joshua Nope, was able to figure it out. I was sending the request body in JSON format instead of form URL encoded. Sorry for the late response here!

    • L

      all extended data are saved as arrays

      • • lambert.torres
      2
      0
      Votes
      2
      Posts
      3.8k
      Views

      joshuaJ

      Hi @lambert-torres

      Can you please provide some context as to what you are looking to achieve?

      Are you storing this data on the user.data.* fields? How are you storing this data/arrays programmatically?

      Thanks,
      Josh

    • M

      Removal of software

      • • markdoner27
      2
      0
      Votes
      2
      Posts
      2.5k
      Views

      joshuaJ

      @markdoner27 This is a far-reaching question. Please feel free to post your question specifically as it relates to FusionAuth and we may be able to provide additional feedback.

      -Josh

    • R

      where did the dashboard go?

      • • richb201
      6
      0
      Votes
      6
      Posts
      8.9k
      Views

      danD

      @richb201 Heya, you need to start or install FusionAuth. It's a program like MS Word or your web browser. If you haven't used it in a while, it might be stopped.

      How you start it depends on how you installed it. https://fusionauth.io/docs/v1/tech/installation-guide/ has some of the methods.

    • L

      .NET Core 5 is giving a 401 error

      • • llorach.pablo
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      danD

      @llorach-pablo It's been a while since I used .NET Core 5, but are you using a symmetric (HMAC) or asymmetric (RSA, ECC) key to sign your tokens?

      The default is HMAC, but for .NET Core, I think you have to use asymmetric keys.

      Here's information on creating keys: https://fusionauth.io/docs/v1/tech/core-concepts/key-master

      Here's information on setting the signing key: https://fusionauth.io/docs/v1/tech/core-concepts/applications#jwt

    • R

      Fusion not leaving maintenance mode

      postgres install • • randall
      3
      1
      Votes
      3
      Posts
      3.4k
      Views

      R

      @pclark it's macOS

    • L

      update user id

      • • lambert.torres
      2
      1
      Votes
      2
      Posts
      1.5k
      Views

      danD

      @lambert-torres

      Hiya,

      There is no way to update a user Id after the account has been created. However, you can always specify a valid UUID when creating a user (and, indeed, most other FusionAuth resources).

      Simply provide a valid UUID on the path of the POST request.

      https://fusionauth.io/docs/v1/tech/apis/users#create-a-user has more.

      Based on what you shared, that should work. Let me know if there's nuance I missed.

      Thanks for using FusionAuth!

      Dan