cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SuccessFactors - OAuth2.0 Token response issue for event notifications -Response Body is incorrect

0 Likes
949

Hi Experts,

we are facing some issues with our recent changes related to SuccessFactors OAuth2.0 token generation. For OAuth functionality , we have done changes in our code as well as we have done changes in the Event Notification subscription section in the sandbox and added details for Oauth2.0.

When we tried for Candidate creation using SuccessFactors's sandbox, we are getting error response on Event Subscription Audit logs as attached in below screenshot.

Here it looks like SuccessFactors is not accepting token generation response we are sending back to them after token generation. Can you please confirm once what is the expected token response SuccessFactors are expecting from us for Candidate Creation.

And Please find the example of current token response we are sending back to the SuccessFactors,

{

"access_token": "XXXXXXXX", "token_type": "bearer",

"expires_in": 1799,

".issued": "Fri, 24 Jun 2022 16:40:51 GMT",

".expires": "Fri, 24 Jun 2022 17:10:51 GMT"

}

Accepted Solutions (0)

Answers (0)