FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. ext_figuvini
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by ext_figuvini

    • RE: Logout with multiple subdomains

      @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!

      posted in Q&A
      E
      ext_figuvini
    • Logout with multiple subdomains

      Hello guys!

      I have a very specific problem that I can't seem to find a solution for. I've recently hosted my own community edition version of FusionAuth to test the integrations with my application, before migrating fully to it. We use Okta currently, but it does not support our needs anymore.

      The way my application works is that, the single application creates multiple subdomains for my clients. So, for instance, a client might have access to the domain https://backerstats.localhost/ (using localhost for example purposes) as an admin and a player, and to the domain https://pokerstats.localhost/ as an admin. This is all handled in the same application, where we would put all available domain login URLs for the users with no problems:
      fe574ff0-f84f-40ef-9a3e-95108fb1f339-image.png

      The login was configured with SSO and works fine. But now, when getting the the Logout, even though we have the Logout Behavior set for "All Applications", when I logout from a subdomain (like https://backerstats.localhost/), it works out normally, but I stay logged in on any other domains I might have accessed. For instance, if I had accessed https://pokerstats.localhost/ and then came back to https://backerstats.localhost/ to logout, and then navigated back to https://pokerstats.localhost/ I'd still be logged in on it.
      99b46341-d1da-44f2-bc98-10bcdd5b3f4a-image.png

      My question here would be: Do I need a separate application for every single subdomain, or is there a way to make it so the logout works for every subdomain of the application?

      Thanks in advance.

      posted in Q&A logout domains
      E
      ext_figuvini