7 Matching Annotations
  1. Last 7 days
  2. docs-staging.docs.admlabs.aws.swinfra.net docs-staging.docs.admlabs.aws.swinfra.net
    1. Display name shown in logs and admin UI.

      It's not true, the clients are logged by id and we have no admin UI. The name is not used by Octane, it is like a label or a description for a customer to better understand what is this client.

    2. OAuth 2.1 authentication
      1. Don't we want to say that the authentication process is described by the OAuth 2.1 specification? I mean the explanation to the customers why this documentation doesn't describe the OAuth 2.1 login flow.

      2. The OAuth 2.1 metadata url is <server>/.well-known/oauth-authorization-server

      3. MCP client MUST use the Authorization request header field with the received access token: Authorization: Bearer <access-token>