-
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)
-
0
ok. I'll check this
-
0
ok I can confirm that refresh_token is not available right now.
we'll respond you about this issue asap -
0
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 theoffline_access
scope? -
0