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

WSO2 API Manager portals web UI apps

Results 55 apim-apps issues
Sort by recently updated
recently updated
newest added

**Overview** --- When updating the monetization in the publisher portal, the status is not updated immediately and requires a page refresh. This PR solves this by invoking the status update...

Related Issue : https://github.com/wso2/api-manager/issues/2455

Fix https://github.com/wso2/api-manager/issues/2836 Please note that 2 minor issues were identified in the process. Code highlighting is not working in the expanding view and if the error texts are similar, line...

### Purpose - Currently, any type of file can be uploaded on a policy creation. Need to restrict the file types to `.j2` and `.xml` Fixes: https://github.com/wso2/api-manager/issues/2663

Fixes [Issue#12863](https://github.com/wso2/product-apim/issues/12863) When we create API documents with **other Type=_overview.** Behavior on devportal and publisher portal of wso2 apim: **On publisher portal:** Document not getting listed on publisher portal. **On...

### New Test cases - tests/cypress/integration/publisher/000-general/01-create-new-version-of-api.spec.js - tests/cypress/integration/publisher/005-design-config/03-assign-api-categories-to-api.spec.js - tests/cypress/integration/publisher/012-documents/00-add-edit-inline-document.spec.js - tests/cypress/integration/publisher/014-comments/00-add-comments-to-api.spec.js - tests/cypress/integration/publisher/022-scopes/add-edit-delete-local-scopes.spec.js - tests/cypress/integration/publisher/022-scopes/add-edit-delete-shared-scopes.spec.js - tests/cypress/integration/publisher/022-scopes/assign-shared-scopes-to-api.spec.js

## 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)...