Skip to content

elexis/keycloak-check-browser-update-authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak Conditional Check Browser Update Authenticator

This authenticator can be included to check the browser used via the browser-update code.

Currently it always returns success, but if the browser is too old, the resp. info page is shown on the first login screen.

By enabling test mode on the authenticator, the info screen can be configured to be always visible.

Build

Use with Maven (>3) and JDK (>= 17).

mvn clean install

Copy deployments/check-browser-update-authenticator-jar-with-dependencies.jar to /providers/ directory in Keycloak.

Usage

Add this authenticator to an authentication flow (I.E for the security admin console).

KUDOS

https://github.com/acomdigital/ for the first version!