Sam*_* E. 5 firebase openid-connect firebase-authentication aws-appsync
我想使用 Firebase Auth 作为 AWS AppSync 的授权服务。在 AppSync 设置中,我尝试将 Firebase Auth 添加为 OpenID Connect 提供程序,但似乎我做错了什么,因为我在尝试使用 Firebase Auth 发出请求时遇到此错误tokenId:
{
"errors": [
{
"errorType": "UnauthorizedException",
"message": "Missing authorization header"
}
]
}
Run Code Online (Sandbox Code Playgroud)
在 AppSync 中使用这些设置:
https://securetoken.google.com/<Firebase Project ID><Firebase Api Key>00执行查询时,我使用TokenIdfirebase 提供的,而不是来自联合身份提供商(例如 Facebook 或 Google)的查询。
| 归档时间: |
|
| 查看次数: |
969 次 |
| 最近记录: |