Using OAuth2 to Make a Web Service Call
Less than to read
Use this section to determine the information you need to configure OAuth2 athentication in your web service client.
The Grant Type or OAuth2 Flow should be an “Authorization Code” grant type.
The Callback or Redirect URL is the Authorized redirect URI you entered when creating the Google Web Application.
The following table shows the values requested by two popular web service clients and the corresponding field in the X3 OAuth2 service.
For Postman field… | For SoapUI field… | Use the value in this X3 OAuth2 service field |
---|---|---|
Auth URL | Authorization URI | URL for authorization |
Access Token URL | Access Token URI | URL to get access token |
Client ID | Client Identification | OAuth2 client ID |
Client Secret | Client Secret | OAuth2 client secret |
Scope | Scope | Scope for Oauth2 requests |