Capture SAML Response in Shibboleth for application usage

Kevin P. Foote kpfoote at iup.edu
Tue Jun 4 16:30:35 EDT 2013


On Tue, 4 Jun 2013, kotesh201 wrote:

> Thanks for your information. We are implementing our own JAVA based DBI for
> other reasons and decided not to go with Shibboleth RDBMS data connector.

You do not need the "Shibboleth RDBMS data connector" what ever you are
referring to there..


I have not sent logs to db .. but it appears pretty straight forward..

You create a DBAppender in your logging.xml file ..
    NOTE: this is where you wire up your connection to your DB... look at
    the logback manual there is a perfect example..

> Do you know how we can access/extend the log information or saml response

The idea is you add the saml bits to your log entry .. and then they go
to the db. This is all done in logging.xml.


Follow the syslog example on the IdP logging page but create and use
your DBAppender.


Also you will obviously need to make sure that you have a jdbc driver for
what ever db you are using.. mysql etc..

------
thanks
  kevin.foote



More information about the users mailing list