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

      This topic is deleted!

      • • dragenball256
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • D

      This topic is deleted!

      • • dragenball256
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • S

      Creating a FA browser session after server-sided sign-up

      • • stunny
      4
      0
      Votes
      4
      Posts
      827
      Views

      S

      @dan But is it possible to initiate the FA session?

      Custom form is used for registration, it's on a separate page than the actual application (X). Let's say after the registration I get the token from FA on the server side. I can send it back to the client side and save it there. This way, when the user visits login page, I'm able to send the token to the server and from there to FA for checking.

      But what if there's a second separate application (Y). In this app user tries to login, gets redirected to the FA login page. However, he's not recognized by FA here and is asked to enter his password.

      I've read and tested your SSO example app, but it doesn't answer my case. Is it possible to do so that FA recognizes user when he is redirected from application Y after registration in application X's custom form? Thanks

    • F

      FusionAuth without universal Login Page?

      • • fritzgaertner
      2
      0
      Votes
      2
      Posts
      622
      Views

      danD

      Hi @fritzgaertner

      Thanks for using FusionAuth!

      A couple of things.

      You should be able to use Tailwind CSS to style the FusionAuth pages. You'll need to update your themed pages, but as I understand tailwind (based on a scan of this page) you can use it with any HTML pages, which is what the FusionAuth themed pages are. I'd suggest modifying the head helper to pull in the Tailwind generated CSS. What obstacles have you run into?

      If you don't use the hosted login pages, you're missing out on a lot of functionality and security benefits.

      But you can totally do that if it meets your needs. You can use the Login API or Password grant to directly post user credentials and get back a JWT.

      One of the benefits of using FusionAuth is that your code (other than front end code) never has to handle user credentials, so that's why we recommend the Authorization Code grant.

    • F

      Mail with Password Reset has wrong URL

      • • fritzgaertner
      2
      0
      Votes
      2
      Posts
      678
      Views

      joshuaJ

      @fritzgaertner

      Thanks for the question - you will need to update the email template that you are sending to reflect the correct host.

      Customizations > Email Templates > Your Template

      Also, please upvote these two related issues, if they would serve to further your use case above.

      https://github.com/FusionAuth/fusionauth-issues/issues/88
      https://github.com/FusionAuth/fusionauth-issues/issues/457

      Thanks,
      Josh

    • D

      This topic is deleted!

      • • dofuskamas203
      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • D

      This topic is deleted!

      • • dofuskamas203
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • D

      This topic is deleted!

      • • dofuskamas203
      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • D

      This topic is deleted!

      • • dofuskamas203
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • J

      Error on Users Page (and API)

      • • jason
      2
      1
      Votes
      2
      Posts
      489
      Views

      B

      @jason Try going to System -> Reindex and re-indexing your users. I received the same error and this resolved it for us. Everything was working on Friday for us, so it looks like something broke over the weekend.

    • F

      This topic is deleted!

      • • foundubtyw5023
      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • A

      This topic is deleted!

      • • advanxagc08
      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • M

      Hakari CP DB Settings?

      • • matt 1
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      joshuaJ

      @matt-1 said in Hakari CP DB Settings?:

      That said, it seems they are because we haven't seen the DB timeouts in 6 FusionAuth environments in over 2 weeks now.

      Hi @matt-1 Yes, I believe that I misunderstood your question. I believe that you are correct.

      Josh

    • B

      Kickstart in CI environment unpredictable

      • • bert.goethals
      6
      0
      Votes
      6
      Posts
      2.8k
      Views

      P

      @bert-goethals Can you please explain how you have used the webhook in your Github CI action?

      I've got the same problem happening and I'm not even sure what to point the new webhook to?

      I've posted this question if you could please assist me in any way at all, it would highly appreciated: https://fusionauth.io/community/forum/topic/1525/how-should-i-be-using-the-kickstart-success-webhook

    • J

      PowerShell Error

      • • jamesmoswald
      3
      0
      Votes
      3
      Posts
      410
      Views

      J

      @dan

      Hi Dan, not myself but yes, identical issue, i have used 3 machines in total to follow the installation guide, all with the same re-occurring issue above.

      I did have this working a couple of weeks ago on my first try with no issue at all, however since then, i have tried to do the exact same again with no luck.

      To check i wasnt being daft, i had a colleague attempt it too, on their machine, to no avail.

    • D

      Base endpoint for the FusionAuth application.

      • • dmitry.karpik
      3
      0
      Votes
      3
      Posts
      551
      Views

      D

      @dan

      We have two OurApp and FusionAuth applications installed on our server. We are currently using two subdomains.

      For example https://auth.service.com . All requests that come from this subdomain nginx proxies to FusionAuth (on our server).

      https://app.service.com. All requests that come from this subdomain nginx proxies to OurApp.

      But we wouldn't want to have two subdomains. We would like to have one domain for example https://service.com . We would like setup that all requests from https://service.com/auth nginx proxies to the FusionAuth app, and all the others (ex https://service.com/home) to requests to the OurApp.

      The question is, is it possible to specify FusionApp so that all endpoits start with /auth? This way we would be able to use one subdomain and configure nginx to proxy all requests that start with /auth to FusionAuth and the rest to OurApp.

      We use docker of FusionAuth.

      Or maybe there is some other solution?

      Thanks.

    • J

      Powershell - FusionAuth download fail

      • • james.oswald
      4
      0
      Votes
      4
      Posts
      513
      Views

      J

      @dan

      Windows Server 2012 R2 Standard - to be exact

    • G

      Verification of ID Token using RSA public key

      rsa jwks verification validation client-library • • gokul.mahajan20
      2
      0
      Votes
      2
      Posts
      3.7k
      Views

      danD

      @gokul-mahajan20

      Can you add ----BEGIN to the JWKS certs?

    • O

      Uploading Profile Image Throws Null error

      • • orrett
      2
      0
      Votes
      2
      Posts
      573
      Views

      danD

      @orrett What version did you upgrade from and what version did you upgrade to? This may be a regression and if so we'd love to know about it.

    • D

      Issue with my web hooks (works in settings->webhooks->test) but not in API

      • • dmadhusudan
      2
      0
      Votes
      2
      Posts
      297
      Views

      danD

      @dmadhusudan

      What version of FusionAuth are you running?

      Have you enabled the webhook in both Settings -> Webhooks and under the Tenant -> Webhooks section?