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

      Unsolved Error: database "postgres" does not exist

      • • vguidry
      1
      0
      Votes
      1
      Posts
      2.4k
      Views

      No one has replied

    • O

      Lambda Login validation

      • • olivier.rochon
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      mark.robustelliM

      @olivier-rochon Would you be able to provide a little more detail? Does the error always occur or do you get that message only when an error occurs?

    • F

      Add a delay before redirect after account creation

      • • FusionAuth007
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      mark.robustelliM

      @FusionAuth007 ,

      I don't know of a way to delay the redirect. How about redirecting to a page that pings for status and when the update happens then send to your final page?

      Also, Have you checked out Lambdas? Not sure what your exact workflow is, but they may help. If that doesn't work, you may want to check out something likeevents & webhooks. There should be some combination there that will get you what you need. If not, let us know and why they will not work for you.

    • V

      Connection Issues Between FusionAuth and PostgreSQL in Kubernetes on Docker Desktop

      • • vinaymanepalli30
      2
      0
      Votes
      2
      Posts
      3.4k
      Views

      mark.robustelliM

      @vinaymanepalli30 I am not a Kubernetes expert by any means. It looks like you have the right approach. Can you connect the localhost db from the localhost? Can you run and share your ip config once all the machines are up and running?

    • B

      JWT Populate Lambda

      • • brad
      6
      0
      Votes
      6
      Posts
      3.8k
      Views

      B

      Hi Mark,

      Sorry for the long delay in responding. I figured out the problem was I was using user.data.firstName, etc... for the built-in profile fields. Instead, it should be user.firstName. It's working fine now; thank you for the guidance on how to debug it!

    • L

      Unsolved Email verification template

      • • lambert.torres
      9
      0
      Votes
      9
      Posts
      3.0k
      Views

      L

      Dealing with email verification can be a real headache. Every site wants to double-check who you are these days.

    • ?

      Feedback on QuickStarts

      • • A Former User
      2
      0
      Votes
      2
      Posts
      10.3k
      Views

      A

      @kirsten-hunter said in Feedback on QuickStarts:

      All,

      We're looking to improve the onboarding experience for FusionAuth and would love to get your feedback on the existing ones and things you would like to see improved.

      If you want to put feedback here in the forums, that's great, or send me a message and set up time for a user interview, in which case we'd be happy to thank you with a cool t-shirt. https://fusionauth.io/community/forum quordle

      If you need help crafting a response, organizing feedback, or anything else related to this, just let me know!

    • D

      Webhook user.registration.create.complete triggered for SAML identity provicer

      • • didier
      2
      0
      Votes
      2
      Posts
      3.4k
      Views

      D

      When users come from SAML v2 identity provider and registration is configured to be automatically created, then in these conditions, webhooks on registration users in application are supported ?

    • W

      Unsolved Lambda - Augment JWT with client_credentials/M2M flow

      • • williamjeanmireault
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      joshuaJ

      @williamjeanmireault

      It sounds like you would like to be able to read state or similar in a lambda (we don't currently allow this)

      In a populate lambda, you do have access to

      Entity Data (https://fusionauth.io/docs/apis/entities/entities) (entity.data)
      This means that you can set any custom field you would like on your entity and use that in a populate worklfow .fetch() https://fusionauth.io/docs/extend/code/lambdas/#using-lambda-http-connect

      So you could access custom data attributes or call out to another system in the lambda

      If you have access to a support contract, you can also log a support ticket if you would like or open a feature request outlining your requirements
      https://fusionauth.io/docs/operate/troubleshooting/technical-support

    • M

      Create a Tenant using API with Golang

      • • milton.jesus
      4
      0
      Votes
      4
      Posts
      3.8k
      Views

      A

      @milton-jesus awesome glad you solved it!!

    • E

      Extends Freemarker variables for custom theme

      • • echino
      2
      0
      Votes
      2
      Posts
      2.8k
      Views

      E

      I found that you can use GET parameters directly inside FTL which works perfectly

      request.getParameter("param")
    • M

      Is there a way to enable or disable captcha at application level?

      • • muditshukla3
      5
      0
      Votes
      5
      Posts
      4.6k
      Views

      mark.robustelliM

      @dan Great catch, no sure how I confused mfa and captcha. Thank you!

    • J

      How do I call a Google API or retrieve the Google credentials?

      • • jacob 0
      22
      0
      Votes
      22
      Posts
      84.1k
      Views

      H

      Thank you for sharing.

    • D

      The Best Ways to Use FusionAuth for Multi-Factor Authentication (MFA)

      • • dom9
      2
      0
      Votes
      2
      Posts
      22.4k
      Views

      R

      "I’m grateful for your support. Thanks a lot!"

    • R

      Bulk Delete / Reactivate

      • • randall
      4
      0
      Votes
      4
      Posts
      7.4k
      Views

      R

      thanks for sharing...

    • E

      Can event logs be sent to stdout?

      • • elliotdickison
      2
      0
      Votes
      2
      Posts
      2.9k
      Views

      mark.robustelliM

      @elliotdickison Check out these posts:

      179 and 2485

    • A

      creating FusingAuth "Application" with SAML 2.0 conneciton - get error "invalid AssertionConsumerServiceURL"

      • • ajbily
      1
      0
      Votes
      1
      Posts
      954
      Views

      No one has replied

    • Y

      Unsolved Bypassing MFA for certain users

      • • ymukundhan
      1
      0
      Votes
      1
      Posts
      3.2k
      Views

      No one has replied

    • B

      MFA is forced also on Identity Provider Users

      • • beezerk
      5
      0
      Votes
      5
      Posts
      10.0k
      Views

      Y

      A client reached out to us with the same issue, they are being forced to configure MFA even though they are doing an SSO login and the issue also seems to be intermittent. Hope Fusionauth comes up with a fix for this

    • G

      Webhooks inside docker containers

      • • ggyurov
      4
      0
      Votes
      4
      Posts
      4.7k
      Views

      danD

      @ronn316 We have some guidance about reaching out from FusionAuth to another machine on the network, but the right answer really depends on what the docker network configuration looks like.