{
  "issuer": "https://ecosmarthomes.ie",
  "authorization_endpoint": "https://ecosmarthomes.ie/api/oauth/authorize",
  "token_endpoint": "https://ecosmarthomes.ie/api/oauth/token",
  "userinfo_endpoint": "https://ecosmarthomes.ie/api/oauth/userinfo",
  "jwks_uri": "https://ecosmarthomes.ie/api/oauth/jwks.json",
  "registration_endpoint": "https://ecosmarthomes.ie/api/oauth/register",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "read:retrofit_plans",
    "read:ber_analysis",
    "read:grant_guidance",
    "execute:skills"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code id_token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "service_documentation": "https://ecosmarthomes.ie/agent-skills.html"
}
