Hi,
I am trying to use back channel logout to inform instances of my REST API when a user is signed out from the admin console (account lock for instance) so they can refuse the JWT issued for this user before the sign out.
But I declared a user property mapper in order to have the username in sub claim, so the logout token received by my APIs should also contains username for the sub claim. By default it is the keycloak userid. When I create the mapper there is no “Add to logout token” option.
Any idea ? Did I miss something ?
Thanks !