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:
parent
911336913b
commit
5a538cedc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue