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

      logout triggers a file download in Firefox

      • • scottbradley
      4
      0
      Votes
      4
      Posts
      498
      Views

      danD

      @neskemiquel This was fixed in version 1.41. It was a content-type issue.

    • J

      Cannot Create new users

      • • jose.cardenas
      3
      0
      Votes
      3
      Posts
      1.0k
      Views

      danD

      @jose-cardenas Hmmm.

      Can you tell use anything more?

      Are you able to create users with the API?

      Have you set up the ingress proxy correctly, making sure you are sending the correct headers. More doc here: https://fusionauth.io/docs/v1/tech/admin-guide/proxy-setup

      Did you follow the kubernetes installation guide?

    • J

      Fusionauth drops requests from nginx reverse proxy

      • • jesper
      2
      0
      Votes
      2
      Posts
      3.6k
      Views

      danD

      @jesper Sorry to hear about the issues.

      Can you try setting the http version, as outlined here:

      https://fusionauth.io/community/forum/topic/2254/having-an-issue-with-nginx-in-front-of-fusionauth

    • D

      Connecting to fusionauth admin dashboard from AWS EC2

      • • dtokarz1
      4
      0
      Votes
      4
      Posts
      858
      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
      391
      Views

      R

      I have no idea about this.

    • D

      Unsolved Outages of the Hosted Service

      • • david.cheal
      3
      0
      Votes
      3
      Posts
      710
      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
      2.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
      492
      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
      842
      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
      633
      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
      436
      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
      633
      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
      292
      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
      468
      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.0k
      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
      1.5k
      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
      1.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.2k
      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.0k
      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
      6.8k
      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.