How to setup Shibboleth authentication using database
Peter Schober
peter.schober at univie.ac.at
Mon Nov 11 08:52:01 EST 2013
* Priyanka W Dhoble <Priyanka.Dhoble at bitwiseglobal.com> [2013-11-11 14:25]:
> 2. Created tagishauth.jar as per instructions given in "Makefile.txt"
>
> 3. Copied this file into Shib2IdP\lib folder
>
> 4. Rebuilt war file by executing install.bat again
>
> 5. Downloaded SQL data provider and copied sqljdbc4.jar to CaptiveTomcat 6.0\lib folder
Not sure this is what you've done but both steps 2 and 6 should state
to copy any jars into the IdP's unpacked distribution's lib/
directory, and rebuild the war after that.
You should be able to verify that both jars are part of the idp.war
(e.g. `unzip -l war/idp.war | fgrep jar` or any other way on
MS-Windows).
Do you get any errors anywhere during authentication?
How did you test authentication?
Also try using the FlatFile method for comparison (does not rely on an
external network service).
-peter
More information about the users
mailing list