From d65a6bd18f1a01db750151593b63cef2a0196b95 Mon Sep 17 00:00:00 2001 From: stianst Date: Tue, 17 Dec 2019 07:35:47 +0100 Subject: [PATCH] KEYCLOAK-9647 Fix header for script authenticator --- server_admin/topics/authentication/flows.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/server_admin/topics/authentication/flows.adoc b/server_admin/topics/authentication/flows.adoc index 8519d1edb8d..e6aa745a1cf 100644 --- a/server_admin/topics/authentication/flows.adoc +++ b/server_admin/topics/authentication/flows.adoc @@ -200,11 +200,7 @@ experience. To correct this, you could: * In the "Bindings" menu, change the reset credential flow from "Reset Credentials" to "Reset Credentials for password-less" ifeval::[{project_community}==true] -=== Executions - -Executions can be used - -.Script Authenticator +=== Script Authenticator A _script_ authenticator allows to define custom authentication logic via JavaScript. Custom authenticators. In order to make use of this feature, it must be explicitly enabled: [source]