3 Answers
- Newest
- Most votes
- Most comments
1
You are right, the note is mentioned in the documentation:
https://docs.aws.amazon.com/vpn/latest/clientvpn-user/connect.html
Note:
For SAML-based federated authentication, you must use the AWS provided client to connect to a Client VPN endpoint. For more information, see Connect using an AWS provided client or contact your VPN administrator.
0
Standard OpenVPN clients do not support AWS's auth-federate flow.
For macOS, I built awsvpn as a terminal interface around AWS's signed VPN engine:
https://github.com/lucassarcanjo/aws-vpn-cli
It still requires the official AWS VPN Client to be installed, so it is not a generic OpenVPN replacement.
answered a month ago
Relevant content
- AWS OFFICIALUpdated 3 years ago
