- 
                Notifications
    You must be signed in to change notification settings 
- Fork 60
Add OAuth2 3LO Identity APIs and enable setting 3LO callback URL via HTTP headers #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: SkyWalker-CMD <42524311+SkyWalker-CMD@users.noreply.github.com>
| Codecov Report❌ Patch coverage is  
 Additional details and impacted files@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage        ?   89.56%           
=======================================
  Files           ?       23           
  Lines           ?     2347           
  Branches        ?      336           
=======================================
  Hits            ?     2102           
  Misses          ?      140           
  Partials        ?      105           
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
Signed-off-by: SkyWalker-CMD <42524311+SkyWalker-CMD@users.noreply.github.com>
| 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" | 
There was a problem hiding this comment.
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?
        f9797b9
      
    
Overview
Add OAuth2 3LO Identity APIs and enable setting 3LO callback URL for the
GetResourceOauth2TokenAPI 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.