I am using jwt protection for my projects and here I stand up via "KeyCloak" docker. Since I define in "Audience" in the applications I make, I want to define it on keycloak, but it cannot be defined somehow.
I made the definition as in the address below, but the audience does not appear in the jwt token at all. The address below did not help me.
Can you help me if there is a document or example about how I can add this?
Keycloak-gatekeeper: 'aud' claim and 'client_id' do not match
Client Scope
Mappers
As you can see, the "audience" I specified does not appear in the marked field. How can I provide this?