
x976b (x976b) asked a question.
Hi Team - Can someone please let me know if there is any way to import SHA 384 Hashed Password into Okta ? As per the below document I see "Okta supports the BCRYPT, SHA-512, SHA-256, SHA-1, and MD5 hashing functions for password import." . However I would like to know if Okta Supports SHA 384 hashing functions for password import ?
https://developer.okta.com/docs/reference/api/users/*hashed-password-object

We also tried to create users with imported Hash via POSTMAN Requests. Authentication Works if we use Unsalted Hashing Algorithms ( e.g SHA-256 ) , but doesn't work if we use salted hashing algorithms. ( E.g SSHA-256 ). It would be really great if I get some pointers around it.