FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • E

      Unsolved Logout with multiple subdomains

      Q&A
      • logout domains • • ext_figuvini
      4
      0
      Votes
      4
      Posts
      129
      Views

      E

      @mark-robustelli Hey, Mark! Thank you so much for taking your time to answer me.

      So, I was going to try to create new application, but talking to the other devs I have on this project, we figured out we currently have about 700 different domains (each client gets a domain for his access), and this is on a legacy PHP/Zend application, so you can imagine how painful it is to change all the implementations.

      Currently, I think it'd be unviable to create one application for each different domain, because it'd be a nightmare to manage 700 different applications in the dashboard, so I'd be happier with being able to sync logouts in a single application. I've considering doing some manual hacking (like creating a global cookie that gets info from each domain cookie and then killing all of them), but I'd like to know if anyone else here had success with this kind of scenario without having to pull out the hacky stuff.

      Thanks again!

    • A

      Startup fails after Postgresql db upgrade

      General Discussion
      • • • atakan
      3
      0
      Votes
      3
      Posts
      229
      Views

      mark.robustelliM

      @atakan thanks for sharing the information.

    • E

      The twoFactorLogin method for the typescript client doesn't return the refreshToken

      General Discussion
      • • • eakpan
      9
      0
      Votes
      9
      Posts
      6.8k
      Views

      mark.robustelliM

      @eakpan Awesome, thanks for posting. This may end up helping others. Glad you are able to configure FusionAuth to work for you.

    • J

      Templates Broken in VS2019 v16.9.3 – Anyone Else?

      General Discussion
      • vs2019 error • • jobclone20
      3
      0
      Votes
      3
      Posts
      202
      Views

      mark.robustelliM

      @jobclone20 I just took a look at the page for the FusionAuth Visual Studio Templates. It appears they are only for Visual Studio 2022.

    • E

      Unsolved Adding supplementary user data

      Q&A
      • user data userinfo self hosted • • evanm
      6
      0
      Votes
      6
      Posts
      7.5k
      Views

      S

      @Alex-Patterson tunnel rush said in Adding supplementary user data:

      @evanm Yes you can use the sub inside of the JWT when making any API call to your backend. In your database this will be a unique Id for the user. You can even get more details about the user from FusionAuth by calling the User endpoints.

      https://fusionauth.io/docs/apis/users#response-1

      Thanks for sharing!!