Skip to content

Commit

Permalink
fix(idp): Use a password field for the LDAP password property
Browse files Browse the repository at this point in the history
fixes #438
  • Loading branch information
tcompiegne authored and brasseld committed Nov 8, 2018
1 parent c2afc7a commit 6e38c10
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -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",
Expand Down Expand Up @@ -71,4 +72,4 @@
"contextSourcePassword",
"userSearchFilter"
]
}
}

0 comments on commit 6e38c10

Please sign in to comment.