OAuth Access or Refresh tokens are not available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:12 AM
Hi,
Integrating Notify connector with Microsoft teams
OAuth profile:
I have created a OAuth Profile for Microsoft teams. The Profile created is as follows.
when I try to click on "get token details", I am getting the below highlighted error
can someone help me with this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:16 AM - edited 10-25-2023 07:18 AM
check the client ID and Client Secret are correct as specified in error.
most of the times I do this this mistake of exchanging the values between these 2 fields and gets the same error.
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:37 AM
Thanks for sharing your response
I am also getting the highlighted issue as well
if i still click on related links "get oauth token", getting the below error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:43 AM
have you checked if you have entered correct client ID and client secret in oauth entity?
the error is about that only.
Regards,Sushant Malsure

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:16 AM
@anvitha ash From the error itself it is evident that in your API call to Teams your request is not providing the correct client secret. Please check your client secret key and see if it has a valid value, sometime people get confused between client id and client secret values.
Hope this helps.