<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
0D54z00006uPr8xCACOkta Classic EngineUniversal DirectoryAnswered2023-11-21T16:47:32.000Z2021-04-06T19:41:19.000Z2021-04-14T18:58:34.000Z

VijayS.20637 (Customer) asked a question.

Password Import Inline hook: Credentials

Hi,

We are trying to implement password import inline hook for importing users in Okta.

When the user logs in, and the inline hook gets invoked, are the credentials sent across in JSON request as plaintext? Or there is a way to send hashed password in the JSON request going out from Okta


  • Hi Vijay,

     

    Thank you for posting a question in the Community portal.

     

    Unfortunately, at the moment, there is no functionality to hash the password in the JSON body. The only way to do this is to have some middleware (like a script) hash it before sending to the system validating it, but it increases the risk of timeout.

     

    Please let us know if you have any further questions.

     

    Thanks,

     

    Jonil Soni

    Tier 2 Technical Support Engineer - Okta

    Expand Post
    Selected as Best
  • Hi Vijay,

     

    Thank you for posting a question in the Community portal.

     

    Unfortunately, at the moment, there is no functionality to hash the password in the JSON body. The only way to do this is to have some middleware (like a script) hash it before sending to the system validating it, but it increases the risk of timeout.

     

    Please let us know if you have any further questions.

     

    Thanks,

     

    Jonil Soni

    Tier 2 Technical Support Engineer - Okta

    Expand Post
    Selected as Best
This question is closed.
Loading
Password Import Inline hook: Credentials