apim-apps icon indicating copy to clipboard operation
apim-apps copied to clipboard

API authentication with audience restriction in JWT

Open Kirishikesan opened this issue 2 years ago • 2 comments

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

Kirishikesan avatar Apr 04 '24 09:04 Kirishikesan

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 04 '24 09:04 CLAassistant

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Apr 08 '24 08:04 sonarqubecloud[bot]

Changes added through https://github.com/wso2/apim-apps/pull/724

RakhithaRR avatar Sep 27 '24 06:09 RakhithaRR