This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OAUTH based authentication with Service Now

We have a requirement to manage user lifecycle for Service Now platform. OOB service now connector is of no use because it deals with only INCIDENT. Service Now has a REST API based interface to POST/GET data. So, I thought SCIM connector can be set up to manage lifecycle of user identity but it is failing at Test connection.

Service Now requires below parameters to get OAUTH token. However, SCIM connector prompts to choose between username/password and client _secret (not BOTH). Can anyone help?

grant_type:password

client_id: ***************

client_secret: **************

username: ****************

password: **************