|
|
|
|
|
by xander158
1366 days ago
|
|
I think you're confusing storing user password for access to Okta vs storing passwords in Okta for access to other applications.
If you're going to use Okta as a password manager and store passwords to access other applications you can't hash the password because it irreversible and you won't be able to get the real password to authenticate with the other application. So you must encrypt the passwords instead. |
|