Building the Bandit Identity Provider

Building on Linux

Extract files from the tarball:

   tar -xvf idp-<version>.tar.gz

This will create a subdirectory (idp-<version>) where all of the files will be extracted to.

Build the WAR file for Tomcat:

   cd idp-<version>
   ./buildidp.sh

Among other things, this will create a WAR file called BanditIdP.war. The file will be located in the following subdirectory:

   idp-<version>/build

NOTE: Java 5 is required to build some of the context providers included in this package.

Return to home page for Bandit Identity Provider

Building On Windows

...coming...

Return to home page for Bandit Identity Provider