Multi Factor Authentication with Keycloak

In this article, we will try to  synthesize about Multi Factor Authentication with Keycloak and RedHat SSO. Presentation MFA stands For multi-factor authentication. Usual authentication with username/password is one of the weakest authentication scheme possible, which...

Using Eclipse to debug Keycloak SPIs

In this section is presented how to using eclipse to debug Keycloak SPI code. The example used is the eventListener described in a previous article. Requirements You need to have eclipse installed You need to have compiled the keycloak source distribution (cf before)...