"Cookies must be enabled to use GitHub" error in ServiceNow-GitHub integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi ServiceNow folks,
I have been trying to integrate ServiceNow with GitHub using JWT Bearer as the grant type. I successfully created a JWT using GlideJWTAPI and successfully validated it using POSTMAN. The error message "OAuth flow failed. Verify the configurations and try again. Error detail:invalid_request, Missing parameters: access_token" appeared when I attempted to use an OAuth credential to request an access token. Since the error message didn't provide any insight into the situation, I cloned the OAuthUtil OAuth API Script and added some logs to view the response body. The attached document below was how the content body appeared.
Has anyone encountered a circumstance similar to this? Given that I was successful in creating and validating a JWT, I think the steps to create the JWT provider are accurate. Adding some screenshots below if someone is really interested in helping me to find the issue.
Application registry:
Any help would be much appreciated.
Thanks in advance