https://bugs.kde.org/show_bug.cgi?id=444500

--- Comment #1 from jdbar...@isi.edu ---
The saml handshake decoded from base 64:

<html>
<body>
<form id="myform" method="POST"
action="https://testingurl.oktapreview.com/app/panw_globalprotect/ex*****d6/sso/saml";>
<input type="hidden" name="SAMLRequest" value="PH...c3Q+" />
<input type="hidden" name="RelayState" value="NwM******==" />
</form>
<script>
  document.getElementById('myform').submit();
</script>
</body>
</html>

and the SAML request itself:

<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
AssertionConsumerServiceURL="https://vpn.host.net:443/SAML20/SP/ACS";
Destination="https://testingurl.oktapreview.com/app/panw_globalprotect/ex*****1d6/sso/saml";
ID="_46******53c" IssueInstant="2021-10-27T18:14:30Z"
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Version="2.0"><saml:Issuer
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">https://vpn.host.net:443/SAML20/SP</saml:Issuer></samlp:AuthnRequest

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to