debugging expiring password intercept

Cantor, Scott cantor.2 at osu.edu
Fri Jun 2 09:21:01 EDT 2017


On 6/1/17, 11:10 PM, "users on behalf of Paul B. Henson" <users-bounces at shibboleth.net on behalf of henson at cpp.edu> wrote:

> but that's the only mention of the flow in the whole log, I don't see any
> reference to it during the time of the actual authentication.

It happens after authentication, but the flow is all wiring, no code, so there's nothing logged.

My guess is the cookie is already set to prevent nagging but there's no way to tell. You'd have to run it under a debugger or manually add logging to the flow definition file.

Aside from trying to see what it's doing with webflow logs, which are pretty hard to follow, adding something like this to various <action-state> elements would usually provide a hint.

        <on-entry>
            <evaluate expression="T(org.slf4j.LoggerFactory).getLogger('mycategory').debug('Running some action')" />
        </on-entry>

-- Scott




More information about the users mailing list