idp login issue connecting to ldap

Cantor, Scott cantor.2 at osu.edu
Mon Aug 3 19:46:36 EDT 2015


Here's a valid log. The difference starts with this line:

2015-08-03 19:39:34,741 - DEBUG [org.springframework.webflow.mvc.view.AbstractMvcView:216] - Processing user event 'proceed'


Yours never sees the form submission with the event transition, which is what the Login button provides.

I would guess that something's preventing the server from seeing the POST body and it's only seeing the URL.

Is there anything in front of Jetty? Other than trying Jetty 9.2, I don't have anything to suggest. I haven't done any real testing with 9.3, though I know others have been setting it up.

-- Scott


2015-08-03 19:39:34,738 - DEBUG [org.springframework.webflow.mvc.servlet.FlowHandlerMapping:108] - Mapping request with URI '/idp/profile/SAML2/Redirect/SSO' to flow with id 'SAML2/Redirect/SSO'
2015-08-03 19:39:34,739 - DEBUG [org.springframework.webflow.executor.FlowExecutorImpl:161] - Resuming flow execution with key 'e1s1
2015-08-03 19:39:34,739 - DEBUG [org.springframework.webflow.conversation.impl.SessionBindingConversationManager:75] - Locking conversation 1
2015-08-03 19:39:34,739 - DEBUG [org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository:106] - Getting flow execution with key 'e1s1'
2015-08-03 19:39:34,739 - DEBUG [org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl:58] - Getting FlowDefinition with id 'SAML2/Redirect/SSO'
2015-08-03 19:39:34,740 - DEBUG [org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl:58] - Getting FlowDefinition with id 'authn'
2015-08-03 19:39:34,740 - DEBUG [org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl:58] - Getting FlowDefinition with id 'authn/Password'
2015-08-03 19:39:34,740 - DEBUG [org.springframework.webflow.engine.impl.FlowExecutionImpl:250] - Resuming in org.springframework.webflow.mvc.servlet.MvcExternalContext at 604b7cf
2015-08-03 19:39:34,741 - DEBUG [org.springframework.webflow.mvc.view.AbstractMvcView:216] - Processing user event 'proceed'
2015-08-03 19:39:34,741 - DEBUG [org.springframework.webflow.mvc.view.AbstractMvcView:238] - No model to bind to; done processing user event
2015-08-03 19:39:34,741 - DEBUG [org.springframework.webflow.engine.ViewState:229] - Event 'proceed' returned from view [ServletMvcView at 1fbf7a1f view = org.springframework.web.servlet.view.velocity.VelocityView: name 'login'; URL [login.vm]]
2015-08-03 19:39:34,742 - DEBUG [org.springframework.webflow.engine.Transition:214] - Executing [Transition at 53ea9981 on = proceed, to = ExtractUsernamePasswordFromFormRequest]



More information about the users mailing list