<div dir="ltr">Tom -<div><br></div><div>Those changes fixed things!</div><div><br></div><div>Is it possible to access the principalName as an attribute in a flow w/o creating an AttributeDefinition?</div><div><br></div><div>Liam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 4, 2015 at 2:11 PM, Tom Zeller <span dir="ltr"><<a href="mailto:tzeller@dragonacea.biz" target="_blank">tzeller@dragonacea.biz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Jun 4, 2015 at 12:27 PM, Liam Hoekenga <<a href="mailto:liamr@umich.edu">liamr@umich.edu</a>> wrote:<br>
> Ok, I found the stuff in conf/intercept/profile-intercept.xml. Now I'm<br>
> getting...<br>
><br>
> 2015-06-04 13:10:14,698 - ERROR [net.shibboleth.idp.authn:-2] - Uncaught<br>
> runtime exception<br>
> java.lang.IllegalArgumentException: Cannot find state with id<br>
> 'FriendCheckDenied' in flow 'intercept' -- Known state ids are<br>
> 'array<String>['SelectInterceptFlow', 'CallInterceptFlow',<br>
> 'WriteResultToStorage', 'proceed', 'InvalidProfileContext',<br>
> 'MessageExpired', 'MessageReplay', 'MessageAuthenticationError',<br>
> 'AttributeReleaseRejected', 'TermsRejected', 'ContextCheckDenied',<br>
> 'RuntimeException', 'LogRuntimeException']'<br>
> at org.springframework.webflow.engine.Flow.getStateInstance(Flow.java:342)<br>
><br>
> This flow is a copy of context-check.<br>
> I see where FriendCheckDenied is referenced in<br>
> flows/intercept/friend-check/friend-check-flow.xml<br>
> I see where ContextCheckDenied is defined in<br>
> system/flows/intercept/intercept-abstract-flow.xml<br>
><br>
> The stuff in system is supposed to be off limits, right? Where should add<br>
> the end-state definition for "FriendCheckDenied"? I tried adding it to<br>
> friend-check-flow.xml, but it didn't do anything.<br>
<br>
</span>Add<br>
<br>
<end-state id="FriendCheckDenied" /><br>
<br>
to conf/intercept/intercept-events-flow.xml.<br>
<br>
And see conf/errors.xml and messages/error-messages.properties to<br>
define a local error and message.<br>
<br>
Apologies to all for not having the profile intercept doc done.<br>
<div class="HOEnZb"><div class="h5">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div>