Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sstadelman/478e411d276f252e4f29 to your computer and use it in GitHub Desktop.
Save sstadelman/478e411d276f252e4f29 to your computer and use it in GitHub Desktop.
Example SAP Discovery Service config payload for SAML2
{
"host": "ciatjavahanamobile-x000003.neo.ondemand.com",
"port": 443,
"protocol": "https",
"auth": [
{
"type": "saml2.web.post",
"config": {
"saml2.web.post.authchallengeheader.name": "com.sap.cloud.security.login",
"saml2.web.post.finish.endpoint.uri": "/SAMLAuthLauncher",
"saml2.web.post.finish.endpoint.redirectparam": "finishEndpointParam"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment