Reference
Reference
Reference material for SenseCrypt — the error-code taxonomy, the rate-limit policy, token validation, CORS, a glossary, and a troubleshooting guide.
Look-up material for building against and operating SenseCrypt.
In this section
Error codes
The full error taxonomy across OAuth/OIDC, SAML, SCIM, and the device plane, with HTTP statuses and the exact response envelopes.
Rate limits
The complete per-action rate-limit policy, the
429 response shape, and how the client IP is determined.Validate tokens
How to verify a SenseCrypt token — issuer, audience, ES256 signature against the JWKS, and the
kid selection rule.CORS
Which endpoints are CORS-enabled and how cross-origin browser requests are handled.
Glossary
Definitions of the terms used throughout the docs, in the precise sense SenseCrypt uses them.
Troubleshooting
Common problems and their fixes, from sign-in failures to self-hosting first-run issues.
See also
- Concepts — narrative explanations of the model.
- Guides — task-focused how-tos.
- API reference — the endpoint-level API documentation.
Relying party
Integrate your web application as an OIDC relying party against SenseCrypt using any conformant OIDC client library — no SenseCrypt-specific SDK required.
Error codes
The complete SenseCrypt error taxonomy — OAuth/OIDC, SAML, SCIM, and device-plane error codes, their HTTP statuses, the exact envelopes, and what each one means.