apache-saml-sso/app_request_content.json

87 lines
3.2 KiB
JSON

{
"name": "test_saml_app",
"inboundProtocolConfiguration": {
"saml": {
"manualConfiguration": {
"assertionConsumerUrls": [
"https://app-server-a:8080/"
],
"attributeProfile": {
"alwaysIncludeAttributesInResponse": false,
"enabled": true
},
"defaultAssertionConsumerUrl": "https://app-server-a:8080/",
"enableAssertionQueryProfile": false,
"idpEntityIdAlias": "",
"issuer": "saml-test-issuer",
"requestValidation": {
"enableSignatureValidation": true,
"signatureValidationCertAlias": "wso2carbon"
},
"responseSigning": {
"enabled": true,
"signingAlgorithm": "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"
},
"serviceProviderQualifier": "",
"singleLogoutProfile": {
"enabled": false,
"idpInitiatedSingleLogout": {
"enabled": false,
"returnToUrls": []
},
"logoutMethod": "BACKCHANNEL",
"logoutRequestUrl": "",
"logoutResponseUrl": ""
},
"singleSignOnProfile": {
"assertion": {
"audiences": [],
"digestAlgorithm": "http://www.w3.org/2001/04/xmlenc#sha256",
"encryption": {
"assertionEncryptionAlgorithm": "http://www.w3.org/2009/xmlenc11#aes256-gcm",
"enabled": true,
"keyEncryptionAlgorithm": "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
},
"nameIdFormat": "urn/oasis/names/tc/SAML/1.1/nameid-format/emailAddress",
"recipients": []
},
"attributeConsumingServiceIndex": "",
"bindings": [
"HTTP_POST",
"HTTP_REDIRECT"
],
"enableIdpInitiatedSingleSignOn": false,
"enableSignatureValidationForArtifactBinding": false
}
}
}
},
"authenticationSequence": {
"type": "DEFAULT",
"steps": [
{
"id": 1,
"options": [
{
"idp": "LOCAL",
"authenticator": "basic"
}
]
}
],
"subjectStepId": 1,
"attributeStepId": 1
},
"advancedConfigurations": {
"discoverableByEndUsers": false
},
"description": "Regular web applications which use redirection inside browsers.",
"templateId": "776a73da-fd8e-490b-84ff-93009f8ede85",
"provisioningConfigurations": {
"inboundProvisioning": {
"provisioningUserstoreDomain": "RemoteLDAP2",
"proxyMode": false
}
}
}