Skip to main content
Solved

Issue with OAuth redirect URL

  • February 15, 2023
  • 7 replies
  • 375 views

Forum|alt.badge.img
  • Contributor
  • 3 replies

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

Best answer by rajagopal.baladhandayutham

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?

View original
Did this topic help you find an answer to your question?

7 replies

alyssia.correa
Community Manager
Forum|alt.badge.img+8
  • Community Manager
  • 618 replies
  • February 24, 2023

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.


Aviationstuff
Top Contributor
Forum|alt.badge.img

Hi did you ever get a resolution to this error? 


alyssia.correa
Community Manager
Forum|alt.badge.img+8

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


Aviationstuff
Top Contributor
Forum|alt.badge.img

yes


rajagopal.baladhandayutham
Community Manager
Forum|alt.badge.img+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?


Aviationstuff
Top Contributor
Forum|alt.badge.img

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


alyssia.correa
Community Manager
Forum|alt.badge.img+8

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