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

    Topics created by didier

    • D

      Webhook user.registration.create.complete triggered for SAML identity provicer

      General Discussion
      • • • didier
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      D

      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 ?

    • D

      Using TwoFactorLogin and expose TwoFactorId

      General Discussion
      • • • didier
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      mark.robustelliM

      @didier I'm not 100% sure what you mean by "expose twoFactorId in frontend part". I'm assuming you mean give the user a way to input the code. So yes, you will have to allow them a method to input their code and then complete the login. Please see here for more information.

    • D

      Custom registration for user, and use registration response (and token) to continue process with this logged user

      General Discussion
      • • • didier
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      K

      @didier hmm, I guess you can do it by registering user in your backend (get username, and password from the user and register a user with those). Then you can just exchange the plain text username, password for JWT tokens and attch them to response cookies. Something like this: https://github.com/kasir-barati/you-say/blob/main/apps/backend-e2e/src/utils/login.util.ts.

      If you're using FusionAuth Typescript client you can do it like this: https://github.com/kasir-barati/you-say/blob/main/packages/backend/auth/src/lib/services/mobile-auth.service.ts#L71

    • D

      How to search all users with entity grant for an entity?

      General Discussion
      • • • didier
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      D

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

    • D

      How to listen FusionAuth webhook in C#

      General Discussion
      • • • didier
      3
      0
      Votes
      3
      Posts
      628
      Views

      D

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

    • D

      Unsolved Registration email

      Q&A
      • • • didier
      2
      0
      Votes
      2
      Posts
      527
      Views

      danD

      @didier I'm not sure I understand.

      You are saying you want to send the registration email yourself, not automatically with FusionAuth?

      (There are two possible verification emails. One is for a user creation, which verifies their email whenever someone creates a user, for any application. Another is for registration verification, which again checks their email but only when someone registers for a certain application.)

      If that is the case, use the skipVerification and skipRegistrationVerification settings if using the API. There are analogous settings in the admin UI as well.

      More documentation here: https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-and-registration-combined

      and here: https://fusionauth.io/docs/v1/tech/core-concepts/applications#registration

      and here: https://fusionauth.io/docs/v1/tech/core-concepts/tenants#email