是否可以仅使用 Marketo 使用用户名和密码进行 OAuth2 身份验证?

Is it possible to do OAuth2 Authentication with Username & Password only with Marketo?

是否可以像facebook/google登录那样做OAuth2认证,只需要用户输入用户名和密码,而不需要提供client_id和client_secret?

此处显示的步骤要求用户提供他的 client_id & client_secret 以进行身份​​验证。 http://developers.marketo.com/documentation/rest/authentication/

目前 Marketo 平台不提供类似于 Facebook 登录或 Google 登录的 OAuth2 身份验证。

以下是 Marketo 身份验证过程当前如何用于 REST API。一个Marketo custom service must first be created. Once a custom service is created, you will have access to a client id and client secret. You will use the client id and client secret to generate an access token via the REST API authentication endpoint。然后,您将使用此访问令牌向 REST API 发出后续请求,例如查询潜在客户数据。