OAuth 2.0 Protected Resource Metadata (RFC 9728)
import requests
url = "https://{FUSION HOST}/api/.well-known/oauth-protected-resource"
response = requests.get(url)
print(response.text)OAuth 2.0 Protected Resource Metadata (RFC 9728)
Get protected resource metadata for Model Context Protocol (MCP) client discovery. Implements RFC 9728.
GET
/
.well-known
/
oauth-protected-resource
OAuth 2.0 Protected Resource Metadata (RFC 9728)
import requests
url = "https://{FUSION HOST}/api/.well-known/oauth-protected-resource"
response = requests.get(url)
print(response.text)Response
200 - application/json
OK
Was this page helpful?
⌘I