<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y000079yXwxSAEOkta Classic EngineOkta Integration NetworkAnswered2020-01-08T16:01:47.000Z2019-11-26T11:51:51.000Z2020-01-08T16:01:47.000Z

AnkushG.80102 (Customer) asked a question.

How do we migrate our existing users with encrypted Password with MD5 without SALT to OKTA using API.

I am using Okta Api's to create user.

https://dev-913896.okta.com/api/v1/users?activate=true

 

User has been created successfully but can not login in OKTA. Below you can find the Request Body JSON.

 

{

 "profile": {

   "firstName": "Test",

   "lastName": "Admin",

   "email": "xyz@abc.com",

   "login": "adam",

   "mobilePhone": "555-415-1337",

   "secondEmail": "xyz@abc.com"

 },

 "credentials": {

    "password" : {

     "hash": {

       "algorithm": "MD5",

       "value": "f925916e2754e5e03f75dd58a5733251"

     }

    }

 }

}


  • Hi Ankush - so sorry for the delayed response here!

     

    If you haven't already, I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.

    Expand Post
    Selected as Best
  • Hi Ankush - so sorry for the delayed response here!

     

    If you haven't already, I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.

    Expand Post
    Selected as Best
This question is closed.
Loading
How do we migrate our existing users with encrypted Password with MD5 without SALT to OKTA using API.