github.com/versent/saml2aws@v2.17.0+incompatible/pkg/provider/keycloak/example/assertion.html (about) 1 <HTML> 2 3 <HEAD> 4 <TITLE>SAML HTTP Post Binding</TITLE> 5 <SCRIPT> if (typeof history.replaceState === 'function') { history.replaceState({}, "some title", "https://id.example.com/auth/realms/master/login-actions/authenticate?client_id=urn%3Aamazon%3Awebservices"); }</SCRIPT> 6 </HEAD> 7 8 <BODY Onload="document.forms[0].submit()"> 9 <FORM METHOD="POST" ACTION="https://signin.aws.amazon.com/saml"> 10 <INPUT TYPE="HIDDEN" NAME="SAMLResponse" VALUE="abc123" 11 /> 12 <NOSCRIPT> 13 <P>JavaScript is disabled. We strongly recommend to enable it. Click the button below to continue.</P> 14 <INPUT TYPE="SUBMIT" 15 VALUE="CONTINUE" /> 16 </NOSCRIPT> 17 </FORM> 18 </BODY> 19 20 </HTML>