# Cross-Origin Resource Sharing (CORS) By default, for security reasons, the SCIM interface is published for any server application, but not for client-side (javascript) applications. In order to allow client-side applications to query or modify SCIM objects, the CORS protocol states how to define the restrictions that apply to client-side applications. CORS settings can be tuned adding two [parameters:](https://bookstack.soffid.com/books/soffid-3-reference-guide/page/soffid-parameters "Soffid parameters")
Parameter | Value |
**soffid.scim.cors.origin** | Set a comma separated list of DNS domains allowed to perform SCIM operations. Set to \* to allow access from any domain |
**soffid.scim.cors.methods** | Set a comma-separated list of allowed operations. By default, it is set to **GET, OPTIONS, HEAD** To allow any operation, set it to **GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD** |