aws / aws/bedrock-agentcore-sdk-python

Unable to supply necessary params to get refresh tokens for Google provider.

Open
#150 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
761
Forks
147
Avg merge
1d 23h
Merged PRs (30d)
7

Description

**Describe the bug**
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/identity-authentication.html#automatic-refresh-token-storage

In order to have Google provide refresh tokens include access_type=offline in customParameters when calling GetResourceOauth2Token

"customParameters": { "access_type": "offline" }

It is currently not possible to provide this custom parameter with the client in order to have these refresh tokens.

**Expected behavior**
A way to provide custom params.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.