{
  "issuer": "https://bintarojayaproperty.com",
  "authorization_endpoint": "https://bintarojayaproperty.com/auth.md",
  "token_endpoint": "https://bintarojayaproperty.com/api/agent/token.json",
  "userinfo_endpoint": "https://bintarojayaproperty.com/api/agent/userinfo.json",
  "jwks_uri": "https://bintarojayaproperty.com/api/agent/jwks.json",
  "grant_types_supported": [
    "client_credentials"
  ],
  "response_types_supported": [
    "none"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "catalog:read",
    "lead:write",
    "openid",
    "profile"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat"
  ]
}