]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Real GlobalProtect SAML authentication forms won't work without JavaScript
authorDaniel Lenski <dlenski@gmail.com>
Tue, 26 Sep 2023 19:08:45 +0000 (12:08 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Tue, 20 Feb 2024 01:53:29 +0000 (17:53 -0800)
commit1e02c779245c38ba935250ae3449efc7922c74da
tree252709559416fc7b4c1ef88137ad20c36fb4b933
parenta79bba7def373563b50b189ce555fa764662616f
Real GlobalProtect SAML authentication forms won't work without JavaScript

This adds a 'saml_needs_js' option to fake-gp-server.py.  If set, the fake
SAML login form that it generates won't work correctly without JavaScript
execution, just like a "real" GlobalProtect SAML server.

See 64a0ba69e53d065f4d2ba4e89e6ff10926d6c895 for the use case for this fake
SAML authentication endpoint.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
tests/fake-gp-server.py