Does ServiceNow's MCP server console support federated token management?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
We would like ServiceNow's MCP server console to accept a 3rd party IDP generated access token to execute tools on the behalf of the user which should adhere to user's ACLs, In the below article, its mentioned federated access management is supported for A2A but I am a bit unclear for MCP server console?
https://www.servicenow.com/community/ceg-ai-coe-articles/mcp-the-protocol-powering-agentic-ai/ta-p/3...
I have also heard that ServiceNow MCP server console only supports authorization code grant type.
Has any one implemented Federated token management with ServiceNow's MCP server console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
@kalsam219 : MCP Server Console uses OAuth 2.0 with Authorization Code Grant to authenticate all connections. This is the only currently supported OAuth flow for MCP Server connections