wso2is

Myaccount and Console apps in WSO2IS-5.11.0 are not working when the server started with port offset

拜拜、爱过 提交于 2021-02-04 07:47:10
问题 Changing the port by changing the offset in the deployment.toml or using -DportOffset doesn't get applied to the Console and the My Account applications. How to reproduce: Change the offset by adding the following config to the deployment.toml [server] offset=2 Start the server Access the console app from https://localhost:9445/console Access the my account app from https://localhost:9445/myaccount Following error is displayed. Observed, that the reason is that the callback URL is not changed

Unable to limit maximum session on WSO2 Identity Server

自作多情 提交于 2021-01-29 20:33:06
问题 I am using WSO2 IS 5.10.0 running in the official Docker image and followed the guide here to setup session limiting for users with defined roles. I have attempted to use the main way described in the article (using the active-session-limit-handler), as well as the alternative method described in section 2 (using adaptive authentication Javascript functions). Neither method has worked for me. Through error logs I was able to trace the issue back to the following query: SELECT USER_ID FROM IDN

How to update a single user's groups with WSO2 SCIM REST API without using patch/ Groups as it results in timeout when the user count is high?

爱⌒轻易说出口 提交于 2021-01-29 15:40:30
问题 We are using WSO2 SCIM apis to define roles to user and update it. For role update operation , we are currently adding the new user role(add user to new role group using SCIM api) , and then delete the existing user role (call users SCIM GET request under a GROUP, delete the existing user from the list and use the newly created list as body arguments to call SCIM PATCH request for the GROUP). With this approach , we were able to update roles. But as the user base increased , the above

WSO2 IdentityServer 5.11 and WSO2 API Management 3.2.0 integration have DB script issue

一笑奈何 提交于 2021-01-28 21:55:40
问题 Following the below URL https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/#step-4-configure-wso2-is-with-wso2-api-m When I am trying to configure WSO2 IS 5.11.0 and WSO2 APIM 3.2.0, found below issues The table alternation sql commands are not working until removing AUTO_INCREMENT tag. The sql commands are shared_db ALTER TABLE REG_RESOURCE_COMMENT ADD COLUMN REG_RESOURCE_COMMENT_ID INTEGER NOT NULL AUTO

Error: Connection refused while token generating via WSO2 Devportal

北慕城南 提交于 2021-01-28 19:45:10
问题 I am configuring WSO2 fully distributed APIM 3.1.0 with IS as KM and Dev/Publisher in one node. My IPs are as below, Gateway IP - 172.42.42.20 DNS: gw.local.com ISKM IP - 172.42.42.40 DNS: iskm.local.com Dev/Publisher - 172.42.42.80 DNS: apim.local.com All the configurations are done following WSO2 documentation and ansible scripts. But an error occurred while generating tokens via devportal. Using the curl command the tokens can be generated successfully. How to fix this issue? The carbon

WSO2is XACML API

感情迁移 提交于 2021-01-28 17:47:22
问题 I can use the API REST for XACML without problem following this article https://docs.wso2.com/display/IS560/Using+REST+APIs+via+XACML+to+Manage+Entitlement. My basic question is, how can i access to pdp endpoint for validate access for the logged user, using the access token of the user that i want to apply the access rules? For every request i need to send the admin user and password for tenant where the user that i can validate exist. I want to know if is possible to use this same endpoint

WSO2is XACML API

|▌冷眼眸甩不掉的悲伤 提交于 2021-01-28 17:45:54
问题 I can use the API REST for XACML without problem following this article https://docs.wso2.com/display/IS560/Using+REST+APIs+via+XACML+to+Manage+Entitlement. My basic question is, how can i access to pdp endpoint for validate access for the logged user, using the access token of the user that i want to apply the access rules? For every request i need to send the admin user and password for tenant where the user that i can validate exist. I want to know if is possible to use this same endpoint

Unable to call WSO2 IS-KM 5.10.0 SCIM2 from WSO2 API Manager 3.1.0 mediation sequence

邮差的信 提交于 2021-01-28 11:31:43
问题 For a service chaining purpose, I have to call SCIM2 Me endpoint from API manager mediation sequence. POST method to ADD user works fine, but GET/PUT/DELETE methods are not working. I have provided a code snippet of Get method I'm using in the sequence. <property name="uri.var.tenantDomain" expression="get-property('tenantDomain')" scope="default" type="STRING"/> <property name="NO_ENTITY_BODY" scope="axis2" action="remove"/> <property name="HTTP_METHOD" value="GET" scope="axis2" type="STRING

WSO2IS 5.11.0 - Blank screen when accessing to /myaccount or /console web page

萝らか妹 提交于 2021-01-28 07:53:14
问题 I deployed to test the last release of WSO2 5.11.0 in Docker container. I did not change anything in the default configuration except the hostname and callbackURL for the "Console" and "My Account" service providers to match my hostname. Access to the carbon console is fine. But when I try to reach https://<hostname>/console or https://<hostname>/myaccount , I can fill my login and password, then I have a blank page without anything. Any idea is welcome. Thank you. 回答1: Taking the answer from

oidc/logout with id_token_hint is not working

这一生的挚爱 提交于 2021-01-07 02:35:32
问题 I am sending https://localhost:9443/oidc/logout?id_token_hint=my_id_token and getting the page with the message Identity Server You have successfully logged out. But when I go back to the login page,it is returning authorization code instead of asking login/password. 回答1: According to the browser traces shared in the comments, it seems you are sending the logout request to an incorrect hostname+port (aisoip-devis.xxxxx.kz:9443). Due to that reason, the commonauthId cookie on the browser