ValidateToken.Internal.cs:325 — TODO: "what if actor token is encrypted?".
- Decide semantics: decrypt and validate recursively, reject outright, or make configurable via ValidationParameters
- Implement the decision in the experimental pipeline
- Add tests covering JWE nested inside an outer JWS's actort claim
ValidateToken.Internal.cs:325 — TODO: "what if actor token is encrypted?".