KEYCLOAK-2752
Update documentation re directory for providers
This commit is contained in:
parent
0419bb2232
commit
b8c08d05bf
5 changed files with 7 additions and 7 deletions
|
@ -244,7 +244,7 @@ Forms Subflow - ALTERNATIVE
|
|||
This services/ file is used by Keycloak to scan the providers it has to load into the system.
|
||||
</para>
|
||||
<para>
|
||||
To deploy this jar, just copy it to the standalone/configuration/providers directory.
|
||||
To deploy this jar, just copy it to the providers directory.
|
||||
</para>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -558,7 +558,7 @@ public class SecretQuestionAuthenticatorFactory implements AuthenticatorFactory,
|
|||
This services/ file is used by Keycloak to scan the providers it has to load into the system.
|
||||
</para>
|
||||
<para>
|
||||
To deploy this jar, just copy it to the standalone/configuration/providers directory.
|
||||
To deploy this jar, just copy it to the providers directory.
|
||||
</para>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -831,7 +831,7 @@ public class SecretQuestionRequiredActionFactory implements RequiredActionFactor
|
|||
This services/ file is used by Keycloak to scan the providers it has to load into the system.
|
||||
</para>
|
||||
<para>
|
||||
To deploy this jar, just copy it to the standalone/configuration/providers directory.
|
||||
To deploy this jar, just copy it to the providers directory.
|
||||
</para>
|
||||
</section>
|
||||
<section>
|
||||
|
|
|
@ -2,7 +2,7 @@ Example User Federation Provider
|
|||
===================================================
|
||||
|
||||
This is an example of defining a custom Authenticator and Required action. This example is explained in the user documentation
|
||||
of Keycloak. To deploy, build this directory then take the jar and copy it to standalone/configuration/providers. Alternatively you can deploy as a module by running:
|
||||
of Keycloak. To deploy, build this directory then take the jar and copy it to providers directory. Alternatively you can deploy as a module by running:
|
||||
|
||||
KEYCLOAK_HOME/bin/jboss-cli.sh --command="module add --name=org.keycloak.examples.secret-question --resources=target/authenticator-required-action-example.jar --dependencies=org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi,org.keycloak.keycloak-services,org.jboss.resteasy.resteasy-jaxrs,javax.ws.rs.api"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Example Event Listener that prints events to System.out
|
||||
=======================================================
|
||||
|
||||
To deploy copy target/event-listener-sysout-example.jar to standalone/configuration/providers. Alternatively you can deploy as a module by running:
|
||||
To deploy copy target/event-listener-sysout-example.jar to providers directory. Alternatively you can deploy as a module by running:
|
||||
|
||||
KEYCLOAK_HOME/bin/jboss-cli.sh --command="module add --name=org.keycloak.examples.event-sysout --resources=target/event-listener-sysout-example.jar --dependencies=org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Example Event Store that stores events in memory
|
||||
================================================
|
||||
|
||||
To deploy copy target/event-store-mem-example.jar to standalone/configuration/providers. Alternatively you can deploy as a module by running:
|
||||
To deploy copy target/event-store-mem-example.jar to providers directory. Alternatively you can deploy as a module by running:
|
||||
|
||||
KEYCLOAK_HOME/bin/jboss-cli.sh --command="module add --name=org.keycloak.examples.event-inmem --resources=target/event-store-mem-example.jar --dependencies=org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Example User Federation Provider
|
|||
===================================================
|
||||
|
||||
This is an example of user federation backed by a simple properties file. This properties file only contains username/password
|
||||
key pairs. To deploy, build this directory then take the jar and copy it to standalone/configuration/providers. Alternatively you can deploy as a module by running:
|
||||
key pairs. To deploy, build this directory then take the jar and copy it to providers directory. Alternatively you can deploy as a module by running:
|
||||
|
||||
KEYCLOAK_HOME/bin/jboss-cli.sh --command="module add --name=org.keycloak.examples.userprops --resources=target/federation-properties-example.jar --dependencies=org.keycloak.keycloak-core,org.keycloak.keycloak-server-spi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue