Re: MFA with GlobalProtect

2022-03-07 Thread Adam Mercer
On Mon, Mar 7, 2022 at 6:51 PM Adam Mercer wrote: > Thanks a lot, I've installed this script and then run: > > $ ./gp-saml-gui --portal vpn.address.com > > it tells me to use --portal if I specify --gateway, I authenticate and > then when I try to run the command it returns I get the following: >

Re: MFA with GlobalProtect

2022-03-07 Thread Adam Mercer
On Mon, Mar 7, 2022 at 5:50 PM Daniel Lenski wrote: > For now, I recommend that you try out > https://github.com/dlenski/gp-saml-gui, which is a front-end script > that I wrote to do the authentication via a graphical pop-up, and then > to pass the correct arguments along to OpenConnect. Thanks

Re: MFA with GlobalProtect

2022-03-07 Thread Daniel Lenski
On Fri, Mar 4, 2022 at 9:55 AM Adam Mercer wrote: > > Hi > > We use a GlobalProtect VPN at work and they recently required the > usage of Microsoft MFA when connecting, I've been trying to get this > working with openconnect but have been having problems. I've built the > latest client from git an

MFA with GlobalProtect

2022-03-04 Thread Adam Mercer
Hi We use a GlobalProtect VPN at work and they recently required the usage of Microsoft MFA when connecting, I've been trying to get this working with openconnect but have been having problems. I've built the latest client from git and am using: # openconnect --protocol=gp vpn.address.com and th