1) Information Steward Trusted Authentication is working with same user (dsuser) on same machine.
2) DataServices Management Console Trusted Authentication is not working (dsuser or administrator) - see trace errors below
3) I can successfully login to DataServices Management Console as dsuser with ldap authentication
Settings from tomcat/webapps/DataServices/WEB-INF/web.xml
———————————————————————————————————————
<context-param>
<param-name>sso.enabled</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>trusted.auth.user.retrieval</param-name>
<param-value>QUERY_STRING</param-value>
</context-param>
<context-param>
<param-name>trusted.auth.user.param</param-name>
<param-value>user</param-value>
</context-param>
cms trace for DataServices Trusted Authentication attempt: user=dsuser
———————————————————————————————————————
|||||||||||Found a working alias: secLDAP:cn=dsuser, cn=users, dc=war, dc=com^^
|||||||||||Decoding as header version 1^^
BCM error: Could not finish CCL decryption^^
failed UTF8 -> UCS2 conversion^^
CEnterprise::AcceptLogin: SCrypt: failed to decrypt client's request for trusted authentication.^^
Invalid password for user dsuser^^