OAuth 認証の使用
Use the OAuth authentication standard to connect to Xero WorkflowMax V3 API. You can authenticate with OAuth 2.0. The 本製品 facilitates this as described below.
Custom Credentials
To connect with 本製品, you must register an app to obtain the OAuthClientId and OAuthClientSecret.
When to Create a Custom OAuth App
Desktop Applications
You should create a custom OAuth app to change the information displayed when users log into the Xero WorkflowMax OAuth endpoint to grant permissions to the 本製品.
Headless Machines
In the headless OAuth flow, users firstly need to authenticate on another machine. You need to create a custom OAuth app to change the information displayed when users log into the Xero WorkflowMax OAuth endpoint to grant permissions to the 本製品.
Using a Service Account to Connect to Xero WorkflowMax
Service accounts have silent authentication, without user authentication in the browser. You can also use a service account to delegate enterprise-wide access scopes to the 本製品.
You need to create an OAuth application in this flow. You can then connect to Xero WorkflowMax data that the service account has permission to access. See カスタムクレデンシャル for an authentication guide.
Creating a Custom OAuth App
See カスタムOAuth アプリの作成 for a procedure.