| {# | |
| SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | |
| SPDX-License-Identifier: Apache-2.0 | |
| #} | |
| { | |
| "action":"testAuthentication", | |
| "connectionUrl":"{{ keycloak_ldap_server }}", | |
| "authType":"simple", | |
| "bindDn":"{{ keycloak_ldap_admin_dn }}", | |
| "bindCredential":"{{ keycloak_ldap_admin_password }}", | |
| "useTruststoreSpi":"ldapsOnly", | |
| "connectionTimeout":"", | |
| "startTls":"", | |
| "componentId":"{{ ldap_id }}" | |
| } |