FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. benjamin
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by benjamin

    • B

      Unsolved Issues Refreshing Cache

      Q&A
      • • • benjamin
      2
      0
      Votes
      2
      Posts
      727
      Views

      mark.robustelliM

      I'm not exactly sure what the question is here. What are you trying to accomplish or looking for?

    • B

      Unsolved Importing users from Fusion Auth to KeyCloak

      Q&A
      • migration migrate users keycloak • • benjamin
      6
      1
      Votes
      6
      Posts
      1.3k
      Views

      danD

      @benjamin Hmmm.

      I'm not quite sure what the issue is, because we do specify salted-pbkdf2-hmac-sha256-512 in the import script:

      https://github.com/FusionAuth/fusionauth-import-scripts/blob/master/keycloak/import.rb#L151

      The migration guide says:

      "The encryptionScheme for this plugin is salted-pbkdf2-hmac-sha256-512."

      So when you write:

      Hello Dan, I found the fix, at least for my test instance, seems that pbkdf2-sha256 maps to salted-pbkdf2-hmac-sha256 rather than salted-pbkdf2-hmac-sha256-512.

      Do you mean that pbkdf2-sha256 is the value from Keycloak and it only worked when you used salted-pbkdf2-hmac-sha256 in FusionAuth, or something else?

      What version of Keycloak are you migrating from?