{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "RenewIdOnLogin" : {
      "type" : "boolean",
      "description" : "Session identifier will be renewed on login to prevent the 'Session Fixation' attack.",
      "default" : "true"
    }
  },
  "additionalProperties" : false
}
