gpt4 book ai didi

amazon-web-services - 我可以使用 Cloudformation 设置 AWS Cognito 用户池身份提供商吗?

转载 作者:行者123 更新时间:2023-12-03 14:59:53 24 4
gpt4 key购买 nike

我想设置一个 cognito 用户池并使用 cloudformation yml 文件自动配置我的 Google 身份提供商。

我检查了所有文档,但找不到任何接近于此的内容。关于如何做到这一点有什么想法吗?

enter image description here

最佳答案

UserPoolIdentityProvider 于 2019 年 10 月添加,official docs .

您的 CloudFormation 将类似于

CognitoUserPoolIdentityProvider:
Type: AWS::Cognito::UserPoolIdentityProvider
Properties:
ProviderName: Google
AttributeMapping:
email: emailAddress
ProviderDetails:
client_id: <yourclientid>.apps.googleusercontent.com
client_secret: <yourclientsecret>
authorize_scopes: email openid
ProviderType: Google
UserPoolId:
Ref: CognitoUserPool

关于amazon-web-services - 我可以使用 Cloudformation 设置 AWS Cognito 用户池身份提供商吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49395669/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com