From c94968007582d60cbfd6b2098e36bacac5827ff4 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 17 Mar 2017 09:26:36 +0100 Subject: [PATCH] Fix standalone/configuration/providers to providers --- server_development/topics/auth-spi.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server_development/topics/auth-spi.adoc b/server_development/topics/auth-spi.adoc index e3404b5c96..80445884b8 100755 --- a/server_development/topics/auth-spi.adoc +++ b/server_development/topics/auth-spi.adoc @@ -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