Connect exposes several metadata endpoints in order to be compatible with a wide array of clients that support discovery and automatic configuration.
This discovery endpoint provides the standard configuration for OpenID clients to interact with WorkOS Connect.
curl https://<subdomain>.authkit.app/.well-known/openid-configuration
GET/.well-known /openid-configurationReturns objectThis endpoint provides RFC 6749-compatible OAuth Authorization Server metadata.
Model Context Protocol (MCP) clients that support the latest version of the specification use this endpoint. Read more here about how to use AuthKit as an authorization server for an MCP server.
curl https://<subdomain>.authkit.app/.well-known/oauth-authorization-server
GET/.well-known /oauth-authorization-serverReturns object