How to use an IDP where OpenID Connect will be used to pass an access token to Amazon Redshift

0

Was informed by AWS support that you cannot use AWS Cognito to pass an access token (JWT) to the Amazon Redshift JDBC driver via webIdentityToken name value pair.

Have been unable to find any documentation/video/blog, that shows a worked example of another IDP (i.e. Azure AD) being used, where an application will use OpenID Connect with it, and intends to pass an access token to the Redshift JDBC driver.

Has anyone done this, can you reference me to the steps required to get going.

1回答
1

First create a Cognito User Pool federated with your IdP with SAML or OpenID for Authentication: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html Then in order to get an AWS temporary credential you need to create a Cognito Identity Pool: https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html

AWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ