How to turn on debugging for activation conditions?

Cantor, Scott cantor.2 at osu.edu
Thu Mar 9 13:41:49 EST 2017


> We are debugging an activation condition in relying-party so we turned on
> the following in logbackxml

The conditions probably don't log anything, it's usually something using the condition that probably logs something. Or not, it just depends what it is. When the result is a clear "it did it or it didn't", there's nothing to really log, you can tell what it did. Knowing it did or didn't won't usually tell you why, or it's simply self evident.

> Is there any other place we can change to see more debugging information
> from the activation conditions?

Extremely unlikely.

> <<activation-conditions-relying-party-nameid.xml>>

If you want to know which override got used, make sure you give it an id (which you did) and see what the log says earlier about which one got selected. There really isn't much else to go on. When something doesn't apply the reason should be exactly what it must be, it didn't match.

-- Scott



More information about the users mailing list