Web Application Using Identity Federation & OTP
We are running a web application using a client’s identity federation to authenticate users. A new requirement is to use 2FA, we have decided to use an OTP algorithm using Java, similar to this one featured on GitHub.
As per the OTP algo… Continue reading Web Application Using Identity Federation & OTP