- List all authorization servers for an MCP server
Lists all authorization servers for a third-party Model Context Protocol (MCP) server.
For DISCOVERABLE MCP servers, authorization servers are automatically discovered from the MCP server's .well-known/oauth-protected-resource endpoint and populated from the .well-known/oauth-authorization-server endpoint, and their operational status is managed automatically through that detection process.
The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the Link response header. See Pagination and Link header.
Filters the results with a filtering expression. This supports the following operators:
eqoperator for thestatusproperty
Note: This operation requires URL encoding. See Special characters.
curl -i -X GET \
'https://subdomain.okta.com/resource-servers/api/v1/mcp-servers/ems8nUa7p0g4zrZbs2f4/authorization-servers?after=string&limit=20&filter=status%20eq%20%22ACTIVE%22'OK
Specifies link relations (see Web Linking) available using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations.
{ "data": [ { … }, { … }, { … }, { … }, { … } ], "_links": { "self": { … }, "parent": { … } } }