I have configured WSO2 Identity Server (hereafter IS) as Key Manager for WSO2 API Manager (hereafter APIM) following this documentation. APIM and IS are installed on different servers. Thereafter, I restarted both of them. But when I go to the devportal of APIM to generate access token, the addresses of token endpoint and revoke endpoint remain unchanged as depicted below:
The question I would like to ask is how I can change these endpoint addresses to :
Token Endpoint: https://iskm.dom.zu:9444/oauth2/token
Revoke Endpoint: https://iskm.dom.zu:9444/oauth2/revoke
respectively