Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAS is not supported by the client #3

Open
thor0215 opened this issue Aug 2, 2024 · 3 comments
Open

CAS is not supported by the client #3

thor0215 opened this issue Aug 2, 2024 · 3 comments

Comments

@thor0215
Copy link

thor0215 commented Aug 2, 2024

I'm getting the error below when attempting to connect to my employer's GP VPN. They use the portal

CAS is not supported by the client. Minimum client version is 6.0
Failed to complete authentication

@ahsand97
Copy link
Owner

ahsand97 commented Aug 3, 2024

CAS is not supported by the client. Minimum client version is 6.0

can you post the whole output of the script so I can see where is it failing

@thor0215
Copy link
Author

thor0215 commented Aug 5, 2024

It looks like the script never got the SAML URL: I've replace the company name with company

python3 connect_to_global_protect_vpn_using_nmcli.py --connection-name "Company GP VPN" --vpn-portal "vpn-global.opentext.com" --vpn-os "win" --vpn-user-groups "portal" 

VPN connection "Company GP VPN" with uuid "5c18a9d3-cd99-4f56-ac34-f62a668b5135", vpn protocol "gp" and vpn portal "vpn-global.company.com" found, using it to connect with nmcli...

1. Getting URL to perform SAML authentication...
Running command: "openconnect --non-inter --protocol=gp --usergroup=portal --os=win vpn-global.company.com"

No URL was found to perform SAML authentication, try again.

@ahsand97
Copy link
Owner

ahsand97 commented Aug 6, 2024

It looks like the script never got the SAML URL: I've replace the company name with company

python3 connect_to_global_protect_vpn_using_nmcli.py --connection-name "Company GP VPN" --vpn-portal "vpn-global.opentext.com" --vpn-os "win" --vpn-user-groups "portal" 

VPN connection "Company GP VPN" with uuid "5c18a9d3-cd99-4f56-ac34-f62a668b5135", vpn protocol "gp" and vpn portal "vpn-global.company.com" found, using it to connect with nmcli...

1. Getting URL to perform SAML authentication...
Running command: "openconnect --non-inter --protocol=gp --usergroup=portal --os=win vpn-global.company.com"

No URL was found to perform SAML authentication, try again.

If you run the openconnect command printed out in step 1, what do you get? or how did the "CAS is not supported by the client. Minimum client version is 6.0" error come up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants