Last active
August 29, 2015 14:05
-
-
Save sstadelman/478e411d276f252e4f29 to your computer and use it in GitHub Desktop.
Example SAP Discovery Service config payload for SAML2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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