An external application is the 3rd Party OAuth Provider
The instance has defined a third party OAuth Provider record
The OAuth Provider record has the Default Grant type set to Authorization Code
A REST Message is defined with Authentication type to OAuth 2.0 and the OAuth profile defined at b.
Clicking the Get OAuth Token UI Action in the REST Message at point d. will request an authorization token from the 3rd Party OAuth Provider. This will open a Request for Permission window to the user UI (Browser).
This Request for Permission step cannot be automated programmatically.
Release
Any release
Cause
This is expected behavior. The User Permission must be provided with an interactive User Intervention, this is on purpose.
However, once the access and refresh tokens are retrieved in the above step, the refresh token will be used automatically by ServiceNow until its expiration to get new access tokens as and when required.
Resolution
If the requirement is to have a non-interactive integration with OAuth provided authorization the possible approaches (if supported by the 3rd Party Application Endpoint) are:
Client Credentials Grant Type
JWT grant type
Related Links
Please review the following documentation for your further information: