Zoom Integration with Shibboleth IdP v3 and non-signed logout request
Cantor, Scott
cantor.2 at osu.edu
Sun Apr 19 22:12:04 EDT 2015
On 4/19/15, 9:28 PM, "Scott Koranda" <skoranda at gmail.com> wrote:
>2015-04-19 18:04:27,220 - ERROR [net.shibboleth.idp.authn:-2] -
>Uncaught runtime exception
>org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException:
>No flow definition
>'intercept/incoming-logout-request-no-signature-required/saml2-slo'
>found
> at org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.getFlowDefinitionHolder(FlowDefinitionRegistryImpl.java:123)
>
>Here is what I have done so far:
>
>1) Created conf/flows/incoming-logout-request-no-signature-required/saml2-slo/saml2-slo-flow.xml
>with these contents:
The whole flow ID has to be mapped to the file system, so you have to put it inside flows/intercept/etc... for it to be located. There's no indirection allowed unless files are modified that we have locked down right now.
I don't see anything else wrong offhand. It's trying to run your flow, or you wouldn't get that lookup failure.
-- Scott
More information about the users
mailing list