Is it possible to add claims in id token "aud"?

Hello Team,

We need to add an extra parameter like an ID (string) as part of “aud” in id token as it supports an array of strings. is there any way how to do so?
something like
“aud”: [“clientID”, “custom string”]

Hi @mail4mithu,

This is not possible. You can only add to the token in form of a custom claim.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.