UNPKG

lambda-oidc-authenticator

Version:

An AWS Lambda function to provide an oidc Custom Authenticator for AWS API Gateway ( tested with key-cloak). Inspired from lambda-auth0-authorizer

16 lines (15 loc) 366 B
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1459758003000", "Effect": "Allow", "Action": [ "execute-api:Invoke" ], "Resource": [ "arn:aws:execute-api:<regionId>:<accountId>:<apiId>/<stage>/<method>/<resourcePath>" ] } ] }