apim-apps
apim-apps copied to clipboard
API authentication with audience restriction in JWT
Overview
API authentication with audience restriction in JWT (JSON Web Token) involves ensuring that the token is only accepted by the intended audience or recipients. The audience claim (aud) in a JWT specifies the intended recipients for the token. This PR adds api level audience validation in JWT tokens for api manager.
Resolves
https://github.com/wso2/api-manager/issues/2784
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Changes added through https://github.com/wso2/apim-apps/pull/724