{
  "issuer": "https://auth.numbersprotocol.io",
  "authorization_endpoint": "https://auth.numbersprotocol.io/oauth/authorize",
  "token_endpoint": "https://auth.numbersprotocol.io/oauth/token",
  "jwks_uri": "https://auth.numbersprotocol.io/.well-known/jwks.json",
  "scopes_supported": [
    "grants:read",
    "grants:write",
    "milestones:write"
  ],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://numbersprotocol.io/innovation/api"
}
