{
  "@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^(https|imaps)://.*"
  "name" : "SAMPLE-APP",
  "id" : 100,
  "description" : "This configuration is for SAMPLE-APP",
  "evaluationOrder" : 100
  "logoutType" : "BACK_CHANNEL",
  "logoutUrl" : "OBTAINED_FROM_AZURE_CONFIG"
  "attributeReleasePolicy" : {
    "@class" : "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy",
    "allowedAttributes" : {
      "@class" : "java.util.TreeMap",
      "userid" : "groovy { return attributes['http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name']}"
      "displayname" : "groovy { return attributes['http://schemas.microsoft.com/identity/claims/displayname']}"
    }
   }
}

