Is API management not validating token Audience something Wanted ? #4684
-
Hi, I've seen that management API does not validate the token audience. The AudienceRule is not applied in the Do I miss something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@paullatzelsperger, I see that you have participated in the code of the |
Beta Was this translation helpful? Give feedback.
it could be as simple as an oversight, but I wonder, what the expected audience would be. Doing this properly, we'd probably have to read it from a config value, possibly falling back to the
participantId
, or even throwing an error in its absence.