Reading shibboleth IdP configuration from database

Cantor, Scott cantor.2 at osu.edu
Thu Dec 17 18:39:02 EST 2015


On 12/17/15, 2:55 PM, "dev on behalf of Nanda Kumar" <dev-bounces at shibboleth.net on behalf of NKK at FISCHERINTERNATIONAL.COM> wrote:



>In this case the relying party configuration will be provided by the serializer in xml format.  Will the other two , the credentials and relying-party-system.xml will continue to be read from file?

Yes, those are all just Spring Resources. If your bean implements the Resource interface, it's just another source of bytes to load into the XML configuration collection. Spring doesn't care where the bytes come from.

-- Scott



More information about the dev mailing list