FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Use one application login to access another application

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      chris.obdam
      last edited by chris.obdam

      We are a happy FusionAuth user! We are using FusionAuth as auth for thousands of apps. And when you login for one app, we would like provide access to another app as well. So I sign up for one app, and automatically I can access another app as well. How to fix that?

      And with app I mean FusionAuth applications, so "register" that user for another app as well.

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        It sounds like you want a user to register with one application and be automatically registered for one or more additional applications.

        If that is what you are looking for, it depends on how you are registering the user.

        If you are registering the user via APIs, then you can just call the registration API a few times, once for each application, as outlined here: https://fusionauth.io/community/forum/topic/238/registering-a-user-to-other-applications-during-registration

        If you are registering using self service and the hosted login pages, then I'd listen to a webhook for the registration create event and make an API call to register the user to the additional application(s).

        does that help?

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • C
          chris.obdam
          last edited by

          Ok, no default built-in options to fix this? The webhook makes sense.

          1 Reply Last reply Reply Quote 0
          • danD
            dan
            last edited by

            Nope, this is the recommended solution.

            If you think there's a valid use case for having this be supported natively (without the webhook), please file an issue with a feature request, including as many details as you can: https://github.com/fusionauth/fusionauth-issues/issues

            --
            FusionAuth - Auth for devs, built by devs.
            https://fusionauth.io

            1 Reply Last reply Reply Quote 0
            • First post
              Last post