The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
Describe the bug
The code should not override the token validation event handler that is responsible for validating that the auth token received came from a trusted source with a valid signature that prevents tampering to bypass auth features.
Describe the bug The code should not override the token validation event handler that is responsible for validating that the auth token received came from a trusted source with a valid signature that prevents tampering to bypass auth features.
To Reproduce https://github.com/Azure/reliable-web-app-pattern-dotnet/blob/f96ad8fbbb2c99ba49004eeb891d8b5efda8a23a/src/Relecloud.Web/Startup.cs#L226
Expected behavior Assignment of an additional event handler should not replace the existing one.