FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. didier
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    didier

    @didier

    0
    Reputation
    1
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    didier Unfollow Follow

    Latest posts made by didier

    • RE: Webhook user.registration.create.complete triggered for SAML identity provicer

      When users come from SAML v2 identity provider and registration is configured to be automatically created, then in these conditions, webhooks on registration users in application are supported ?

      posted in General Discussion
      D
      didier
    • Webhook user.registration.create.complete triggered for SAML identity provicer

      Hello,

      When a SAML user connect to an application, a new registration application is created, but I cannot see a triggered webhook for user.registration.create.complete
      (FusionAuth v1.53.1)

      posted in General Discussion
      D
      didier
    • Using TwoFactorLogin and expose TwoFactorId

      I am using TwoFactorLogin in API. Then I need code from user and TwoFactorId. Is it correct to expose twoFactorId in frontend part (angular by example) or twoFactorId has to be stored in back ?

      posted in General Discussion
      D
      didier
    • RE: Custom registration for user, and use registration response (and token) to continue process with this logged user

      @kasir-barati Thank you for help ! I think that, in your case, user needs to login after register. I would like to avoid login. After registration, FusionAuth api returns an access token. I do not know how to continue with it or maybe there are an other solution

      posted in General Discussion
      D
      didier
    • Custom registration for user, and use registration response (and token) to continue process with this logged user

      Hi,

      I need to implement a custom workflow for user registration. Then, my angular app use an endpoint back to register, and this back return register response (combined) to Angular.

      In my Angular app, how to continue as a logged user. Using access token provided by registration endpoint ? How to it with Angular FusionAuth SDK to use all others features in FusionAuth SDK. We need to customize only registration part.

      posted in General Discussion
      D
      didier
    • RE: How to search all users with entity grant for an entity?

      Ok. I see "userId" property. Not easy to undertand !

      posted in General Discussion
      D
      didier
    • How to search all users with entity grant for an entity?

      By api, I can search for entity grants for one user.
      By api, I can search for entity grants for one entity (return entity grants for this entity on other entities).

      But, I do not know how to search all users entity grant for one entity. Can I use an elastic search to do it?

      posted in General Discussion
      D
      didier
    • RE: How to listen FusionAuth webhook in C#

      @vandaele-seba Could be better that this model exists in FusionAuth C# library. To be sure have a compliant model with new FusionAuth versions

      posted in General Discussion
      D
      didier
    • How to listen FusionAuth webhook in C#

      I need to listen FusionAuth webhook in ASP.Net Core C#. But, I do not find C# model to map the body request from C# web controller

      posted in General Discussion
      D
      didier
    • Registration email

      Hello,

      I need to send myself the email registration (using generated link normally provided in fusionauth email template) because each email registration could be very different depends on context.

      With auth0, the feature tickets/password-change allows to generate this link.

      How make the equivalent with FusionAuth ?

      posted in Q&A
      D
      didier