various security info parameters can now be None or ''
added else statements to LDAP, NTLM, PKI, and OAUTH as a NoneType error was being thrown. Since usernames/passwords keys/certs client/secret IDs are required for each of these, the securityhandler won't proceed.
various security info parameters can now be
None
or''
addedelse
statements to LDAP, NTLM, PKI, and OAUTH as aNoneType
error was being thrown. Since usernames/passwords keys/certs client/secret IDs are required for each of these, the securityhandler won't proceed.