<div dir="ltr"><div><span style="font-size:12.8000001907349px">> That error means that the custom intercept flow was not defined in</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">> conf/intercept/profile-</span><span style="font-size:12.8000001907349px">intercept.xml. Should be obvious once you look</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">> at that file.</span><br></div><div><br></div>Ok, I found the stuff in conf/intercept/profile-intercept.xml. Now I'm getting...<div><br></div><div><div>2015-06-04 13:10:14,698 - ERROR [net.shibboleth.idp.authn:-2] - Uncaught runtime exception</div><div>java.lang.IllegalArgumentException: Cannot find state with id 'FriendCheckDenied' in flow 'intercept' -- Known state ids are 'array<String>['SelectInterceptFlow', 'CallInterceptFlow', 'WriteResultToStorage', 'proceed', 'InvalidProfileContext', 'MessageExpired', 'MessageReplay', 'MessageAuthenticationError', 'AttributeReleaseRejected', 'TermsRejected', 'ContextCheckDenied', 'RuntimeException', 'LogRuntimeException']'</div><div><span style="white-space:pre-wrap"> </span>at org.springframework.webflow.engine.Flow.getStateInstance(Flow.java:342)</div></div><div><br></div><div>This flow is a copy of context-check. </div><div>I see where FriendCheckDenied is referenced in flows/intercept/friend-check/friend-check-flow.xml</div>
<div>I see where ContextCheckDenied is defined in system/flows/intercept/intercept-abstract-flow.xml</div><div><br></div><div>The stuff in system is supposed to be off limits, right? Where should add the end-state definition for "FriendCheckDenied"? I tried adding it to friend-check-flow.xml, but it didn't do anything.</div><div><br></div><div>Liam</div>
</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 4, 2015 at 11:49 AM, 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="">> [net.shibboleth.idp.profile.interceptor.impl.PopulateProfileInterceptorContext:129]<br>
> - Profile Action PopulateProfileInterceptorContext: Configured interceptor<br>
> flow intercept/friend-check not available for use<br>
<br>
</span>Oh. That error means that the custom intercept flow was not defined in<br>
conf/intercept/profile-intercept.xml. Should be obvious once you look<br>
at that file.<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>