| [ Web Proxy ] |
| Viewing: https://dev.extole.com/docs/mcp-authentication | [Back] [Original] |
Choose between OAuth and access token authentication for Extole MCP clients.
This should only be used if you are not accessing MCP using one of the popular AI tools.
The Extole MCP Server supports two authentication methods:
| OAuth 2.0 | Access Token | |
|---|---|---|
| Best for | Individual users who want quick, secure setup | Admins managing tokens centrally, or automated workflows |
| Setup complexity | Low browser-based flow | Medium manual configuration |
| Token management | Automatic | Manual |
| Permissions | Uses your Extole permissions | Uses the token creator's permissions |
OAuth lets MCP clients connect to Extole without requiring you to manually create and manage access tokens. When you connect, Extole creates an access token on your behalf and links it to your user account.
The flow uses OAuth 2.1 with PKCE (Proof Key for Code Exchange) for secure, user-delegated access.
After authorization, all MCP requests use your Extole permissions and access controls.
https://mcp.extole.com
To revoke access, navigate to the My.Extole Security Center and delete the token associated with the client.
Use this method when:
https://mcp.extole.com
Pass the token as an Authorization: Bearer <YOUR_ACCESS_TOKEN> header.
Authorization flow doesn't start Verify your MCP client supports OAuth 2.1 with PKCE and that you're using the correct server URL.
Queries succeed but return no data Confirm your Extole user account has permission to access the programs or reports you're querying.
Access token authentication fails Verify the token is active and hasn't been revoked.
Updated 3 months ago
| Web Proxy Viewer | New URL | Original Page |