'Enterprise Access Package' includes two features typically requested of Enterprise customers: Single Sign On (SSO) and an Application Programming Interface (API)
What is SSO?
Single Sign-On lets your team use one corporate identity (e.g., Microsoft Entra ID, Okta, Google Workspace) to log into Mass Dynamics—no separate usernames or passwords to remember.
Why does it matter?
• Security: credentials stay inside your identity provider; if someone leaves, access is revoked centrally.
• Compliance: Satisfies IT policies (SOC 2, ISO 27001, HIPAA, GDPR) that require unified access control.
• User experience: scientists log in once and jump straight to data—zero password-reset tickets.
What is an API?
The Mass Dynamics API is a RESTful interface that lets you programmatically upload files, trigger analyses, retrieve results, and pipe insights into other tools (ELNs, LIMS, BI dashboards, notebooks).
Why does it matter?
• Security: credentials stay inside your identity provider; if someone leaves, access is revoked centrally.
• Compliance: Satisfies IT policies (SOC 2, ISO 27001, HIPAA, GDPR) that require unified access control.
• User experience: scientists log in once and jump straight to data—zero password-reset tickets.
Why would my lab need it?
• Automate at scale: move thousands of datasets without manual drag-and-drop.
• Connect the stack: keep your existing pipelines (Nextflow, Snakemake, Galaxy) and push/pull data on demand.
• Own your data: fetch results in JSON/CSV to feed downstream statistics or ML models.
• Reproducibility: scripted uploads guarantee consistent metadata and version tracking.