Update auth-spi.adoc (#380)

The providers directory has been removed so use the standalone/deployments directory instead (KEYCLOAK-7241).
This commit is contained in:
Ryan Slominski 2018-05-29 04:02:35 -04:00 committed by Stian Thorgersen
parent 911336913b
commit 5a538cedc6

View file

@ -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 providers directory.
To deploy this jar, just copy it to the `standalone/deployments` 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 providers directory.
To deploy this jar, just copy it to the `standalone/deployments` directory.
==== Adding FormAction to the Registration Flow