Shibboleth + NoSQL DB

Peter Schober peter.schober at univie.ac.at
Wed May 16 04:01:45 EDT 2018


* Pulkit Srivastava <pulkitsrivastavajd at gmail.com> [2018-05-16 08:51]:
> How easy it is to integrate Shibboleth with NoSQL db to store user
> credentials and user authentication details.

You're asking about the Identity Provider software, written in Java?
I guess it could be doable if there were JNDI- or JDBC-like interfaces
exposed, though for authentication the IDP does not provide a JDBC
interface directly, you'd have to use JAAS (which is supported and
usable with JDBC connectors).

If you're about to develop something like that do use the dev mailing
list, though. (dev@ instead of users@).

-peter


More information about the users mailing list