Fix standalone/configuration/providers to providers

This commit is contained in:
Stian Thorgersen 2017-03-17 09:26:36 +01:00
parent a1e6f92183
commit c949680075

View file

@ -152,7 +152,7 @@ org.keycloak.examples.authenticator.AnotherProviderFactory
This services/ file is used by Keycloak to scan the providers it has to load into the system.
To deploy this jar, just copy it to the standalone/configuration/providers directory.
To deploy this jar, just copy it to the providers directory.
==== Implementing an Authenticator
@ -440,7 +440,7 @@ org.keycloak.examples.authenticator.SecretQuestionRequiredActionFactory
This services/ file is used by Keycloak to scan the providers it has to load into the system.
To deploy this jar, just copy it to the standalone/configuration/providers directory.
To deploy this jar, just copy it to the providers directory.
==== Implement the RequiredActionProvider
@ -713,7 +713,7 @@ org.keycloak.authentication.forms.RegistrationRecaptcha
This services/ file is used by Keycloak to scan the providers it has to load into the system.
To deploy this jar, just copy it to the standalone/configuration/providers directory.
To deploy this jar, just copy it to the providers directory.
==== Adding FormAction to the Registration Flow