diff --git a/.schema/config.schema.json b/.schema/config.schema.json index 45614396c3f..ca25a6ab9d3 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -423,6 +423,11 @@ "description": "Sets the session cookie name. Use with care!", "type": "object", "properties": { + "device_csrf": { + "type": "string", + "title": "CSRF Cookie Name", + "default": "ory_hydra_device_csrf" + }, "login_csrf": { "type": "string", "title": "CSRF Cookie Name", diff --git a/spec/config.json b/spec/config.json index a0dd7ea8880..b758aecff3a 100644 --- a/spec/config.json +++ b/spec/config.json @@ -464,6 +464,11 @@ "description": "Sets the session cookie name. Use with care!", "type": "object", "properties": { + "device_csrf": { + "type": "string", + "title": "CSRF Cookie Name", + "default": "ory_hydra_device_csrf" + }, "login_csrf": { "type": "string", "title": "CSRF Cookie Name",