diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-21 10:20:24 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-21 10:20:24 +0200 |
commit | 3547ac6152cd8fce365f0f01197a205f639e3313 (patch) | |
tree | db5829a953ddace9de0f956901bd617ce276e522 | |
parent | 2052b3df0cd78cc22344e092d9b63af52cf9cfaf (diff) | |
download | moa-id-spss-3547ac6152cd8fce365f0f01197a205f639e3313.tar.gz moa-id-spss-3547ac6152cd8fce365f0f01197a205f639e3313.tar.bz2 moa-id-spss-3547ac6152cd8fce365f0f01197a205f639e3313.zip |
change SAML2 POST binding target to _top
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/templates/saml2-post-binding-moa.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/templates/saml2-post-binding-moa.vm b/id/server/idserverlib/src/main/resources/resources/templates/saml2-post-binding-moa.vm index cac0bda76..8beb601c6 100644 --- a/id/server/idserverlib/src/main/resources/resources/templates/saml2-post-binding-moa.vm +++ b/id/server/idserverlib/src/main/resources/resources/templates/saml2-post-binding-moa.vm @@ -18,7 +18,7 @@ </p> </noscript> - <form action="${action}" method="post" target="_parent"> + <form action="${action}" method="post" target="_top"> <div> #if($RelayState)<input type="hidden" name="RelayState" value="${RelayState}"/>#end |