{
  "issuer": "https://auth.meso.fitness",
  "authorization_endpoint": "https://auth.meso.fitness/oauth2/authorize",
  "token_endpoint": "https://auth.meso.fitness/oauth2/token",
  "registration_endpoint": "https://auth.meso.fitness/oauth2/register",
  "revocation_endpoint": "https://auth.meso.fitness/oauth2/revoke",
  "jwks_uri": "https://auth.meso.fitness/oauth2/jwks",
  "scopes_supported": [
    "program:read",
    "program:write",
    "logs:write",
    "profile:read"
  ],
  "response_types_supported": ["code"],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_basic"],
  "agent_auth": {
    "identity_endpoint": "https://auth.meso.fitness/agent/identity",
    "identity_types_supported": ["anonymous", "identity_assertion", "service_auth"],
    "identity_assertion": {
      "assertion_types_supported": ["urn:ietf:params:oauth:token-type:id-jag"]
    },
    "claim_endpoint": "https://auth.meso.fitness/agent/claim",
    "events_endpoint": "https://auth.meso.fitness/agent/events",
    "skill": "https://meso.fitness/auth.md"
  }
}
