Description
Update the OAuth callback to submit a refresh token to the IdP and receive the access token and expiration time.
Acceptance criteria
- A modified implementation of
oauth_cb that passes a refresh token to the IdP instead of performing the client credential flow.
- Refresh token is passed to the client using our existing constructor argument parsing and environment variable decoding infrastructure.
Description
Update the OAuth callback to submit a refresh token to the IdP and receive the access token and expiration time.
Acceptance criteria
oauth_cbthat passes a refresh token to the IdP instead of performing the client credential flow.