Question

Issue with OAuth redirect URL

  • 15 February 2023
  • 7 replies
  • 189 views

Badge

Hi all! I’m trying to integrate with ServiceNow using an OAuth 2 credential.  After I get the consent screen from ServiceNow, I get this error on the redirect URL page.

{"code":"access_denied","message":"You are not authorized to perform this action."}

I’m doing this as the org admin.  Any ideas what it could be?

I’m using this as my redirect URL:

https://<yourdomain.freshservice.com>/api/_/credentials/oauth_callback


7 replies

Badge

Hi did you ever get a resolution to this error? 

Userlevel 4
Badge +6

Hello @Aviationstuff could you please try basic authentication with, 

Username: < API key>
Password: <AnyRandomString>

If you still face any issues over the same, could you please write to support@freshservice.com with the details so one of our team member can check this?

Badge

The API that i’m using doesn’t accept basic AUTH only OAuth

Userlevel 7
Badge +7

Hi @KimS - I’m sorry to hear about the error. We’ve passed on the request to our team and we should have a response soon. Please let me know if there are any other issues that we can address.

Userlevel 7
Badge +7

Hello @Aviationstuff - yes our support team did get back via a support ticket and it has been resolved. are you facing the same issue?

Badge

yes

Userlevel 7
Badge +7

Hello @Aviationstuff - please can you write to support@freshservice.com with the full details and one of our team members will help resolve this for you.

Reply