Fixing "redirectToLocalIDP"

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

Branch: refs/heads/master
Commit: a1f6f205f82a505bb3d1420f674c6a7df41d9e56
Parents: feae9f2
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Mar 15 17:09:32 2016 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Mar 15 17:09:32 2016 +0000

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/flows/saml-validate-request.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/a1f6f205/services/idp/src/main/webapp/WEB-INF/flows/saml-validate-request.xml
----------------------------------------------------------------------
diff --git 
a/services/idp/src/main/webapp/WEB-INF/flows/saml-validate-request.xml 
b/services/idp/src/main/webapp/WEB-INF/flows/saml-validate-request.xml
index 55f97d6..5103c4b 100644
--- a/services/idp/src/main/webapp/WEB-INF/flows/saml-validate-request.xml
+++ b/services/idp/src/main/webapp/WEB-INF/flows/saml-validate-request.xml
@@ -113,13 +113,8 @@
         <on-entry>
             <set name="flowScope.localIdpUrl"
                 value="flowScope.idpConfig.idpUrl
-                +'?wa=wsignin1.0'
-                +'&amp;wreply='+flowScope.wreply
-                +'&amp;wtrealm='+flowScope.wtrealm
-                +(flowScope.wctx != null ? '&amp;wctx='+flowScope.wctx : '')
-                +(flowScope.wfresh != null ? '&amp;wfresh='+flowScope.wfresh : 
'')
-                +(flowScope.whr != null ? '&amp;whr='+flowScope.whr : '')
-                +(flowScope.wreq != null ? '&amp;wreq='+flowScope.wreq : '')">
+                +'?RelayState='+flowScope.RelayState
+                +'&amp;SAMLRequest='+flowScope.SAMLRequest">
             </set>
         </on-entry>
     </end-state>

Reply via email to