OAuth 2.0 authentication from 3rd Party Application
Our client has a third-party app that will take in the username and password on their end, post it to ServiceNow, and expect an access token and refresh token as a response. I set it up so it goes through <instance name>/oauth_token.do? and pass the ...