Search code examples
wso2wso2-api-managerwso2-cloud

Can i avoid showing all tenant developer portal in wso2 API manager


I am using WSO2 API Manager .In developer portal there is options to switch through multiple tenant's developer portal But I need to avoid the list of developer portals and user must be directed to single tenant's developer portal even if they are users of another tenant .Is it possible to do so? enter image description here I need to show onlycarbon.super or completely avoid this page and only allow users from test1 and test2 tenant to login to carbon.super developer portal.


Solution

  • There aren't any out-of-the-box configurations to disable that view (other than Redirection configuration) and route all to the carbon.super tenant in the API Manager. Therefore, to remove that view from the Devportal, you may need to do some advanced customization in the Devportal React application.

    You can try checking the source of TenantListing.jsx under the Devportal react application for more clarification and make relevant changes to disable the view and route all traffic to the carbon.super tenant's portal.