Authentication



Hi, Able to login to the developers portal via username/password (userID:smadiraju1).
However, after Base64 Encoding smadiraju1:PASSWORD, getting api authentication error while accessing via Postman. The URL is https://api.icims.com/customers/6270/jobs/2018-1347 [6270 is our customerID]. Below the postman output.
"errors": [
{
"errorMessage": "Invalid Username or Password credentials provided.",
"errorCode": 6
}
]

Submitted by iCIMSUNIFIL on May 08, 2018 Permalink

Hello, The response given is correct. You will need API credentials for your integration build. That will require a customer purchase of an integration license.
Thank you,
iCIMS UNIFI Team

Submitted by iCIMSUNIFIL on December 03, 2018 Permalink

When accessing the Prime endpoint use the encoded JWT token in the Header Authorization. The information required is provided by the iCIMS UNIFi ISV Enablement Team when your sandbox is allocated. Using jwt.io enter the parameters below in the payload and enter the signing key in 'your-256-bit-secret'.
{
"sub": "xxxxx",
"iss": "xxxxx.prime.sandbox",
"iat": epoch start time,
"exp": epoch end time
}
The IP addresses that are provided by your partner contact are whitelisted at the time of sandbox set-up. If you have additional IPs to whitelist after the initial list is provided you must submit the request to UNIFi.ISVHelp@icims.com.

Submitted by iCIMSUNIFIL on December 06, 2018 Permalink

I have accessed this "https://auvdockercluster03bgc.icimsmco.net/connectors/xx" endpoint and used JWT token in the Header Authorization, but I am getting this following error,
{
"timestamp": xxxx,
"status": 401,
"error": "Unauthorized",
"message": "Access to the requested Resource was not authorized.",
"path": "/connectors/XX"
}

Submitted by iCIMSUNIFIL on December 10, 2018 Permalink

Please ensure that your credentials are correct and that that start and stop time do not exceed 10 minutes. You must also review the format of how to enter the Authorization Header in the API tool that you are using. Advanced REST client, Postman etc.

Submitted by iCIMSUNIFIL on June 06, 2022 Permalink

HI, I am using GET method in postman but I am getting a response as invalid username and password, kindly provide username and password.

{
"errors": [
{
"errorMessage": "Invalid Username or Password credentials provided.",
"errorCode": 6
}
]
}

Submitted by iCIMSUNIFIL on June 10, 2022 Permalink

For an active integration project, Username and Password would be provided by your Integration Consultant.