COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: udesh on 29 Dec 2009 12:35:35 AM

Title: Configuring SSO using LDAP (Urgent)
Post by: udesh on 29 Dec 2009 12:35:35 AM
Hi,
  iam new to the cognos administration , currently iam facing an issue with SSO using LDAP

I have created 1 Custom java provider namespace and 1 LDAP namespace, The custom java provider uses the SDK and set the userId in REMOTE_USER variabale and set the LDAP namespace and redirects the request.
The request redirects and loads the login page instead of redirecting to the report specified in URL.

In the LDAP configuaration, I have provided the "Use external identity as "True"" , External Identity mapping as "(uid=${environment("REMOTE_USER")})" and userLookup as "(&(objectclass=person)) (mail=${userID})" with BIND user DN and Password.

SSO url = "http://XXXX/ServletGateway/gateway/servletgateway?reportname&CAMNamespace=CustomNamespace&userId=XXXXXX

Thanks