Skip to content

/AWS1/CL_DOAMCPSERVERAUTHCFG

Authorization configuration options for MCP server, supporting OAuth, API key, bearer token, and authorization discovery methods.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_oauthclientcredentials TYPE REF TO /AWS1/CL_DOAMCPSRVOAUTHCLICR00 /AWS1/CL_DOAMCPSRVOAUTHCLICR00

MCP server configuration with OAuth client credentials.

io_oauth3lo TYPE REF TO /AWS1/CL_DOAMCPSRVOAUTH3LOCFG /AWS1/CL_DOAMCPSRVOAUTH3LOCFG

MCP server configuration with OAuth 3LO.

io_apikey TYPE REF TO /AWS1/CL_DOAMCPSERVERAPIKEYCFG /AWS1/CL_DOAMCPSERVERAPIKEYCFG

MCP server configuration with API key authentication.

io_bearertoken TYPE REF TO /AWS1/CL_DOAMCPSRVBRERTOKENCFG /AWS1/CL_DOAMCPSRVBRERTOKENCFG

MCP server configuration with Bearer token (RFC 6750).

io_authorizationdiscovery TYPE REF TO /AWS1/CL_DOAMCPSRVAUTHDISCCFG /AWS1/CL_DOAMCPSRVAUTHDISCCFG

MCP server authorization discovery configuration.


Queryable Attributes

oAuthClientCredentials

MCP server configuration with OAuth client credentials.

Accessible with the following methods

Method Description
GET_OAUTHCLIENTCREDENTIALS() Getter for OAUTHCLIENTCREDENTIALS

oAuth3LO

MCP server configuration with OAuth 3LO.

Accessible with the following methods

Method Description
GET_OAUTH3LO() Getter for OAUTH3LO

apiKey

MCP server configuration with API key authentication.

Accessible with the following methods

Method Description
GET_APIKEY() Getter for APIKEY

bearerToken

MCP server configuration with Bearer token (RFC 6750).

Accessible with the following methods

Method Description
GET_BEARERTOKEN() Getter for BEARERTOKEN

authorizationDiscovery

MCP server authorization discovery configuration.

Accessible with the following methods

Method Description
GET_AUTHORIZATIONDISCOVERY() Getter for AUTHORIZATIONDISCOVERY