【发布时间】:2019-03-04 01:29:32
【问题描述】:
我正在使用亚马逊网络服务。在 AWS CloudFormation 中,我在 JSON 中创建了一个模板,我必须在其中添加身份池作为资源,我必须使用 Google 作为 Cognito 身份提供者。 如果我们在 CognitoIdentityProvider 中使用 Google,那么对象中的值应该是什么?即
"CognitoIdentityProvider":[
{
"ClientId": String,
"ProviderName": String,
"ServerSideTokenCheck": Boolean
}
]
如果我们使用 Google 作为 CognitoIdentityProvider ,谁能帮我解决这个对象属性的值? 请帮忙。
【问题讨论】:
-
希望这个链接有帮助:aws.amazon.com/blogs/mobile/…
标签: amazon-web-services amazon-cloudformation amazon-cognito