I’m working on something that combines a Domino-based web interface with Lotus Forms, and want a custom Notes database to hold authentication details to avoid using the Domino directory.
A question on this:
Is the Notes @HashPassword function compatible with Lotus Forms Authenticated Clickwrap?
So, if I use @HashPassword to store a password hash in Notes, then use the Forms API “validateHMACWithHashedSecret” function with that hash, will the validation work?