Installing the HYPR Authenticator in Keycloak
The HYPR Authenticator must be installed into Keycloak.
To deploy the HYPR authenticator ear file in domain mode
This should be completed ONLY in the master node.
- SSH into the box:
ssh ec2-user@
- Navigate into the directory containing the keycloak package:
cd /opt/hypr/keycloak-5.0.0/bin/
- Start up the JBoss Command Line Interface script.
./jboss-cli.sh
- Connect to the master Node on port 9990.
connect :9990
- The following commands assumes that the war file is located in the root directory.
If the user is ec2-user, then the directory will be /users/ec2-users.
deploy ~/hypr-authentication-provider-.ear --all-server-groups
- If you every need to undeploy the Hypr KC Authenticator, use this command
undeploy hypr-authentication-provider-.ear --all-relevant-server-groups
To deploy the HYPR authenticator ear file in standalone mode
place the hypr-authentication-provider-3.6.0.ear file into the <keycloak_home>/standalone/deployments directory.
To deploy the HYPR theme
Unzip the keycloak-theme-.zip and put the extracted "hypr" directory into the <keycloak_home>/themes/ directory.
Updated about 3 years ago