Skip to content
Release: Australia · Updated: 2026-06-19 · Official documentation · View source

Integrating MCP server with third-party identity providers

Configure the ServiceNow® Model Context Protocol (MCP) server to authenticate users through a third-party identity provider (IDP).

When you integrate a third-party IDP with an MCP server, users authenticate through the external IDP instead of ServiceNow's native authentication. This process involves three phases:

  1. ServiceNow (Glide) configuration
  2. Third-part IDP setup
  3. Integration and testing

The first phase is ServiceNow (Glide) configuration that involves setting up the necessary tables and mappings within your ServiceNow instance. This has three steps:

  1. Configure the OIDC provider
  2. Create the MCP server
  3. Map the resource to the IDP

The second phase is Third-party IDP setup that involves setting up the application and authorization server within the IDP. This has three steps:

  1. Account setup
  2. Create an app integration
  3. Configure the authorization server

The final phase is Integration and testing that involves connecting the MCP client (such as Claude Desktop) to the configured systems. This involves three steps:

  1. Connect to the MCP client
  2. Authenticate
  3. Verify tool calls

  4. ServiceNow(Glide) configuration for IDP
    This process involves setting up the necessary tables and mappings within your ServiceNow instance. This includes configuring ServiceNow, creating the MCP server, and connecting the MCP client.

  5. Integrate and test IDP with MCP server
    This phase within integration of MCP server with IDP involves connecting the MCP client (such as Claude Desktop) to the configured systems.

Parent Topic:Connecting to an MCP server from an MCP client

Related topics

Integrate and test IDP with MCP server

ServiceNow(Glide) configuration for IDP