Amazon Q Redirect URL for Oauth

0

Amazon Q Business allows you to integrate with knowledge in external services. For example, it's possible to integrate with Microsoft Teams.

To do this, in most external services, you set up an application. This gives a client id and secret which can be used to authenticate using Oauth2.

In the Oauth authentication flow, you also need a redirect URL. What is the redirect URL for Amazon Q?

asked 6 months ago106 views
1 Answer
0

IAM Identity Center supports OAuth 2.0 based identity federation through the OpenID Connect (OIDC) web service and allows applications to register public OAuth 2.0 clients. When application needs to access a protected resource in the future, it sends a request to the OIDC service to initiate device authorization. This request returns a verification URL and a device code.

Right now the scope is enable access to

  • Amazon Q Developer code analysis
  • Amazon Q inline code suggestions
  • Amazon Q chat
  • Amazon Q Developer Agent for software development
  • Amazon Q Developer Agent for code transformation
  • Read and write to your Amazon CodeCatalyst resources, allowing access to all your existing resources.

Please refer here for further information.

AWS
Harita
answered 16 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions