diff options
| -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 | 
