|
|
The Model Context Protocol (beta) is currently offered in preview mode and provides only basic functional validation. Full qualification and expanded capabilities will be introduced in future releases.
|
{
"ResourceServerSettings": {
"authorizationServers": "<Authorization_Server>",
"globalResourceName": "ThingWorx Resource
}
"uriScopes": [
{
"uri": "/Things/**",
“scopes": "THINGS",
"method": "GET",
"resourceName": “
]
}
|
Setting
|
Description
|
|---|---|
|
authorizationServers
|
Specifies the OAuth authorization servers that the ThingWorx Resource Server will trust for token validation.
|
|
globalResourceName
|
Defines the default protected resource namespace applied across the platform when no URI-specific resource name is defined.
|
|
uri
|
Present under uriScopes.
The API path or wildcard pattern to protect.
|
|
scopes
|
Present under uriScopes.
The OAuth scope required to access this endpoint.
|
|
method
|
Present under uriScopes.
The HTTP method (for example, GET, POST).
|
|
resourceName
|
Present under uriScopes.
Optional override to associate a specific protected resource with this URI.
|