gpt4 book ai didi

amazon-web-services - 如何在 JSON 格式的 AWS CloudFormation 模板中将 google 添加为 AWS cognito 身份提供商

转载 作者:行者123 更新时间:2023-12-04 15:54:17 24 4
gpt4 key购买 nike

我正在使用亚马逊网络服务。在 AWS CloudFormation 中,我正在创建一个 JSON 模板,其中必须添加身份池作为资源,并且必须使用 Google 作为 Cognito 身份提供商。如果我们在 CognitoIdentityProvider 中使用 Google,那么对象中的值应该是什么?即

"CognitoIdentityProvider":[
{
"ClientId": String,
"ProviderName": String,
"ServerSideTokenCheck": Boolean
}
]

如果我们使用 Google 作为 CognitoIdentityProvider ,任何人都可以帮助我设置此对象属性的值吗?请帮忙。

最佳答案

Can I setup AWS Cognito User Pool Identity Providers with 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 - 如何在 JSON 格式的 AWS CloudFormation 模板中将 google 添加为 AWS cognito 身份提供商,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52548738/

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