WorkClub Automation 26d7d83811 Fix middleware order - place Authentication before TenantValidation
The JWT middleware needs to fetch signing keys from Keycloak before
tenant validation runs. The previous order caused signature validation
to fail because the middleware was blocking the JWKS endpoint requests.

- Moved Authentication before TenantValidationMiddleware
- Removed realm endpoint from exemption list (not needed with correct order)
- This allows JWT middleware to fetch signing keys and validate tokens
2026-03-20 10:42:31 +01:00
2026-03-18 12:07:34 +01:00
S
Description
No description provided
3 MiB
Test Latest
2026-03-08 14:27:26 +01:00
Languages
HTML 54.2%
C# 27%
TypeScript 15.6%
Shell 1.7%
Python 0.7%
Other 0.7%