Hi,
I saw a feature for KC to handle multiple audiences.
https://issues.jboss.org/browse/KEYCLOAK-5791
I'd like to test this feature in my POC.
I saw that i can use ScriptBasedOIDCProtocolMapper
but didn't found any clear way to do it.
Currently when i ask for a code
the first query looks like :
https://imyserver:9443/auth/realms/GreenAirlines/protocol/openid-connect/...
email profile
By default the audience equals the clientID
Is there a parameter that i can add in the query to ask for an additional
audience ?
If the documentation was somewhere and i didn't found it, i'm really sorry
Thanks for any tips
Amaury