|
|
|
@ -19,8 +19,6 @@
|
|
|
|
|
"passive" : "true",
|
|
|
|
|
"signRequests" : "true",
|
|
|
|
|
"assertionEncryptionEnabled" : "false"
|
|
|
|
|
//"acsURL" : "https://localhost:9443/api-store/jagg/jaggery_acs.jag", //In passive or request signing mode, use only if default Assertion Consumer Service URL needs to be overidden
|
|
|
|
|
//"nameIdPolicy" : "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified", //If not specified, 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified' will be used
|
|
|
|
|
},
|
|
|
|
|
"oidcConfiguration" : {
|
|
|
|
|
"enabled" : "false",
|
|
|
|
@ -48,13 +46,10 @@
|
|
|
|
|
"repliesPerPage" : "5",
|
|
|
|
|
"resourceIdentifier" : "common"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"reverseProxy" : {
|
|
|
|
|
"enabled" : false, // values true , false , "auto" - will look for X-Forwarded-* headers
|
|
|
|
|
"host" : "sample.proxydomain.com", // If reverse proxy do not have a domain name use IP
|
|
|
|
|
"enabled" : false,
|
|
|
|
|
"host" : "sample.proxydomain.com",
|
|
|
|
|
"context":""
|
|
|
|
|
//"regContext":"" // Use only if different path is used for registry
|
|
|
|
|
},
|
|
|
|
|
"mapExistingAuthApps" : false
|
|
|
|
|
|
|
|
|
|