- Notifications
You must be signed in to change notification settings - Fork1k
Closed
Description
Version:v2.9.1+2a2fd70
There is currently no way (or at least not via the Coder CLI or API) to fetch the refresh token for an external auth provider in Coder. I have an external app I am trying to integrate with coder, and its config files requireboth the access token and the refresh token as a starting point.
A simple solution to me seems to be to add therefresh_token
to theGET /workspaceagents/me/external-auth response.