You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provider won't be loaded when installed in the modules directory, but should be deployed by Keycloak Deployer.
Updated README which contains updated instructions.
When running Keycloak on CentOS 7 (or another EL7), install argon2 system library:
@@ -27,8 +30,13 @@ yum install -y argon2;
27
30
28
31
Once this is complete, restart Keycloak.
29
32
30
-
# Module deployment
31
-
Once the dependencies are in order, you can deploy the module either via the `modules` directory, or hot deployment.
33
+
# Provider deployment
34
+
Once the dependencies are in order, the provider can be deployed by the [Keycloak Deployer](https://www.keycloak.org/docs/latest/server_development/index.html#using-the-keycloak-deployer), e.g.:
0 commit comments