How to mapp login_hint to id token

Hi,

we are using Azure Ad as our OIDC Identity provider

I want to use login_hint which is generated by azure in my client app
but keycloak is ignoring login_hint which is generated by azure and removing it from id_token
so how to add login_hint claim to id token (not access token)

this is login_hint generated by azure
image

Thanks