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 réponse
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
répondu il y a 2 ans
  • I think OP is asking about the "other way" -- how can the Lambda auth into Steam

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions