wso2is

login/Role/Permission Issue with Secondary JDBC User Store in WSO2 Identity Server Key Manager

若如初见. 提交于 2021-02-20 05:19:05
问题 I want to add SecondaryJDBCUserStore for JDBC[MySQL],added successfully, but i am getting issue with login,roles and permission I am running WSO2 IS KM and WSO2 AM on diffrent VM. I have removed embedded LDAP and implemented AD[LDAP] as primary user store and it is working perfect with all roles and permission as expected. Recently I have added SecondaryJDBCUserStore for JDBC[MySQL] but i am getting issue with roles and permission.Below are the steps: Added SecondaryJDBCUserStore from CARBON

unable to login as secondary custom user manager in wso2 IS 5.9

半世苍凉 提交于 2021-02-11 13:25:53
问题 in WSO2 IS 5.9, a)i created a CustomeruserStoreManager and placed in drop-ins and along with mysql driver i lib lib folder, b)I cud see the users from my custom usertable, created a internal and gave all permissions and assigned the 2 users test.com/dinuka and test.com.malinda to new role created. c)In the login page i can login as admin/admin but unable to login as test.com/dinuka-dinuka, I get the error as [2020-02-18 11:03:36,781] [cf46aae7-eb2b-4eeb-9683-e7adbbba5c1f] ERROR {org.wso2

unable to login as secondary custom user manager in wso2 IS 5.9

孤街醉人 提交于 2021-02-11 13:25:33
问题 in WSO2 IS 5.9, a)i created a CustomeruserStoreManager and placed in drop-ins and along with mysql driver i lib lib folder, b)I cud see the users from my custom usertable, created a internal and gave all permissions and assigned the 2 users test.com/dinuka and test.com.malinda to new role created. c)In the login page i can login as admin/admin but unable to login as test.com/dinuka-dinuka, I get the error as [2020-02-18 11:03:36,781] [cf46aae7-eb2b-4eeb-9683-e7adbbba5c1f] ERROR {org.wso2

Problem with scope results during token generation when apim3.2.0 is configured with is5.10.0 as keymanager

南笙酒味 提交于 2021-02-11 12:47:37
问题 I found strange behavior during checking functionality of WSO2 AM + IS as key manager. Env I: WSO2 AM 3.2.0 (GA pack) Env II: WSO2 AM 3.2.0 (GA pack) WSO2 IS 5.10.0 (GA pack) Configuration: created users: user-low, user-high created roles: low, high user-low has assigned low role user-high has assigned high role created shared scopes: high-scope, low-scope high-scope pointed to high role low-scope pointed to low role published api with 2 endpoint /unsecure (has pointed scope: low-scope)

Error SSL handshake when accessing the Analytics Dashboard profile - Solved

血红的双手。 提交于 2021-02-10 14:29:36
问题 After running wso2server.bat, worker.bat, dashboard.bat, I get an error when trying to access Analytics Dashboard like business-role, monitoring, policies, portal. "Error while SSL handshake: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown" what should I do, so that the dashboard analytics running normally Fix Solved WSO2 IS 5.10 Cannot borrow client for ssl://localhost:7712 - Solved 回答1: SSL Handshake error can be caused due to several reasons. Know the possible causes

Error SSL handshake when accessing the Analytics Dashboard profile - Solved

假如想象 提交于 2021-02-10 14:29:06
问题 After running wso2server.bat, worker.bat, dashboard.bat, I get an error when trying to access Analytics Dashboard like business-role, monitoring, policies, portal. "Error while SSL handshake: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown" what should I do, so that the dashboard analytics running normally Fix Solved WSO2 IS 5.10 Cannot borrow client for ssl://localhost:7712 - Solved 回答1: SSL Handshake error can be caused due to several reasons. Know the possible causes

Hierarchical attributes in XACML Policy

别等时光非礼了梦想. 提交于 2021-02-07 09:28:34
问题 We are using WSO2 Identity Server 5.1.0 . We have a location hierarchy like Plant1->Area1->unit1. Now if a user is having attribute for the Plant1, he should get access to unit1 as well (all children of the parent in a tree). Can we specify this in XACML? We have the hierarchy stored in DB. We can provide the list of hierarchical elements as a list of attributes also if so required. Problem explained in sample : A user bob has been given access to area2 as shown below : Plant1 |--Area1 |-

WSO2 IS 5.10 Cannot borrow client for ssl://localhost:7712 - Solved

≯℡__Kan透↙ 提交于 2021-02-05 11:56:31
问题 After add configuration for enable WSO2 Is-Analytics v5.8.0 in deployment.toml file in the IS_HOME/repository/conf/ directory https://is.docs.wso2.com/en/5.10.0/learn/configuring-identity-analytics/ And than running wso2server.bat IS_HOME/bin directory. When trying to access the application in service provider, an error was found any advice how to fix an error? thank you 回答1: First step Configure according to the following link for analytics https://is.docs.wso2.com/en/5.10.0/learn

WSO2 IS 5.10 Cannot borrow client for ssl://localhost:7712 - Solved

让人想犯罪 __ 提交于 2021-02-05 11:56:30
问题 After add configuration for enable WSO2 Is-Analytics v5.8.0 in deployment.toml file in the IS_HOME/repository/conf/ directory https://is.docs.wso2.com/en/5.10.0/learn/configuring-identity-analytics/ And than running wso2server.bat IS_HOME/bin directory. When trying to access the application in service provider, an error was found any advice how to fix an error? thank you 回答1: First step Configure according to the following link for analytics https://is.docs.wso2.com/en/5.10.0/learn

Remove security only for some requests wso2 api manager

蓝咒 提交于 2021-02-05 06:35:09
问题 Is it possible to remove security for some specific requests in my api list using WSO2 API manager version 3. For example, I have following requests /customer - post /products - get /customer/address - get In my case I don't need security for /products - get . Update I tried the suggestion @Pubci getting request response Invalid Credentials. Make sure your API invocation call has a header: 'Authorization : Bearer ACCESS_TOKEN' or 'Authorization : Basic ACCESS_TOKEN' or 'apikey: API_KEY 回答1: