You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Email address redirects to second portal on a second domain, which prompts for smartcard or user/pass auth
Choice on second portal does not redirect, it uses JS to change the form displayed to either query the user's browser for a cert, or ask for user/pass
I can't find a way to convince network-manager-openconnect to follow multiple forms through.
As-is, trying to log in gives:
HTTP body length: (1289)
SAML authentication via REDIRECT to https://login.domain.com/{guid}/saml2?SAMLRequest=foo&RelayState=bar is required.
Must specify destination form field by appending :field_name to login URL.
Failed to parse server response
Response was:<?xml version="1.0" encoding="UTF-8" ?>
<prelogin-response>
<status>Success</status>
<ccusername></ccusername>
<autosubmit>false</autosubmit>
<msg></msg>
<newmsg></newmsg>
<license>yes</license>
<authentication-message>Enter login credentials</authentication-message>
<panos-version>1</panos-version><saml-auth-status>0</saml-auth-status>
<saml-auth-method>REDIRECT</saml-auth-method><saml-request>foo</saml-request><region>US</region>
</prelogin-response>
If I set the URL of the gateway to a full URL and add a suffix with the name of the for the first form, I get a 512 error.
The text was updated successfully, but these errors were encountered:
… it uses JS to change the form displayed to either query the user's browser for a cert, or ask for user/pass
Unless I'm misunderstanding something, this isn't an issue with network-manager-openconnect per se. It won't work with the command-line version of openconnect v8.02 either, for which nm-openconnect is just a GUI wrapper.
I am the developer of OpenConnect's globalprotect protocol support, and don't have access to a GP VPN that uses SAML authentication, so I really can't develop support for it myself.
Our auth portal is multi-form:
I can't find a way to convince network-manager-openconnect to follow multiple forms through.
As-is, trying to log in gives:
If I set the URL of the gateway to a full URL and add a suffix with the name of the for the first form, I get a 512 error.
The text was updated successfully, but these errors were encountered: