apupier commented on PR #23356:
URL: https://github.com/apache/camel/pull/23356#issuecomment-4509543655

   
https://www.keycloak.org/docs/latest/upgrading/index.html#token-introspection-now-validates-audience-claim
   
   ```
   Token introspection now validates audience claim
   
   The OAuth2 token introspection endpoint now validates that the authenticated 
client is present in the token’s audience (aud) claim before allowing 
introspection.
   
   Previously, any authenticated client could introspect any valid token. Now, 
the introspection endpoint returns {"active": false} if the authenticated 
client is not in the token’s audience
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to