Hi All,Does any one succeed to integrate CAS with Shibboleth? I am following the guide on page
but get stuck at step defining SamlMetadataUIParserAction.
If I add the entry
<on-entry>
...
<evaluate expression="samlMetadataUIParserAction" />
...
</on-entry>
into login-webflow.xml the app would fail to start due to error:
Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'samlMetadataUIParserAction' cannot be found on object of type 'org.springframework.webflow.engine.impl.RequestControlContextImpl' - maybe not public?
And I find nothing about this error on google or bing. Does any one know this issue?
Any input are appreciated!