Steam Authenticator for Lambda

0

I want to make a website on S3+CloudFront+Lambda, where Lambdas check whether a user bought a game in Steam. For that, I need him to authorize through Steam. Steam supports OAuth 2.0 protocol, but not OpenID Connect. Is it possible to make users authenticate using Steam before my Lambda returns some result?

1개 답변
0

I would add an API Gateway in front of your Lambdas and authorize via a custom Authorizer. In that function you can check the Claims from Steam.

AWS
Marco
답변함 2년 전
  • I think OP is asking about the "other way" -- how can the Lambda auth into Steam

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠