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

      Unsolved Invalid CORS pre-flight request. HTTP header not allowed.

      • • bvb1992bvb
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      B

      This is all what the event log says:
      0bb4ffd1-ffcd-4cd9-b697-0689dd727794-image.png

      It seems there is a similar issue reported here:
      https://fusionauth.io/community/forum/topic/835/cors-error-when-posting-to-oauth2-token/7

      It's working when I use postman

    • V

      Unsolved FusionAuth as SAML relying party and custom login pages

      • • varunghaswala
      5
      1
      Votes
      5
      Posts
      2.9k
      Views

      danD

      Doc PR here: https://github.com/FusionAuth/fusionauth-site/pull/1427

    • A

      Solved Form Field verification strategy still sends a link for verification

      • • AliMirlou
      2
      0
      Votes
      2
      Posts
      787
      Views

      A

      Seems like it doesn't work until the gated unverified behavior feature is enabled.

      Although this is confusing because FusionAuth accepts my new form field verification strategy setting but just ignores it.

    • J

      Unsolved Is there a way to add the ForceAuthn property to a SAML V2 request?

      • • jlinton
      4
      0
      Votes
      4
      Posts
      972
      Views

      J

      @jlinton

      Is it possible to leverage what is described in this post?

      https://fusionauth.io/community/forum/topic/663/force-google-account-selection-on-every-login

      Also, how entrenched are you with SAML?

    • F

      Unsolved Where to put SAML metadata if FA is acting as IDP?

      • • fred.fred
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      danD

      @fred-fred said in Where to put SAML metadata if FA is acting as IDP?:

      But it looks like this is the only place to enter SP metadata info, correct?

      I'm not sure I understand what you mean.

    • P

      Unsolved How to configure FusionAuth logging to DataDog

      • • pete.brar
      2
      2
      Votes
      2
      Posts
      624
      Views

      danD

      @pete-brar

      I know we've had some customers ask for this, but I'm not aware of anyone. I imagine it shouldn't be hard to write an ingester--listen to the event logs webhook and push to DataDog.

      https://fusionauth.io/docs/v1/tech/events-webhooks/events/event-log-create https://docs.datadoghq.com/api/latest/events/

      Here's a sample AWS lambda that listens to FusionAuth events and pushes them to S3: https://github.com/FusionAuth/fusionauth-example-lambda-webhook

      Maybe you could re-use some of that code?

      If you end up doing so, please share any findings here; I'd love to know how it went.

    • N

      Unsolved Theme templates do not reflect updates after edit and save

      • • nathan 0
      2
      1
      Votes
      2
      Posts
      390
      Views

      danD

      @nathan-0

      Hmmm. That's no good!

      What version of FusionAuth are you running?

      What changes are you making? Have you tried making different changes?

      There's also often some confusion between verify registration and verify email, so are you sure you are walking through the correct workflow?

    • T

      Unsolved Multiple accounts / sessions switching

      • • theo
      2
      1
      Votes
      2
      Posts
      412
      Views

      danD

      @theo This is a good use case for entity management. You can model workspaces as entities and then grant a single user account permissions for each workspace as needed.

      This is a slightly different model, because the user still has one account, though.

      Here's more details: https://fusionauth.io/docs/v1/tech/core-concepts/entity-management

      Note that entity management is a feature requiring a paid license.

    • T

      Unsolved Force auth / 2FA / MFA?

      • • theo
      2
      1
      Votes
      2
      Posts
      446
      Views

      danD

      @theo You'll want to look at step up auth.

      It's documented here: https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication#step-up-auth

    • T

      Unsolved Capture 3rd party access / refresh token?

      • • theo
      2
      0
      Votes
      2
      Posts
      373
      Views

      danD

      @theo

      Yes. It should be present on the identity link object: https://fusionauth.io/docs/v1/tech/apis/identity-providers/links

      The type of token returned depends on the identity provider, but for Google I believe it is the access token.

    • V

      Unsolved FusionAuth as a SAML v2 IdP

      • • vodinhtan1122
      2
      0
      Votes
      2
      Posts
      353
      Views

      danD

      @vodinhtan1122 No, that is not correct. It should be fully supported. The only SAML functionality that is not present in the community edition is SAMLv2 IdP initiated login.

    • Z

      Unsolved Login with facebook does not set user's name and picture

      • • zidstol.komp
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      danD

      @zidstol-komp

      So it sounds like you are not using FusionAuth's hosted login pages, but are building your own integration with Facebook. And then you are calling https://fusionauth.io/docs/v1/tech/apis/identity-providers/facebook#complete-the-facebook-login

      Is that correct?

      If so, I think you'd need to make the additional calls to Facebook to get the name and picture and then to update the FusionAuth user profile.

      When you use the hosted login pages, we handle that for you, but when you build your own integration, all we do is log the user in (and possible create them and register them for your application, if configured to do so).

    • S

      Solved This topic is deleted!

      • • sandiprghane
      2
      0
      Votes
      2
      Posts
      716
      Views
    • M

      Unsolved Fail to create admin account

      • • marengoapp
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      danD

      @marengoapp Did you see any errors in the system log files? If so, please share them here.

    • danD

      Unsolved fusionauth-jwt minimum java version?

      • • dan
      1
      0
      Votes
      1
      Posts
      344
      Views

      No one has replied

    • M

      Unsolved "You may not use an undefined variable" error with Docker Compose and Kickstart

      • • mart
      6
      1
      Votes
      6
      Posts
      1.4k
      Views

      danD

      @mart

      Thanks for the detailed repro steps. I just looked through the code and didn't see anything that indicated this behavior.

      Could you do one more test for me, please? Can you check and see what happens if you don't use FUSIONAUTH_APPLICATION_CLIENT_SECRET and instead use a different variable name? Something like MY_COOL_APPLICATION_CLIENT_SECRET or something like that?

      I don't think there's a collision or reserved variable, but it's worth ruling out.

      Also, what version of FusionAuth are you running?

    • U

      Unsolved Get password on password change or password forgot

      • • ursache.rarress
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      danD

      @ursache-rarress

      Thanks for using FusionAuth!

      Getting the password via API is not possible.

      If you want to migrate away from FusionAuth and need the password hash for that purpose, you can use a database export.

      In general, if you are using FusionAuth as your auth server, passwords should remain within FusionAuth and no where else.

    • S

      Unsolved Get list of enabled MFA methods, with methodId

      • • stephen.saucier 0
      9
      0
      Votes
      9
      Posts
      1.3k
      Views

      danD

      @stephen-saucier-0, This was resolved in 1.36.

      https://github.com/FusionAuth/fusionauth-issues/issues/1585

    • danD

      Unsolved quesiton about retrieving logs

      • • dan
      2
      0
      Votes
      2
      Posts
      604
      Views

      danD

      In general, you'll use the JSON defined in the API documentation to build the request. Unfortunately, the Search Event Logs API doc doesn't have sample JSON (I filed an issue) but it does have the fields: https://fusionauth.io/docs/v1/tech/apis/event-logs#search-event-logs

      You can also find the EventLogSearchRequest in the client code:

      https://github.com/FusionAuth/go-client/blob/master/pkg/fusionauth/Domain.go#L1545

      This points at https://github.com/FusionAuth/go-client/blob/master/pkg/fusionauth/Domain.go#L1534

      However, I'm not sure searching event logs gets you what you are trying to accomplish:

      My goal is to grab all the last events, login..., from a specific user based on his email by example.

      You probably want to search login records: https://fusionauth.io/docs/v1/tech/apis/login#search-login-records

      https://github.com/FusionAuth/go-client/blob/master/pkg/fusionauth/Domain.go#L3145

      https://github.com/FusionAuth/go-client/blob/master/pkg/fusionauth/Domain.go#L3134

    • V

      Unsolved Using custom login page while implementing SSO

      • • vindhyahegde2114
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      danD

      @vindhyahegde2114

      At this time, SSO is only supported if you use the hosted login pages:

      Additionally, when you use the hosted login pages, FusionAuth provides transparent single sign on (SSO) between applications as well as support for localization of the user interface.

      https://fusionauth.io/docs/v1/tech/core-concepts/integration-points#hosted-login-pages

      There's an open issue to expose SSO management via an API: https://github.com/FusionAuth/fusionauth-issues/issues/1515

      Please vote it up and/or add a comment about your use case if you'd like.

      As a reminder, here's our roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap