{
  "issuer": "https://setuplatam.com",
  "authorization_endpoint": "https://setuplatam.com/oauth/authorize",
  "token_endpoint": "https://setuplatam.com/oauth/token",
  "registration_endpoint": "https://setuplatam.com/oauth/register",
  "jwks_uri": "https://setuplatam.com/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token", "client_credentials"],
  "scopes_supported": ["openid", "profile", "email"],
  "agent_auth": {
    "supported_identity_types": ["agent"],
    "supported_credential_types": ["client_credentials"],
    "register_uri": "https://setuplatam.com/oauth/register",
    "registration_endpoint": "https://setuplatam.com/oauth/register",
    "authorization_endpoint": "https://setuplatam.com/oauth/authorize",
    "token_endpoint": "https://setuplatam.com/oauth/token",
    "registration_methods": ["dynamic", "auth.md"],
    "auth_md": "https://setuplatam.com/auth.md",
    "skill": "https://setuplatam.com/auth.md"
  }
}
