Implicit Firm Isolation
Every token is cryptographically bound to a specific firm’s AWS perimeter. When you authenticate, the resulting token automatically scopes your requests to your firm’s private VPC and S3 Vault resources.Authentication Flow
- Exchange Credentials: Submit your
client_idandclient_secret(or username/password) to the Scoutline Cognito endpoint. - Receive Token: Upon successful verification, you will receive an
id_tokenand anaccess_token. - Authorize Requests: Include the
access_tokenin theAuthorizationheader of every API call.
Multi-Factor Authentication (MFA)
For high-stakes legal operations (e.g., final court filings or permanent data deletion), the API may require an additional MFA challenge. In such cases, the server will return a403 Forbidden with a Challenge-Required header.