I'm using AD as an authentication source and have been trying to use the SSO feature. Well, it will populate the domain\username but that's it. You still have to manually enter your password. Any ideas?
What singleSignOnOption have you specified ? If it's IdentityMapping then make sure the binding credentials
specified in Cognos Configuration (AD namespace) have sufficient permissions to read other users
information (eg a domain admin would do).
Quote from: kolonell on 29 Jul 2009 01:23:32 PM
What singleSignOnOption have you specified ? If it's IdentityMapping then make sure the binding credentials
specified in Cognos Configuration (AD namespace) have sufficient permissions to read other users
information (eg a domain admin would do).
ah, the problem was the singleSignOnOption...it's working properly now. Thanks.