FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. quent
    Q
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 22
    • Best 1
    • Controversial 0
    • Groups 0

    quent

    @quent

    1
    Reputation
    4
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    quent Unfollow Follow

    Best posts made by quent

    • RE: JWT claims and Identity Provider

      @dan Thank you, yes I can use lamba, i did give it a try and it works fine 🙂
      The authentication type does works too, but maybe more in a "workaround way".

      Thanks

      posted in Q&A
      Q
      quent

    Latest posts made by quent

    • RE: Identity provider logout

      @joshua Thank you for answer
      True, it is still possible to handle that logout.

      Maybe in future Fusionauth could have an additional and optionnal logout endpoint in IdentityProvider settings ...
      I prefer the application not to know much about the IdP, (i.e not calling it directly and not knowing its URLs) and let Fusionauth deal with the authentication/logout workflow.

      Tho, I do understand the answer 🙂

      posted in Q&A
      Q
      quent
    • RE: Create user with FusionAuth Admin Interface from Kickstartfile

      @paterik4 I think you can specify it in the kickstart when you create it

      posted in Q&A
      Q
      quent
    • RE: Create user with FusionAuth Admin Interface from Kickstartfile

      @paterik4 I think you need to give the application_id instead of the client_id in the registration block

      posted in Q&A
      Q
      quent
    • Identity provider logout

      Hi,

      I have a fusionauth configured to use an external identity provider.
      My application is logging into fusionauth, which redirect to the identity provider: it works fine.

      Now I wonder how should be the logout workflow ?
      My application calls the fusionauth logout endpoint and it works fine (my user is logged out from my app and from fusionauth), but the user is still logged into the external identity provider ...

      • Shoudn't fusionauth call the external identity provider logout endpoint ?

      Because otherwise, the user is still logged on 😕

      Thank you,
      Quenta

      posted in Q&A logout
      Q
      quent
    • RE: JWT claims and Identity Provider

      @dan Thank you, yes I can use lamba, i did give it a try and it works fine 🙂
      The authentication type does works too, but maybe more in a "workaround way".

      Thanks

      posted in Q&A
      Q
      quent
    • JWT claims and Identity Provider

      Hi,

      I configured Fusionauth for the authentication on my API, so far working fine.

      I linked some external accounts (other Identity Provider) to some Fusionauth users, the authentication works fine as well.

      Now i wonder if I can retrieve in a claim of the JWT from which identity provider the user account is linked to ? The authentication is managed by Fusionauth, but is there a way to know if that user has a linked account, just reading the claims of the JWT ? I would like to differentiate FA's user without linked from users with linked account

      Thank you

      posted in Q&A
      Q
      quent
    • Logout behaviour set to All Applications but other applications logout endpoint not called

      Hi,

      I set up SSO between 2 applications, and for each i set up their own logout url, and set the Logout behaviour to All applications.

      For each application their "own" logout workflow works correctly:

      • calling oauth/logout from appA (orappB)
      • fusionauth delete SSO session
      • fusionauth call appA(or appB) logoutURL

      But the other application logout URL is never called, though I set up the logout Behaviour to "All applications"

      Do I miss something in the configuration?

      Thanks 🙂

      posted in Q&A
      Q
      quent
    • RE: FusionAuth Cookies

      @joshua Thank you 🙂

      posted in Q&A
      Q
      quent
    • RE: SSO mechanism

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

      posted in Q&A
      Q
      quent
    • RE: SSO mechanism

      @dan

      @dan
      Thank you 🙂

      Seems like my sso isn't working correctly...
      I have 2 .net API
      http://localhost:11000/apiA
      http://localhost:12000/apiB
      I can successfully log with fusionauth, I get tokens and own cookie. But the SSO seems to be achieved by the common .net cookie, if I delete it I need to relog again, even if fusionauth SSO cookie is still there...

      posted in Q&A
      Q
      quent