readme.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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: TrustedSignonSample
  24. 5) Apply changes and restart IBM Cognos 10.
  25. 6) Copy the SetCookie.htm to your WebServer.
  26. 7) You must "hit" the SetCookie.htm prior to the logon to the trusted
  27. signon namespace.
  28. The new authentication namespace should now appear in IBM Cognos 10 for logon.