SAML - any way to intercept an assertion?

A common implementation between organisations involves setting up SAML and then facilitating auto-registration of users in the Notes domain.

We’ve recently needed to do this and could find no way of intercepting the authenticated SAML assertion in order to derive the incoming user details. We did consider DSAPI but opted not to go there due to lack of experience.

Finally we implemented a synchronous pre-registration step via a web service.

Is there a smarter way and not not, should there be a way?

Subject: http debug

thread logs will collect the raw data
tell http debug thread all
tell http debug thread off

but if encrypted will be hard to decode the assertion
probably better option is to use
DEBUG_SAML=8

http://www-01.ibm.com/support/docview.wss?uid=swg27039148&aid=1 http://www-01.ibm.com/support/docview.wss?uid=swg27039148&aid=1