Closed JuanPabloArbelaez closed 4 years ago
Hi @JUANPARBELAEZ ,
In the APIM 3.0.0 GA Developer portal apps, There is a configuration file for controlling the application context and reverse proxy configurations.
<APIM-3.0.0-ROOT_DIR>repository/deployment/server/jaggeryapps/devportal/site/public/theme/
settings.js
file. It contains the application context and reverse proxy configurations parameters.const Settings = {
app: {
context: '/devportal',
reverseProxy: {
enabled: false,
origin: 'https://localhost:9443',
},
},
.
.
.
};
Change the app.context
to your desired context name (note: No trailing /
) and enable the reverse proxy.
After that login to the carbon console
https://<host:port>/carbon
Service Providers > List
admin_admin_store
service provider, click on the edit button
Open expand Inbound Authentication Configuration
and OAuth/OpenID Connect Configuration
settings and click edit.
Then update the callback URL pattern in the service provider configurations.
-Click update and update the service provider configurations
Reverse proxy config can be found in https://github.com/wso2/product-apim/issues/6467
@JUANPARBELAEZ you may refer``, https://ishara-cooray.blogspot.com/2019/11/how-to-change-devportal-to-different.html
Please re-open the issue if you need further assistance.
Hello WSO2 community.
I had previously implemented WSO2 API manager 2.6 and shared the /store route to potential customers.
I upgraded to the new version, and still have not found a way to change /devportal for /store, and keep the previously communicated routes.
Hope anyonce can help me out, if they know how to set it up, so /store redirects to /devportal, or change the service name altogether.
Kindest regards.
JP