Trying to create a small spnego testsetup based on maven-overlay and cas 5.0.4 . added spnego-webflow as the only dependency.
2017-03-21 10:48:15,120 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created evaluate action for expression negociateSpnego>
2017-03-21 10:48:15,120 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created action state startSpnegoAuthenticate>
2017-03-21 10:48:15,120 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Added action to the action state startSpnegoAuthenticate list of actions: list[[EvaluateAction@1b00735d expression = negociateSpnego, resultExpression = [null]]]>
2017-03-21 10:48:15,122 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created evaluate action for expression spnego>
2017-03-21 10:48:15,123 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created action state spnego>
2017-03-21 10:48:15,123 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Added action to the action state spnego list of actions: list[[EvaluateAction@15c78e4d expression = spnego, resultExpression = [null]]]>
2017-03-21 10:48:15,123 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created evaluate action for expression clearWebflowCredentialsAction>
2017-03-21 10:48:15,131 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created evaluate action for expression baseSpnegoClientAction>
2017-03-21 10:48:15,132 DEBUG [org.apereo.cas.web.flow.SpengoWebflowConfigurer] - <Created action state evaluateClientRequest>
processing of a login request doesn't show calling these spnego actions. as a result the spnego auth is not triggered.
So can somebody confirm that the spnego-webflow is really triggered without modifying some xml files?