File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/bedrock_agentcore/services
tests/bedrock_agentcore/services Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ async def get_token(
152
152
153
153
# Add optional parameters
154
154
if callback_url :
155
- req ["callBackUrl " ] = callback_url
155
+ req ["resourceOauth2ReturnUrl " ] = callback_url
156
156
if force_authentication :
157
157
req ["forceAuthentication" ] = force_authentication
158
158
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ async def test_get_token_with_optional_parameters(self):
258
258
scopes = scopes ,
259
259
oauth2Flow = "USER_FEDERATION" ,
260
260
workloadIdentityToken = agent_identity_token ,
261
- callBackUrl = callback_url ,
261
+ resourceOauth2ReturnUrl = callback_url ,
262
262
forceAuthentication = force_authentication ,
263
263
)
264
264
You can’t perform that action at this time.
0 commit comments