Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created February 6, 2015 05:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lantrix/f7cceaaee90cf9a5dbe5 to your computer and use it in GitHub Desktop.
Save lantrix/f7cceaaee90cf9a5dbe5 to your computer and use it in GitHub Desktop.
How to request SAML assertion from ADFS for Amazon Web Services using curl
curl https://youradfsserver.com.au/adfs/services/trust/13/usernamemixed --data @aws_saml_request.xml -H "Content-Type: application/soap+xml" --verbose -o "saml.xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment