Closed
Description
In APIGatewayProxyFunction.FunctionHandlerAsync
where the requestStream
gets deserialised into APIGatewayProxyRequest
we lose all custom claims that were present in the requestStream
's json.
It'd be nice if apiGatewayRequest.RequestContext.Authorizer
would contain a Dictionary<string,string>
with claims which get added to HttpContext.User
.
Thanks,
Lars