The LDAPDataConnectorParser only supports the following three SASL properties:
LDAPDataConnectorParser
javax.security.sasl.qop
javax.security.sasl.strength
javax.security.sasl.server.authentication
Other properties may be passed to the underlying ldaptive class which could allow for the simplification of JAAS config.
Update LDAPDataConnectorParser to set additional properties on the underlying SASL config object.
Fixed in
https://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commitdiff;h=bca3f779c7ec0063b6269452c70379f4075b1f70
The
LDAPDataConnectorParser
only supports the following three SASL properties:javax.security.sasl.qop
javax.security.sasl.strength
javax.security.sasl.server.authentication
Other properties may be passed to the underlying ldaptive class which could allow for the simplification of JAAS config.
Update
LDAPDataConnectorParser
to set additional properties on the underlying SASL config object.