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

    Topics created by david.billings

    • D

      LDAP

      General Discussion
      • • • david.billings
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      danD

      @david-billings

      Does FA remove users once they've been removed from LDAP?

      If you use the LDAP as the source of truth, the users won't be able to login, but they won't be removed.

      So, consider this scenario (no migration, just always going back to LDAP):

      User A logs in successfully through a tenant configured with an LDAP Connector. User A has an account in the LDAP server. FusionAuth checks with the LDAP connector, passing the credentials. The LDAP server says "yup, User A is okay." FusionAuth creates a user. Time passes. User A is removed from the LDAP server. User A tries to login. FusionAuth checks with the LDAP connector, passing the credentials. The LDAP server says "User A is not found" FusionAuth denies the login.

      But the user still exists.

      Is there anyway to sync this and sync the users without each user having to login?

      You want to sync the users between LDAP and FusionAuth without the user having to login? Is this a one way sync?

      You could do a bulk migration using the Import User API if you have access to the LDAP database and can provide the password hashes.

      That is the only option that comes to mind.

    • D

      Is there any way to query for users that have 2FA enabled in the dashboard

      General Discussion
      • • • david.billings
      5
      0
      Votes
      5
      Posts
      353
      Views

      D

      Perfect Joshua.

      This gives me what I need!

      Thank you!

    • D

      Performance issues when retrieving user

      Comments & Feedback
      • • • david.billings
      8
      0
      Votes
      8
      Posts
      1.1k
      Views

      joshuaJ

      Thanks for the additional information @david-billings. We will have to see if we can do some additional testing to recreate.

      Josh