getPrincipals() typing
Christopher Bongaarts
cab at umn.edu
Thu Sep 1 15:56:38 EDT 2016
On 8/31/2016 9:05 PM, Klingenstein, Nate wrote:
> This is the long story when I said "state is confusing". I just have
> to think of the entire "/idp/you/are?flowExecutionKey=here" as the
> accessed resource and then start tracing from that point, but I can't
> really expect to be able to trace that down to the actual state as a
> human.
Something I found handy for debugging the flow aspects of things:
<logger name="org.springframework.webflow.engine" level="DEBUG"/>
<logger name="org.springframework.webflow.execution"
level="DEBUG"/>
<logger
name="org.springframework.webflow.execution.AnnotatedAction" level="INFO"/>
which gets you output in the idp-process log showing the state
transitions and action executions and results. If you happen to use
annotated actions (which it seems Shib itself doesn't, at least how I've
configured it), omit the third line.
--
%% Christopher A. Bongaarts %% cab at umn.edu %%
%% OIT - Identity Management %% http://umn.edu/~cab %%
%% University of Minnesota %% +1 (612) 625-1809 %%
More information about the dev
mailing list