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 Answers
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.
answered 2 months ago
Relevant questions
Dynamo DB Kinesis Steams Best Practice
Accepted Answerasked a year agoSmart Mutation Processing for Subscriptions
asked 3 years agoA lambda function to delete old archive files in s3 bucket
asked 3 years agoHow to have a websocket connection to lambda in a green grass core
asked 3 years agoBasic MySQL Question - Do I need it?
Accepted Answerasked 3 years agoPushing to SQS through VPC Endpoint from lambda in private VPC fails
asked a year agoHow to Make a Game Server Activate Itself?
asked 2 months agoWhen to invoke a lambda directly or via API Gateway
asked 5 months agoDo we need VPC Endpoints for SNS and SQS if data not originating from any VPC and directly landing in SNS from external source
asked 4 months agoSteam Authenticator for Lambda
asked 2 months ago
I think OP is asking about the "other way" -- how can the Lambda auth into Steam