OIDC Provider plugin refresh token support?

I have configured the OIDC provider plugin and created an oauth client for Zapier with authorization_code and refresh_token grant types. However Zapier gives the error: Field named refresh_token not found in OAuth2 results when trying to connect to my app. Is refresh token not supported or do I need some additional configuration?
No description
Solution:
I found I need to send the offline_access scope. Then it works.
Jump to solution
1 Reply
Solution
nielsbusch
nielsbusch7d ago
I found I need to send the offline_access scope. Then it works.

Did you find this page helpful?