Authorize
A user completes provider OAuth or an administrator saves a scoped provider credential.
What enters the platform, where credentials and authorization records are stored, and how requests move through the MCP gateway.
A user completes provider OAuth or an administrator saves a scoped provider credential.
Raw secrets go to Key Vault; the portal retains references and configuration metadata.
Organization, user, token-hash, platform, and capability state is pushed to the MCP control plane.
The gateway validates identity and policy before a connector calls its provider API.
OAuth access tokens and portal-issued API keys are synchronized and looked up by SHA-256 hash. Raw OAuth access tokens are returned to the client at issuance and are not stored in plaintext in the OAuth token table.
OAuth access tokens expire after 28,800 seconds (8 hours). Refresh tokens expire after 7,776,000 seconds (90 days) and are single-use when rotated.
Explicit revocation disables the token immediately. Detaching a provider removes its active credential path and schedules the updated organization state for synchronization.