wso2

Access token does not have the openid scope

对着背影说爱祢 提交于 2020-12-31 09:54:40
问题 I am doing sso sample(travelocity.com) example. When I am trying to access user info with oauth access token using this command, curl -k -H "Authorization: Bearer b68ba941c9da3d2644d8a63154d28" https://localhost:9443/oauth2/userinfo?schema=openid I am getting follwing error {"error":"insufficient_scope","error_description":"Access token does not have the openid scope"} please help, thank you 回答1: When you make the first request to the authorization endpoint, you have to include openid in the

Access token does not have the openid scope

心不动则不痛 提交于 2020-12-31 09:54:35
问题 I am doing sso sample(travelocity.com) example. When I am trying to access user info with oauth access token using this command, curl -k -H "Authorization: Bearer b68ba941c9da3d2644d8a63154d28" https://localhost:9443/oauth2/userinfo?schema=openid I am getting follwing error {"error":"insufficient_scope","error_description":"Access token does not have the openid scope"} please help, thank you 回答1: When you make the first request to the authorization endpoint, you have to include openid in the

Remove external tag with xpath wso2

不打扰是莪最后的温柔 提交于 2020-12-15 05:28:40
问题 how can I achieve this with xpath in wso2? Example: <TEMP> <NAME>GEORGE</NAME> <COGNOME>MENDEZ</COGNOME> <BUSINESSNAME/> <CHANNEL>X091</CHANNEL> </TEMP> Result: <NAME>GEORGE</NAME> <COGNOME>MENDEZ</COGNOME> <BUSINESSNAME/> <CHANNEL>X091</CHANNEL> Thanks 回答1: The XML generated needs to have a root element. Therefore you will not be able to create the following payload, which does not have a root element. <NAME>GEORGE</NAME> <COGNOME>MENDEZ</COGNOME> <BUSINESSNAME/> <CHANNEL>X091</CHANNEL>

WSO2 ESB error on deploying custom mediator

对着背影说爱祢 提交于 2020-12-13 04:09:39
问题 I'm trying to implement a custom mediator in wso2 ESB 4.8. I used this article as a reference, and reffered to the docs as well, but couldn't get ESB to recognize my xml configuration for my mediator. I followed all the steps mentioned in the docs, moved the mediator's project .jar to <ESB_HOME>/ repository/components/lib and restarted the server, but I keep receiving the following error during deployment: ERROR - MediatorFactoryFinder Unknown mediator referenced by configuration element :

WSO2 API Manager - Can't start the server

我们两清 提交于 2020-12-13 03:33:15
问题 I would like to install and use WSO2 API Manager on my computer but I have some issues when I try to start the server. I use the API Manager 3.0.0 version and I've installed it through .msi for Windows. Here are the errors that come when I try to start the server with a clean setup : [Broker] BRK-1001 : Startup : Version: 0.11 Build: 90784:90849 [Broker] MNG-1001 : Startup [Broker] MNG-1004 : Ready : Using the platform JMX Agent [Broker] BRK-1002 : Starting : Listening on TCP port 5672 [2020

WSO2 API Manager - Can't start the server

天涯浪子 提交于 2020-12-13 03:30:34
问题 I would like to install and use WSO2 API Manager on my computer but I have some issues when I try to start the server. I use the API Manager 3.0.0 version and I've installed it through .msi for Windows. Here are the errors that come when I try to start the server with a clean setup : [Broker] BRK-1001 : Startup : Version: 0.11 Build: 90784:90849 [Broker] MNG-1001 : Startup [Broker] MNG-1004 : Ready : Using the platform JMX Agent [Broker] BRK-1002 : Starting : Listening on TCP port 5672 [2020

Monetization in wso2 api manager version 2.6.0

若如初见. 提交于 2020-11-25 03:57:30
问题 How can use monetization in wso2 api manager version 2.6.0? it have label for free or paid for example: https://docs.wso2.com/display/AM260/Configuring+API+Monetization+Category+Labels But I dont want label. I want calculate money for per api and user see api price. for example user used api and per request I can calculate and report monetization. 来源: https://stackoverflow.com/questions/64735080/monetization-in-wso2-api-manager-version-2-6-0