Prox · Authentication Profile

Prox Authentication

Authentication

Prox secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, deviceCode, and refreshToken flow(s).

CompanyArtificial IntelligenceMCPModel Context ProtocolManufacturingProduct SupportKnowledge BaseDocumentationAgents
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, deviceCode, refreshToken API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, deviceCode, refreshToken
OpenIDConnect openIdConnect

Source

Authentication Profile

prox-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://useprox.com/docs/mcp
docs: https://useprox.com/docs/mcp
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode, deviceCode, refreshToken]
  api_key_in: []
  notes: >-
    Prox exposes no API keys. Its hosted MCP server is protected by OAuth 2.1
    (PKCE / S256) with dynamic client registration, delegated to WorkOS AuthKit
    at signin.useprox.com. Access tokens are presented as bearer tokens in the
    Authorization header and scoped to the signed-in user's workspace.
schemes:
  - name: OAuth2
    type: oauth2
    source: https://mcp.useprox.com/.well-known/oauth-authorization-server
    issuer: https://signin.useprox.com
    resource: https://mcp.useprox.com
    bearer_methods: [header]
    code_challenge_methods: [S256]
    dynamic_client_registration: true
    client_id_metadata_document_supported: true
    flows:
      - flow: authorizationCode
        authorizationUrl: https://signin.useprox.com/oauth2/authorize
        tokenUrl: https://signin.useprox.com/oauth2/token
      - flow: deviceCode
        deviceAuthorizationUrl: https://signin.useprox.com/oauth2/device_authorization
        tokenUrl: https://signin.useprox.com/oauth2/token
      - flow: refreshToken
        tokenUrl: https://signin.useprox.com/oauth2/token
    endpoints:
      registration: https://signin.useprox.com/oauth2/register
      introspection: https://signin.useprox.com/oauth2/introspection
      jwks_uri: https://signin.useprox.com/oauth2/jwks
      userinfo: https://signin.useprox.com/oauth2/userinfo
    token_endpoint_auth_methods: [none, client_secret_post, client_secret_basic]
    scopes: [openid, profile, email, offline_access]
  - name: OpenIDConnect
    type: openIdConnect
    source: https://signin.useprox.com/.well-known/openid-configuration
    openIdConnectUrl: https://signin.useprox.com/.well-known/openid-configuration
    id_token_signing_alg: [RS256]
    subject_types: [public]