Section 1
MCP Auth
Lock down the MCP server you're standing up.
Northwind's platform team has built loan-ops-mcp, an MCP server exposing lookup_loan, approve_loan, and export_customer_data. Behind it sit two backends — the internal Loan System (API key) and HubSpot (OAuth). Five steps. Each one is what Descope adds.
How it fits together
The big picture. Each step below zooms into one part of this flow.
Authenticate · scoped JWT
Downstream credential (Connections)
- 1Open →The unprotected serverA bare MCP call approves a loan. No auth.
- 2Open →SSO login & the consentOkta SSO. Roles arrive in the token.
- 3Open →Authorized clientsOnly registered AI tools can connect.
- 4Open →Tool-level scopesRoles in the JWT decide which tools each user can call.
- 5Open →Calling your backend APIsLoan System (API key) and HubSpot (OAuth), unified.