Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您能帮我了解一下您是如何通过 AWS Cognito 设置 OAuth2 PKCE 的吗?AWS 文档不知何故让我感到困惑。
问候
我的建议是使用 Amplify SDK 与 Cognito 的 OAuth 端点交互,因为它为您实现 PKCE:
https://docs.amplify.aws/lib/auth/social/q/platform/js
即使您不希望使用 Amplify SDK,看看它如何使用 Cognito 实现 PKCE 也是一个好的开始。