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

      fusioAuth install is damaged?

      • • richb201
      29
      0
      Votes
      29
      Posts
      83.6k
      Views

      R

      @maciej-wisniowski That was done when we found that there was a bug in

      #FROM fusionauth/fusionauth-app:1.19.4

      and we replaced it with:

      FROM fusionauth/fusionauth-app:1.19.7

    • M

      Using custom parameters with login page

      • • maciej.wisniowski
      3
      0
      Votes
      3
      Posts
      2.2k
      Views

      danD

      @maciej-wisniowski said in Using custom parameters with login page:

      [@helpers.hidden name="custom_parameter" /]

      I did not know you could do that. Thanks for sharing your solution!

    • R

      Error 500 on startup

      • • ric.alex.m
      4
      0
      Votes
      4
      Posts
      9.8k
      Views

      R

      @dan I am using caprover as PaaS, and it has NGINX fully integrated. It's only happening on their latest version. I already raised an issue with them (https://github.com/caprover/caprover/issues/1035).

      I tried to reconfigure their proxy manually but couldn't get it to work. I just rolled it back to their earlier version.

    • Z

      JWE Support (Json Web Encryption)

      • • zamman
      2
      0
      Votes
      2
      Posts
      309
      Views

      danD

      @zamman welcome to the FusionAuth community!

      FusionAuth doesn't support JWEs at this time. If you wanted to encrypt some data in your JWT, you could use a JWT populate Lambda, as long as the encryption algorithm can be implemented in straight javascript embedded in the lambda (you cannot pull in third party libraries). This MIT licensed code might work; I haven't tested it though. That's not going to create a full fledged JWE, but may suit your needs.

      We don't have JWE support on our near term roadmap (you can learn more about our roadmap here). If this is a feature you need to have in a set schedule and are willing to spend money to get, please feel free to contact us about our professional services.

      Alternatively, please file a feature request in our github issues list with an explanation of the use case. We draw from these feature requests based on community support as indicated by upvotes.

    • C

      FusionAuth Security Compliance Certifications

      • • cameron.chapman
      2
      0
      Votes
      2
      Posts
      366
      Views

      danD

      @cameron-chapman,

      Typically the best place to get answers for these kinds of questions is our contact form.

      Here is a FAQ with some compliance information.

      And here's another one, with slightly different but still useful information.

      But if you have specific questions, please reach out directly.

    • K

      This topic is deleted!

      • • kanyoung190
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • M

      Systemd service template

      • • manuel.voss
      3
      0
      Votes
      3
      Posts
      4.5k
      Views

      robotdanR

      @dan said in Systemd service template:

      https://fusionauth.io/direct-download/

      To Add to what @dan mentioned, you can install .deb or .rpm packages using the fast path install method. It will default to zip file installation.

      For additional ways to call it - see the Fast Path install guide.
      https://fusionauth.io/docs/v1/tech/installation-guide/fast-path/

    • V

      Mapping FusionAuth roles to elasticsearch

      • • vexana
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      danD

      @vexana

      I think you want to add a claim into a token? Does this lambda help? https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate/

      Or can you be more precise in what you are looking to do?

    • C

      Integration With Kafka Not Working

      • • chris.bridges
      12
      0
      Votes
      12
      Posts
      5.8k
      Views

      danD

      This issue was resolved and released as part of 1.24.0.

      More here: https://fusionauth.io/docs/v1/tech/release-notes/#version-1-24-0

    • L

      This topic is deleted!

      • • lesleytelfer2
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • V

      Integrate FusionAuth with Elastic Cloud

      • • vexana
      11
      0
      Votes
      11
      Posts
      1.5k
      Views

      danD

      @vexana succeeded, but had another question, so I forked the topic: https://fusionauth.io/community/forum/topic/811/mapping-fusionauth-roles-to-elasticsearch

    • I

      This topic is deleted!

      • • ian
      2
      0
      Votes
      2
      Posts
      11
      Views
    • P

      Where is the kibana error log? Is there a kibana error log?

      • • priyankakumari3058
      2
      0
      Votes
      2
      Posts
      481
      Views

      danD

      Hiya @priyankakumari3058

      I'm not sure you're posting in the right forum. This forum is for questions and discussion about FusionAuth, not kibana.

      I think you might want the elasticsearch forums: https://discuss.elastic.co/

      Hope that helps.

    • R

      two factor enable not working

      • • ravi.arsida
      4
      0
      Votes
      4
      Posts
      365
      Views

      D

      @dan Thanks it worked !

    • A

      This topic is deleted!

      • • adamgreu
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • I

      This topic is deleted!

      • • indhospitalsolution
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • K

      This topic is deleted!

      • • konstantin.dzekov
      1
      1
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • R

      How to access FA Dashboard on a remote server?

      • • richb201
      8
      0
      Votes
      8
      Posts
      4.4k
      Views

      danD

      My first question is a) when I setup the dashboard on server A. Can I assume that all the servers (behind a load balancer) will get the same configuration?

      You need to distribute the configuration file or the environment variables yourself. You could scp the configuration file to each server, for example.

      b) I want to make sure that FA is using the RDS database and not a local one in each docker container. How can I prove to myself that FA is using the RDS?

      I'm not sure how you installed this, but you could remove postgresql from the docker-compose file. You can also shut down the RDS instance and see if FusionAuth fails.

      You can also look for a line in the startup log file that looks like this:

      fusionauth_1 | 2021-02-02 9:23:53.070 PM INFO com.inversoft.jdbc.hikari.DataSourceProvider - Connecting to PostgreSQL database at [jdbc:postgresql://db:5432/fusionauth]

      This line is connecting to a local postgresql database, but you should see the configuration value pointing to the RDS hostname in yours.

    • I

      SSO Session expiration time

      • • ivor.didovic.88
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      danD

      So I just finished writing up an SSO document (not yet published, in review) and SSO and refresh tokens are orthogonal. Refresh tokens are used when you have a client who wants to get a new JWT, and SSO is used to transparently log a user in when you are using the hosted login pages.

      So I wouldn't worry about the refresh token appearing or disappearing.

      ... handling SSO in my application but looks like my SSO session is dropped after some short time ~1h, but Session timeout for the tenant is set to 10 days

      What does the fusionauth.sso cookie have for the maxage/expires value?

    • D

      This topic is deleted!

      • • diana.roua27
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied