readme.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: CAMAAA
  5. *
  6. * (C) Copyright IBM Corp. 2005, 2012
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  9. * IBM Corp.
  10. */
  11. Running the IBM Cognos SDK custom Trusted Signon Sample
  12. -------------------------------------------------------
  13. To configure and run the sample provided, please follow these steps:
  14. 1) Add the Java SDK to your path.
  15. 2) Build the sample using the command build.bat on Windows or build.sh on
  16. Unix.
  17. 3) Add the jar file to your IBM Cognos 10 classpath or copy the jar to
  18. <install>/webapps/p2pd/WEB-INF/lib.
  19. 4) In Cognos configuration, configure the Custom Java namespace with the
  20. following settings (the class name is case sensitive):
  21. Type: Custom Java provider
  22. Namespace ID: Sample2
  23. Java class name: TrustedSignonReplaceSample
  24. 5) In Cognos configuration, configure a namespace with Namespace ID "TS",
  25. which uses the REMOTE_USER without the domain prefix for external identity
  26. mapping.
  27. 6) Apply changes and restart IBM Cognos 10
  28. 7) Copy the SetCookie.htm to your WebServer
  29. 8) You must "hit" the SetCookie.htm prior to the logon to the trusted
  30. signon namespace.
  31. The new authentication namespace should now appear in IBM Cognos 10 for logon.