new intercept flow
Liam Hoekenga
liamr at umich.edu
Thu Jun 4 13:27:17 EDT 2015
> That error means that the custom intercept flow was not defined in
> conf/intercept/profile-intercept.xml. Should be obvious once you look
> at that file.
Ok, I found the stuff in conf/intercept/profile-intercept.xml. Now I'm
getting...
2015-06-04 13:10:14,698 - ERROR [net.shibboleth.idp.authn:-2] - Uncaught
runtime exception
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']'
at org.springframework.webflow.engine.Flow.getStateInstance(Flow.java:342)
This flow is a copy of context-check.
I see where FriendCheckDenied is referenced in
flows/intercept/friend-check/friend-check-flow.xml
I see where ContextCheckDenied is defined in
system/flows/intercept/intercept-abstract-flow.xml
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.
Liam
On Thu, Jun 4, 2015 at 11:49 AM, Tom Zeller <tzeller at dragonacea.biz> wrote:
> >
> [net.shibboleth.idp.profile.interceptor.impl.PopulateProfileInterceptorContext:129]
> > - Profile Action PopulateProfileInterceptorContext: Configured
> interceptor
> > flow intercept/friend-check not available for use
>
> Oh. That error means that the custom intercept flow was not defined in
> conf/intercept/profile-intercept.xml. Should be obvious once you look
> at that file.
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150604/e0dd492f/attachment.html>
More information about the users
mailing list