FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. francis.ducharme
    3. Best
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 9
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by francis.ducharme

    • RE: Wrong logout URL being returned ?

      @dan said in Wrong logout URL being returned ?:

      @francis-ducharme Hi Francis,

      Is this still an issue? I'd review your application configuration (in the 'Applications' tab) to double check that the logout url is correct there.

      Also, it'd be helpful to know the version of FusionAuth you are running.

      Hi Dan! Sorry for the delay in responding. Everything seems fine on my end

      This is the config for my "Dev" version of the application

      3797aa38-be50-4b37-a44c-2c7d051b6c58-image.png

      As you see, I'm supposed to be redirected to an URL on the internet, but here's what I see in Chrome network tab

      4b0b0179-4eca-4cf1-9ce6-c3c49907dff0-image.png

      "localhost" is what I have in the Logout URL for the "local" version of the app (what the devs use when developing locally on their PC)

      We use version 1.32.0.

      Thanks!

      posted in Q&A
      F
      francis.ducharme
    • RE: Wrong logout URL being returned ?

      @dan said in Wrong logout URL being returned ?:

      @francis-ducharme What is your setting for logoutBehavior for each application config? All applications or redirect only?

      By default it is 'all applications' which means that FusionAuth, on logout, will call each application's logout url (to ensure that the user is logged out of all applications). It does this via an iframe, so I'd expect both to be requested. https://fusionauth.io/docs/v1/tech/guides/single-sign-on#configure-the-applications-in-fusionauth has a bit more.

      I'm not sure why you are ending up at localhost for the dev app, though.

      That was it. All my application's logout behavior were set to "All Applications". "Redirect" only made it so the browser doesn't get redirected to "localhost".

      Thanks!

      posted in Q&A
      F
      francis.ducharme
    • Are inter-tenant operations allowed ?

      Hi there,

      I designed an Azure Function that allows for user creation/registration. The function demands that an email address and a FusionAuth application ID be provided, looks up if the user (email) already exists as registered for that application, then creates it if not.

      Problem is that the Azure Function in question talks to FusionAuth with a specific tenant ID, application ID, client secret, client ID, etc.

      It thus cannot go peer into another tenant's data (users). If I try to create a user by providing a FusionAuth application ID that's not within the configured tenant of the Azure Function, FusionAuth says the application ID does not exist.

      Is there a way to do operations with the API across all tenants configured in our FusionAuth instance ?

      Thanks.

      posted in Q&A
      F
      francis.ducharme