Skip to content

Conversation

@SkyWalker-CMD
Copy link
Contributor

@SkyWalker-CMD SkyWalker-CMD commented Oct 14, 2025

Overview

Add OAuth2 3LO Identity APIs and enable setting 3LO callback URL for the GetResourceOauth2Token API via HTTP headers.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

fei-yuan
fei-yuan previously approved these changes Oct 14, 2025
Signed-off-by: SkyWalker-CMD <42524311+SkyWalker-CMD@users.noreply.github.com>
brianlaoaws
brianlaoaws previously approved these changes Oct 15, 2025
@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2025

Codecov Report

❌ Patch coverage is 95.12195% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@e620ced). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/bedrock_agentcore/runtime/app.py 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage        ?   89.56%           
=======================================
  Files           ?       23           
  Lines           ?     2347           
  Branches        ?      336           
=======================================
  Hits            ?     2102           
  Misses          ?      140           
  Partials        ?      105           
Flag Coverage Δ
unittests 89.56% <95.12%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: SkyWalker-CMD <42524311+SkyWalker-CMD@users.noreply.github.com>
brianlaoaws
brianlaoaws previously approved these changes Oct 15, 2025
SESSION_HEADER = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id"
REQUEST_ID_HEADER = "X-Amzn-Bedrock-AgentCore-Runtime-Request-Id"
ACCESS_TOKEN_HEADER = "WorkloadAccessToken" # nosec
CALLBACK_URL_HEADER = "WorkloadCallbackUrl"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does customer pass this url during invoke?

siwachabhi
siwachabhi previously approved these changes Oct 16, 2025
@brianlaoaws brianlaoaws merged commit 9fda6b4 into aws:main Oct 16, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants