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

      Unsolved Gateway with OAuth2 Resource Server for custom tenant

      • • asenjowork
      5
      1
      Votes
      5
      Posts
      3.0k
      Views

      danD

      @asenjowork Awesome, I'm glad you figured it out!

    • Y

      Unsolved Mobile phone format validation for MFA SMS enable page

      • • youchuan990316
      2
      1
      Votes
      2
      Posts
      1.7k
      Views

      danD

      Hiya @youchuan990316 You should be able to do this using javascript. I'm not familiar with particular libraries or methods, but google has a number of options.

      You can modify the Account two-factor enable theme page.

      Hope this helps.

    • H

      Unsolved MFA web hooks

      • • harish_reddy
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      danD

      @harish_reddy Thanks for the feedback, we appreciate it. While I think it is unlikely we'd separate out those webhooks, you are welcome to add a GH issue with your feedback and we can see how others in the community feel about the topic.

    • T

      Unsolved bcrypt issue

      • • tiago
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      danD

      @tiago Awesome!

    • danD

      Solved I only want starter for dev instances but essentials for my prod instances

      • • dan
      4
      0
      Votes
      4
      Posts
      1.7k
      Views

      danD

      Hiya @harish_reddy ,

      That's a cool idea. We don't have any plans to do so right now.

    • R

      Solved Google Identity provider, cannot customize button type

      • • ronn316
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      mark.robustelliM

      @ronn316 Awesome, glad you got it the way you want it and thanks for sharing the update with the community!

    • C

      Unsolved Error encountered with Fast Path install

      • • ccurtis
      2
      0
      Votes
      2
      Posts
      597
      Views

      mark.robustelliM

      @ccurtis Are you able to create the Administrator account?

    • N

      Unsolved Setting fusionauth-app.http.cookie-same-site-policy to none in Version 1.4x

      cookie policy policies • • netstack
      2
      0
      Votes
      2
      Posts
      927
      Views

      mark.robustelliM

      @netstack said in Setting fusionauth-app.http.cookie-same-site-policy to none in Version 1.4x:

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

      It does look like the fusionauth-app.http.cookie-same-site-policy has been deprecated as of ver 1.37.0 and I do not know of another way to set it. As browsers are moving away from 3rd party cookies, I think this makes sense.

    • danD

      Unsolved Locking down access to the FusionAuth admin UI

      • • dan
      2
      0
      Votes
      2
      Posts
      830
      Views

      danD

      There are a few options.

      the admin UI application is in the default tenant and can't be moved, so add all other users to a new tenant. This adds an additional layer of separation use the IP ACLs function if you are on the enterprise plan use a proxy and have the proxy filter out traffic that doesn't originate from the office network and is requesting anything with the FusionAuth admin UI client id (which is immutable)
    • joshuaJ

      Unsolved This topic is deleted!

      • • joshua
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • M

      Unsolved First Log In Screen

      • • Mike123
      27
      0
      Votes
      27
      Posts
      66.4k
      Views

      mark.robustelliM

      @mike123 Can you please try with a capital "S" vs lowercase "s?"

      php -S localhost:9012 -t public
    • danD

      Unsolved Can I terminate TLS at FusionAuth?

      • • dan
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      danD

      @matth Hmmm. Well it should work. If it doesn't, that's a bug.

    • M

      Unsolved Looking for workaround for GitHub's email hiding.

      • • mou
      4
      0
      Votes
      4
      Posts
      1.7k
      Views

      danD

      But in this case, we need to decide to change the linking strategy. If it set to email, this approach will generate new users, rather than linking social login.

      Sure, that would be a problem. You'd need to store the GH login id and make sure the user associated it somehow. It's a thorny problem because at the end of the day, the user has decided not to make their email available.

      I thought it could be possible because reconcile Lamba would receive a user access token as a parameter. At least such an idea appeared when I saw the lambda signature.

      I don't see where the user access token is presented to the GH api. Maybe I'm missing something.

    • A

      Unsolved Webhooks not working

      • • alex.nebula99
      2
      0
      Votes
      2
      Posts
      951
      Views

      danD

      @alex-nebula99 This video might be helpful. You have to turn on webhooks in two places.

    • G

      Solved User being registered unexpectedly

      • • gabriel.rod.cas.10
      2
      0
      Votes
      2
      Posts
      950
      Views

      mark.robustelliM

      @gabriel-rod-cas-10 The way I read the migrate option is that, once migrated, future authentications will use FusionAuth and not the connector. The user will still be created in any case.

      Depending on what you are trying to accomplish and why, there can be some other ways to work around. We do have APIs and other extensibility points that would allow you to delete a user and that sort of thing.

    • D

      Unsolved Mysql Issue

      • • daniel.b
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      mark.robustelliM

      @daniel-b Can you please give us a little more information about your setup? I.E. The configuration, the version of FusionAuth you are using, the version of MySQL etc?

      According to the docs FusionAuth supports MySQL 8.0 or newer. More specifically:

      MariaDB and Percona may work, however these variants are not actively tested against by FusionAuth.

      See MariaDB known issues on our GitHub issues.

    • R

      Unsolved Proxy Configuration Warning help

      • • ronn316
      28
      0
      Votes
      28
      Posts
      68.6k
      Views

      mark.robustelliM

      @ronn316 Thank you so much for sharing with the community and I'm glad you got it working for you!

    • R

      Unsolved Cannot redirect to authorize page when fusionauth and front end app dockerized

      • • ronn316
      8
      0
      Votes
      8
      Posts
      2.6k
      Views

      mark.robustelliM

      @ronn316 Awesome glad to see you got it working. I'm sure there is a way to use a dns name, but like I mentioned before, someone with a little more docker experience would have to help us out here. Thanks for working this through and sharing with the community.

    • B

      Unsolved Redirect URL without ? before FusionAuth parameters

      redirect-uri • • bmoorman
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      B

      @mark-robustelli Sorry for the late response, I just saw this. I'm using 1.48.1 and yes, FusionAuth is the IdP. Thanks for the quick response!

    • T

      Unsolved This topic is deleted!

      • • tiago
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied