From 6e38c10c92d01e9e38ba8633f9f693f4d0d7a48f Mon Sep 17 00:00:00 2001 From: Titouan COMPIEGNE Date: Thu, 8 Nov 2018 06:39:00 +0100 Subject: [PATCH] fix(idp): Use a password field for the LDAP password property fixes #438 --- .../src/main/resources/schemas/schema-form.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gravitee-am-identityprovider/gravitee-am-identityprovider-ldap/src/main/resources/schemas/schema-form.json b/gravitee-am-identityprovider/gravitee-am-identityprovider-ldap/src/main/resources/schemas/schema-form.json index 30f005af35..f0fa0c3ec3 100644 --- a/gravitee-am-identityprovider/gravitee-am-identityprovider-ldap/src/main/resources/schemas/schema-form.json +++ b/gravitee-am-identityprovider/gravitee-am-identityprovider-ldap/src/main/resources/schemas/schema-form.json @@ -21,7 +21,8 @@ "contextSourcePassword" : { "type" : "string", "title": "Password", - "description": "The password (credentials) to use when authenticating with the LDAP server." + "description": "The password (credentials) to use when authenticating with the LDAP server.", + "widget": "password" }, "userSearchFilter" : { "type" : "string", @@ -71,4 +72,4 @@ "contextSourcePassword", "userSearchFilter" ] -} \ No newline at end of file +}