Integrating MCP server with third-party identity providers

  • Release version: Australia
  • Updated June 19, 2026
  • 1 minute to read
  • 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