Question
Need access to user's plain text password during/after login
We have a need to call our own Password encryption service with the user's plain text password.
One of our services requires a passhash generated by our own service, this requires the plain text password to generate a valid hash.
I see the encrypted pass in the clipboard, from what I read, this is one way encryption and cannot be used for our purpose.
How do I go about access the user's plain text pass?
***Edited by Moderator Marissa to update platform capability tags****
***Moderator Edit-Vidyaranjan: Updated SR details***
I see custom authentication service as an option for this. In your authentication service, you can explicitly verify the password as far as authentication is concerned, and you can also perform the custom encryption you want and save it somewhere in the system.