wso2

Unable to setup OpenLDAP as primary user store for wso2is 5.6.0: LDAP Error 65 when adding a new user in management console

青春壹個敷衍的年華 提交于 2019-12-13 04:17:39
问题 I am unable to setup WSO2 Identity Server v5.6.0 with OpenLDAP as primary, external user store. The Identity Server is starting as expected (no errors in the console) and the admin user account has been created automatically, too. But if I try to add A new User per management console, the Identity Server throws the following error: Could not add user PRIMARY/johndoe@gmail.com. Error: Cannot access the directory context or user already exists in the system for user :johndoe@gmail.com In the

WSO2 AM access token expires after one access time

戏子无情 提交于 2019-12-13 04:16:45
问题 I setup IS as Key Manager for API-M, then I use Postman to get the access token from IS with Client Credential Grant Type. However, the above token can be only used for the 1st request only. I used it with the second request, I found following It seem like the token expired after one access time. Is there any document explains about this, and what should I change ? 回答1: The issue come from the different time set up on the servers of API-M and IS. With the first time the request comes, I

How to fix “None of the audience values matched the tokenEndpoint Alias https://172.28.1.101:9444/oauth2/token”?

六月ゝ 毕业季﹏ 提交于 2019-12-13 03:48:45
问题 I am setting up WSO2 API Manager and secure API with self contained access token (JWT). Here's a link i followed to protect your APIs with self contained access token (JWT) using WSO2 API Manager and WSO2 Identity Server. I am getting JWT token from the WSO2 identity server. But when I tried to get access token using the JWT token from WSO2IS, I am getting following error HTTP/1.1 400 Bad Request X-Frame-Options: DENY X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Date: Thu,

ORA-12705 NLS_LANG error when deploying Oracle as database for WSO2 APIM

元气小坏坏 提交于 2019-12-13 03:45:33
问题 I'm facing an issue when setting WSO2 APIM databases with Oracle. When I launch the WSO2 APIM server, I get the fllowing error : ORA-12705: Cannot access NLS data files or invalid environment specified I don't know how to solve this. My environment is Oracle Database 11g R2 WSO2 APIM ojdbc6 ojdbc14 (I tried both) Here's what I've tried 1. select userenv('LANGUAGE') from dual; The result is : FRENCH_FRANCE.AL32UTF8 I changed the Windows registry value of NLS_LANG to the above value In

WSO2 BPS - Parallel receive activities are blocking execution

老子叫甜甜 提交于 2019-12-13 03:38:10
问题 I'm doing some tests for deploying business processes on WSO2 BPS. I have to make communicate multiple processes with each other (asynchronously). I made a diagram to outline the problem. Process_1 starts an instance of Process_0 and sends 2 messages with data to it. The send and the receive activities are implemented in parallel. On execution, the Process_1 will complete, but not Process_0, which will stay in an active state. The two data messages are received (they are available in the SOAP

wso2 emm 2.2.0 pushing apk to android

好久不见. 提交于 2019-12-13 03:18:50
问题 I am using wso 2.2.0 with emm agent installed on a hugerock tablet. The agent is customized such that user does not see gui.. and login uses imei and imsi of the tablet. There are around 5000 + similar devices and the problem is emm agent always disconnect and user have to reenroll to make it to work.The reenrol proves tedious and it may not always work. Pushing apk is not straighforward and we have less than 20% sucess rate. - is there any way to make the agent reenrol itself or retry on its

WSO2 IS: How to Set Commonauth Caller Path

不羁岁月 提交于 2019-12-13 03:18:04
问题 I'm running WSO2 5.7.0, using OIDC with the Implicit Flow. I have set the context root to wso2-is , so the authorize endpoint is located at http://MY_DOMAIN/wso2-is/oauth2/authorize . When I begin the flow with a GET call to the oauth2/authorize endpoint, I am redirected to http://MY_DOMAIN/authenticationendpoint/login.do?client_id=MY_CLIENT_ID&commonAuthCallerPath=%2Foauth2%2Fauthorize... . The problem is that it drops the context root and so later in the Implicit Flow I am (incorrectly)

Unable to launch WSO2EI with log4j slf4j appender Kafka

我只是一个虾纸丫 提交于 2019-12-13 03:05:30
问题 I've updated my WSO2 EI from 6.2.0 to 6.3.0 and now i can't launch my WSO2 with a log4j appender for Kafka. Before, i've put this in my log4j.properties log4j.rootLogger=ERROR, CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY,CARBON_SYS_LOG, ERROR_LOGFILE, KAFKA log4j.logger.AUDIT_LOG=INFO, AUDIT_LOGFILE log4j.logger.KAFKA=INFO log4j.logger.org.apache.KAFKA=INFO log4j.logger.KAFKA=DEBUG log4j.logger.org.apache.KAFKA=DEBUG log4j.logger.KAFKA=FATAL log4j.logger.org.apache.KAFKA=FATAL log4j.logger

Why am I unable to view stats in the WSO2 API Manager Store?

和自甴很熟 提交于 2019-12-13 02:39:45
问题 Everyone please note that this question has been updated as I've recently had logs to work with. Below the log is the original posting with my configs, and the behavior I was seeing. Today, WSO2 APIM continues to send to BAM receivers which update the Stats database. However when I click on any of the statistics link in the publisher I get: TID: [0] [AM] [2014-03-04 13:43:18,815] ERROR {org.wso2.carbon.apimgt.hostobjects.APIProviderHostObject} - Error while invoking APIUsageStatisticsClient

How do I obtain an OAuth token from WSO2 using the Consumer Key/Secret?

孤街醉人 提交于 2019-12-13 02:35:13
问题 I am very new to WSO2 and am still evaluating it - mostly through Fiddler. It is my understanding that I should be able to obtain an OAuth token by calling WSO2's Login API. I have attempted various URLs (in Fiddler) along the lines of: // Based off a blog post : http://lalajisureshika.blogspot.com/2012/11/generate-application-tokens-user-tokens.html http://localhost:8280/login?grant_type=password&username=admin&password=admin&scope=PRODUCTION Authorization: Basic