Resource Owner Password Credentials Flow: Assessment Test Questions
- Which access scope is enough to request from Acumatica ERP to obtain access to the web service APIs through OAuth 2.0?
- Only api
- Only offline_access
- api and offline_access
- Which response best describes the token or tokens you have to request from Acumatica ERP to obtain access to the web service APIs through OAuth 2.0?
- Only an access token
- Only a refresh token
- An access token and a refresh token
- Which endpoint should you use to retrieve the OAuth 2.0 access token from Acumatica ERP?
- The token endpoint
- The discovery endpoint
- Either the token endpoint or the discovery endpoint
- What information do you use to connect to Acumatica ERP using the OAuth 2.0
Resource Owner Password Credentials flow?
- The Acumatica ERP instance URL
- The client ID
- The Acumatica ERP username
- The Acumatica ERP user password
- The Acumatica ERP version