Skip to content

Instantly share code, notes, and snippets.

@CJHarms
Created July 15, 2016 06:42
Show Gist options
  • Select an option

  • Save CJHarms/474a113e7ae0356d559aa07a6ee7e8a1 to your computer and use it in GitHub Desktop.

Select an option

Save CJHarms/474a113e7ae0356d559aa07a6ee7e8a1 to your computer and use it in GitHub Desktop.
NetScaler Sharefile SAML IDP
add authentication samlIdPProfile auth_prof_saml_idp_Sharefile -samlSPCertName Sharefile-SP-Certificate -samlIdPCertName SAML-SigningCert -assertionConsumerServiceURL "https://customer.sharefile.eu/saml/acs" -samlIssuerName "https://login.example.com/saml/login" -NameIDFormat emailAddress -NameIDExpr "HTTP.REQ.USER.ATTRIBUTE(1)"
add authentication samlIdPPolicy auth_pol -rule "HTTP.REQ.HEADER(\"Referer\").CONTAINS(\"sharefile\")" -action auth_prof_saml_idp_Sharefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment