July 29, 2020
CDD Vault Update (July 2020): Create and Delete Files via the API and Use Single Sign On (SSO) to Access Your CDD Vault
CDD wishes all our customers a safe and happy Summer!
CDD Vault API Now Allows GET, POST and DELETE Calls for File Attachments
CDD Vault users attach files to various objects within the CDD Vault platform. These attached files may be retrieved or deleted via the CDD Vault Application Programmable Interface (API). Additionally, new files can now be attached to Runs, Protocol definitions and Molecules using API calls. As an example, you may attach a file to a Run of Protocol using the following API call:POST /api/v1/vaults/<vault_id>/files
An example curl command demonstrates how to attach a file to Runs, Protocol definitions and Molecules.
curl -H "X-CDD-Token: $TOKEN" -X POST --form
"file=@C:\files\<file_name>" --form "resource_class=run" --form
"resource_id=<run_id>"
"https://app.collaborativedrug.com/api/v1/vaults/<vault_id>/files"
Note: The allowed resource_class values for the POST Files API call are Run, Protocol or Molecule. The above curl command would return this result:
{
"id": "1069448044"
"name": "<file_name>"
}
Please see the CDD Vault Support Portal
Knowledgebase article
for additional details.
CDD Vault Supports Single Sign On (SSO) Authentication
CDD Vault can now be configured to use a customer’s single sign-on (SSO) solution. Once enabled, the traditional password-based login to CDD Vault is disabled for all users. The customer will have complete control over user authentication: they can configure their SSO solution to enforce whatever controls are desired, including IP restrictions, second-factor challenges or physical security keys.
What your team needs from CDD
- Entity ID:
https://app.collaborativedrug.com/ - Assertion Consumer Service (ACS) URL:
https://app.collaborativedrug.com/user/saml_authentication
What CDD needs from your team - to configure your Identity Provider (iDP)
- Please send the SAML 2.0 Metadata to CDD Support
To enable SSO, users cannot belong to CDD Vaults managed by another company. All users must be authenticated by the company’s SSO system. Additional user accounts are required to access Vaults managed by more than one company.
Other posts you might be interested in
View All Posts
News
2 min
November 20, 2024
Collaborative Drug Discovery Receives SOC 2 Type II Compliance Attestation
Read More
CDD Blog
8 min
November 19, 2024
Drug Discovery Industry Roundup with Barry Bunin — November, 19 2024
Read More
CDD Vault Snack
4 min
November 18, 2024
Vault Snack #25 - All About CDD Vault Templates
Read More