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

      Solved Nginx SSL Proxy Error

      • • taylor
      4
      0
      Votes
      4
      Posts
      2.3k
      Views

      joshuaJ

      @taylor

      Good to hear!

      Josh

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Unsolved This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • X

      Unsolved This topic is deleted!

      • • xjk7eei0p
      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • Q

      Unsolved Logout behaviour set to All Applications but other applications logout endpoint not called

      • • quent
      2
      0
      Votes
      2
      Posts
      4.5k
      Views

      danD

      @quent Can you tell us more about your integration?

      The way that the logout from all applications works is it creates multiple iframes with the source of each iframe as the logout URL.

      Is the logout URL of the second being called at all (if you look at the request log)?

      What browser are you using?

      What version of FusionAuth are you using?

      Are you testing in a remote environment or on localhost?

    • J

      Unsolved Migration to FusionAuth from ASPNET_Membership provider

      • • jcobb
      1
      0
      Votes
      1
      Posts
      412
      Views

      No one has replied

    • D

      Unsolved Open identity provider login in new window

      • • david.haerer
      1
      0
      Votes
      1
      Posts
      461
      Views

      No one has replied

    • Q

      Solved SSO mechanism

      • • quent
      5
      0
      Votes
      5
      Posts
      4.9k
      Views

      Q

      It is working now, had some issue on my side 🙂

    • A

      Unsolved This topic is deleted!

      • • albertwan232
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • H

      Unsolved Fusionauth Installation Issue

      • • hanumant.sidraya
      3
      0
      Votes
      3
      Posts
      803
      Views

      B

      I have absolutely the same problem.
      Installation on Windows 10.

    • C

      Unsolved Pending Link strategy does not complete

      oauth pending link not linked authenticated • • chrissmueller328
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      joshuaJ

      Hi @chrissmueller328,

      You will want to review our linking strategies. When this occurs, oftentimes, this is due to custom mapping needed (you can see this in our discord doc).

      https://fusionauth.io/docs/v1/tech/identity-providers/#linking-strategy-examples

      The event log is another great place to look to see how your user is or is not being linked/created.

      You can also look at our doc for discord as an IDP

      https://fusionauth.io/docs/v1/tech/identity-providers/openid-connect/discord

      Hope this helps!
      Josh

    • danD

      Unsolved Can you share applications between tenants?

      • • dan
      2
      0
      Votes
      2
      Posts
      583
      Views

      danD

      No, you cannot.

      However, it is worth diving a bit more into the use of the word "application", which is overloaded.

      There is:

      your application, represented by a webapp or code or a third party app your application configuration, stored in FusionAuth

      Application configurations cannot span tenants. They are scoped to the tenant. However, if you need to have the same config (redirect urls, client ids, etc), you could script it.

    • J

      Unsolved This topic is deleted!

      • • jitendra.sabat
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • danD

      Unsolved Does FusionAuth support MSAL or ADAL

      • • dan
      2
      0
      Votes
      2
      Posts
      561
      Views

      danD

      FusionAuth does not use either ADAL or MSAL directly. What FusionAuth does allow for is integration using OIDC, SAML, or custom logic with a connector. Essentially, FusionAuth can act as the Service Provider deferring authentication decisions to an external source via these protocols.

      It appears that MSAL integrates with the OIDC specification, based on a quick read of their documentation, so you may want to consider using an OIDC Identity provider here.

      https://fusionauth.io/docs/v1/tech/apis/identity-providers/

      Another option is to use connectors. With connectors, you can write your own custom integration logic to validate auth against an external source (be it MSAL, ADAL, or something else). Our documentation here covers examples and some of the differences from an Identity Provider.

      https://fusionauth.io/docs/v1/tech/apis/connectors/