{
  "issuer": "https://ovmtransport.com",
  "authorization_endpoint": "https://ovmtransport.com/oauth/authorize",
  "token_endpoint": "https://ovmtransport.com/oauth/token",
  "jwks_uri": "https://ovmtransport.com/.well-known/ovm-site-api/jwks.json",
  "grant_types_supported": [
    "client_credentials"
  ],
  "scopes_supported": [
    "site.read",
    "services.read",
    "coverage.read",
    "contact.read"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "service_documentation": "https://ovmtransport.com/docs/api/index.html"
}
