wso2is

How to configure password expire time in bulk import from CSV in WSO2 Identity Server 5.3.0

半世苍凉 提交于 2019-12-24 23:45:17
问题 Hi I am using WSO2 Identity Server 5.3.0. I want to create users by using bulk import from a CSV File. I am able to do it successfully. Problem Statement: Users are created successfully but in the documentation link, it is mentioned that the default password expiry for the users is 24 hours. Is there any way possible through configuration that we can turn this setting off. OR Increase the time for this password expiry. Document Link: I enabled the Bulk storage from user-mgt.xml file.

Unable to create fixed remote mounts in WSO2 API Manager 2.5.0

℡╲_俬逩灬. 提交于 2019-12-24 22:14:50
问题 I am following this link while configure wso2IS-5.6.0 with wso2AM-2.5.0. While registry share am getting this error. ERROR - RegistryCoreServiceComponent Unable to create fixed remote mounts. org.wso2.carbon.registry.core.exceptions.RegistryException: An exception occurred while executing handler chain. null at org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.delete(HandlerManager.java:2649) at org.wso2.carbon.registry.core.jdbc.handlers.UserDefinedHandlerManager.delete

WAITING threads issue in wso2esb

 ̄綄美尐妖づ 提交于 2019-12-24 19:23:49
问题 Hi am working on wso2esb and using Active MQ for message queues. After around 3 weeks of usage ESB server was hanging and with the help of JMX monitoring of ESB i found that they are a huge number of java threads are in WAITING state. [EsbMonitoring] ***************** java Threads Attributes ********************* [EsbMonitoring] ThreadCount :8873 [EsbMonitoring] DaemonThreadCount :104 [EsbMonitoring] PeakThreadCount :8992 [EsbMonitoring] TotalStartedThreadCount :16086123 Initially when we

wso2 identity server axisfualt message when connecting to entitlement service

天大地大妈咪最大 提交于 2019-12-24 16:42:54
问题 I have been following the blog at http://hasini-gunasinghe.blogspot.com/2011/12/entitlement-service-xacml-pdp-as-web.html but I cannot connect to identity server, every time I try I get the following error: org.apache.axis2.AxisFault: Connection has been shutdown: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at

How to encrypt LDAP UserStore password in usr-mgt.xml in WSO2?

北城以北 提交于 2019-12-24 15:39:32
问题 I am trying to encrypt the UserStore connection password in WSO2 Identity Server (usr-mgt.xml) using ciphertool.bat ( using WSO2 version 5.0.0). I have a jks file with same password for key and keystorepassword . In ciphertool.properties , modified following line as: UserStoreManager.Property.ConnectionPassword=repository/conf/user-mgt.xml I generated a encrypted password by using ciphertool.bat -DConfigure command and I updated ciphertext.properties file as: UserStoreManager.Property

WSO2IS - Upgrading PasswordDigest property for existing deployment

折月煮酒 提交于 2019-12-24 12:51:46
问题 We intend to change the digest properties of our user-mgt.xml file to make changes to how our passwords are stored (WSO2IS 5.3.0) ... <Property name="PasswordDigest">SHA</Property> <Property name="passwordHashMethod">SHA</Property> <Property name="StoreSaltedPassword">false</Property> ... I'm curious if WSO2IS will automatically handle upgrading existing users, or if I need to follow a process similar to the one outlined here. EDIT: I will also note that we are going to start salting

Wso2 use memberUid on external LDAP for groups

感情迁移 提交于 2019-12-24 12:11:31
问题 I have connected Wso2 with an external LDAP. So, i want to handle the LDAP groups. However in Wso2 doc it states to use : groupOfNames as our objectClass and member as our MembershipAttribute However my current LDAP server is not like that. This means that i use PosixGroup as my objectClass and memberUid for my MembershipAttribute This leads me to the point that , when i add a user to a group, then Wso2 goes and puts this value uid=b1,ou=users,dc=transip,dc=nl inside memberUid . This is not

WSO2 IS - Active Directory Login - Not working correctly

人盡茶涼 提交于 2019-12-24 11:50:16
问题 I have attached my Active Directory as a secondary user store and can see the list of users when i select "Users" however when accessing an APP through tomcat that is linked to SAML SSO i cannot login using an AD Account can anyone suggest what i am missing? the error in the system logs is TID[-1234] [IS] [2014-02-13 13:49:02,321] DEBUG {org.wso2.carbon.identity.application.authenticator.basicauth.BasicAuthenticator} - user authentication failed due to invalid credentials. however my login

how to add users to roles using SCIM in WSO2

夙愿已清 提交于 2019-12-24 07:12:03
问题 I want to add roles to users programatically in WSO2 Identity server. I am able to create users by SCIM API's.But cant find an API to add a user to a role. I tried giving the user name as "userName":"role/myusername" in the wso2/scim/Users POST API. But its not working ; not sure if its the correct approach. Can someone tell me how to add a role to an existing user and also add a role to a new user? Thanks 回答1: The answer here shows how to do that with SCIM PUT command. Also From IS 5.1.0

adding scopes programmatically in wso2 APIM

不想你离开。 提交于 2019-12-24 04:26:08
问题 can I create scopes programmatically in WSO2 APIM? I have a requirement where user can create new roles via UI and associate some permissions with the new role..User will not use WSO2 web interface ; rather he will use the inhouse web application For this, I have to programmatically create Scopes and associate API's with it. Also manually map scopes to roles. How can I create scopes via WSO2 APIM Programmatically? What all the operations possible with scopes programmatically? If it's not