diff --git a/provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/security/AzureIstioSecurityFilter.java b/provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/security/AzureIstioSecurityFilter.java
index b079cd6344130047a5e7efe5c5b3923cd1cc0c90..d918b74c4b85feb39c34bc195401d452ca6e0302 100644
--- a/provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/security/AzureIstioSecurityFilter.java
+++ b/provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/security/AzureIstioSecurityFilter.java
@@ -55,11 +55,9 @@ public class AzureIstioSecurityFilter extends OncePerRequestFilter {
                         .orElse(DEFAULT_ROLE_CLAIM);
 
                 // By default the authenticated is set to true as part PreAuthenticatedAuthenticationToken constructor.
-                // TODO: check where the claims were being set in case of ADSecurityConfig
                 SecurityContextHolder
                         .getContext()
                         .setAuthentication(
-                                // TODO: check if aadIssuedBearerToken parameter should be null here
                                 new PreAuthenticatedAuthenticationToken(
                                         new UserPrincipal(null,null, claimsSet),
                                         null,