Merge pull request #53 from stianst/master
Fix standalone/configuration/providers to providers
This commit is contained in:
commit
34a8f574d1
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
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
|
==== 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.
|
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
|
==== 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.
|
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
|
==== Adding FormAction to the Registration Flow
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue