Re: [Dev] Cannot logout from devportal with APIM-3.1.0m4

2019-12-11 Thread Krishan Wijesena
Hi Bernard, Did you update all occurrences(both login and logout callback) in regex with your hostname in devportal? This could happen if logout callback is not properly updated. regexp=( https://localhost:9443/devportal/services/auth/callback/login|https://localhost:9443/devportal/services/auth/c

[Dev] WSO2 Committers += Niruhan Viswarupan

2019-12-11 Thread Ramindu De Silva
Hi All, It's my pleasure to announce Niruhan Viswarupan as a WSO2 Committer. He has been a valuable contributor to WSO2. Congratulations Niruhan and keep up the good work..! Best Regards, Ramindu -- *Ramindu De Silva* | Associate Technical Lead | WSO2 Inc. (m) 94719678895 | (e) ramin...@wso2.c

Re: [Dev] Invalid JWT token in APIM-3.1.0m4 when hostname have been set

2019-12-11 Thread Harsha Kumara
Hi Bernard, Did you generate a new keystore? if so newly generated keystores, public certificate should be added to client-trustore.jks with alias of gateway_certificate_alias by replacing the existing one. https://apim.docs.wso2.com/en/latest/Learn/APISecurity/OAuth2DeepDive/AccessTokenTypes/jw

[Dev] Invalid JWT token in APIM-3.1.0m4 when hostname have been set

2019-12-11 Thread Bernard Paris
Hi devs, I'm testing wso2am-3.1.0-m4 I'm not sure this is n issue or a missing configuration stuff, here is the problem: On my own "localhost" workstation I can with no problem configure and run the example at https://apim.docs.wso2.com/en/latest/GettingStarted/quick-start-guide/ I have in

Re: [Dev] Using websocket provider for dashboard widget

2019-12-11 Thread Damith Wickramasinghe
On Wed, Dec 11, 2019 at 5:58 PM W. E. wrote: > Hi, > > > I created the Siddhi query below to sent data from my Siddhi application > to a dashboard widget with a websocket. The problem is when I try to create > a widget in the dashboard tooling with websocket provider I get this error: > "*Failed

[Dev] Using websocket provider for dashboard widget

2019-12-11 Thread W. E.
Hi, I created the Siddhi query below to sent data from my Siddhi application to a dashboard widget with a websocket. The problem is when I try to create a widget in the dashboard tooling with websocket provider I get this error: "Failed to load provider configurations". I've looked in the docu

Re: [Dev] Cannot logout from devportal with APIM-3.1.0m4

2019-12-11 Thread Harsha Kumara
On Wed, Dec 11, 2019 at 3:47 PM Bernard Paris wrote: > Hi devs, > > I had the problem described and solved at > > https://stackoverflow.com/questions/58719654/wso2-apim-3-0-0-install-config-problem-with-publisher-and-store-invalid-callba/59271690#59271690 > > So that I couldn't log into devportal

[Dev] Cannot logout from devportal with APIM-3.1.0m4

2019-12-11 Thread Bernard Paris
Hi devs, I had the problem described and solved at https://stackoverflow.com/questions/58719654/wso2-apim-3-0-0-install-config-problem-with-publisher-and-store-invalid-callba/59271690#59271690 So that I couldn't log into devportal nor publisher. Editing the url regex of the service providers as