Skip to content

Instantly share code, notes, and snippets.

@wgthom
Created March 5, 2016 17:39
Show Gist options
  • Save wgthom/c0771b5e6799dadebe05 to your computer and use it in GitHub Desktop.
Save wgthom/c0771b5e6799dadebe05 to your computer and use it in GitHub Desktop.
{
"@class" : "org.jasig.cas.support.saml.services.SamlRegisteredService",
"serviceId" : "^https:\/\/sp\\.example\\.org.+",
"name" : "SAMLService",
"id" : 1001,
"evaluationOrder" : 10,
"metadataLocation" : "file://Users/thompsow/src/spring-sp/src/main/resources/metadata/sp-metadata.xml",
"attributeReleasePolicy" : {
"@class" : "org.jasig.cas.services.ReturnAllAttributeReleasePolicy",
"authorizedToReleaseCredentialPassword" : false,
"authorizedToReleaseProxyGrantingTicket" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment