Minor fix

Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/eca606d5
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/eca606d5
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/eca606d5

Branch: refs/heads/master
Commit: eca606d51b97382234c2753c0510acf923917124
Parents: 25471cf
Author: Colm O hEigeartaigh <[email protected]>
Authored: Fri Dec 9 18:04:40 2016 +0000
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Fri Dec 9 18:04:40 2016 +0000

----------------------------------------------------------------------
 .../idp/src/main/webapp/WEB-INF/flows/saml-signin-request.xml    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/eca606d5/services/idp/src/main/webapp/WEB-INF/flows/saml-signin-request.xml
----------------------------------------------------------------------
diff --git a/services/idp/src/main/webapp/WEB-INF/flows/saml-signin-request.xml 
b/services/idp/src/main/webapp/WEB-INF/flows/saml-signin-request.xml
index d0f010c..2ca686c 100644
--- a/services/idp/src/main/webapp/WEB-INF/flows/saml-signin-request.xml
+++ b/services/idp/src/main/webapp/WEB-INF/flows/saml-signin-request.xml
@@ -145,12 +145,10 @@
     
     <action-state id="validateEndpointAddress">
         <on-entry>
-            <evaluate 
expression="authnRequestParser.retrieveConsumerURL(flowRequestContext)" 
-                      result="flowScope.consumerURL"/>
             <evaluate 
expression="authnRequestParser.retrieveRealm(flowRequestContext)" 
                           result="flowScope.realm"/>
         </on-entry>
-        <evaluate 
expression="passiveRequestorValidator.isValid(flowRequestContext, 
flowScope.consumerURL, flowScope.realm)"/>
+        <evaluate 
expression="passiveRequestorValidator.isValid(flowRequestContext, 
flowScope.return_address, flowScope.realm)"/>
         <transition on="yes" to="requestRpToken" />
         <transition on="no" to="viewBadRequest" />
     </action-state>

Reply via email to