Dear Experts,
I am trying to configure OIM 11gR2 PS3 with Service Now Connector:11.1.5.0. for basic use case :to enable OIM to trigger a ticket .I am directly using Developer Instance of Servicenow in OIM host
I installed the Service Now Connector on OIM machine..Installation went through successfully and can see the IT resources of ServiceNow
Following the Oracle Documentation, I assigned the role admin_user and then I tried to configure OAuth in ServiceNow, I fetched the Client ID and Client Secret values
Now, I configured the IT Resource as below
Now when I tried to run the Scheduled , I get the below error
Could you please advise as I am not seeing much posts related to ServiceNow
org.identityconnectors.framework.common.exceptions.ConnectorException: Exception in getting authentication header Error occurred while executing a POST REST call on the target.
| nfiguration Lookup | Lookup.ServiceNow.Configuration |
| Connector Server Name | |
| authenticationServerUrl | https://*******.service-now.com |
| authenticationType | password |
| clientId | *********** |
| clientSecret | ******** |
| host | |
| password | ************ |
| port | 80 |
| proxyHost | |
| proxyPassword | |
| proxyPort | |
| proxyUser | |
| sslEnabled | true |
| uriPlaceHolder | |
| username | admin |