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?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
4 Answer(s)
-
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_tokenflow for the application. Can you check if the application also requests theoffline_accessscope?Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


