How to remove the invalidated claims on the token pipeline

Identify: version 5.0++

Since the version 5.0, we support the activation time for the claim type. In case you want to remove the claims whose activation is invalid, you need to follow:

  1. Go to the claim transformation list, create the scripting transformation whose scripting is: FilterAllInactiveClaims();
    here is its screenshot:
    scripttingtransformation
  2. Apply this claim transformation with the highest priority on the protocol connection OR the authentication connection
Was this helpful ?Good Somewhat Bad