Open Closed

Field named `refresh_token` not found in OAuth2 results #4182


User avatar
0
learnabp created
  • ABP Framework version: v7.0.0.Rc2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I am trying to setup a Zapier integration and I have to ayse the refresh_token flow my settings are as follows

but when I try and connect from Zaiper I get

Zaiper is asking for refresh_token endpoint, is there one?


4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    ok. I'll check this

  • User Avatar
    0
    alper created
    Support Team Director

    ok I can confirm that refresh_token is not available right now. we'll respond you about this issue asap

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Refresh tokens are handled in the same endpoint as token endpoint: https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/TokenController.cs#L32

    It seems you have granted refresh_token flow for the application. Can you check if the application also requests the offline_access scope?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    See https://github.com/abpframework/abp-samples/pull/213#issuecomment-1362230680

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11