wso2is

'Provided Authorization Grant is invalid' error while trying to login a dockerized application using wso2

爱⌒轻易说出口 提交于 2020-03-20 14:37:51
问题 I have dockerized our Angular application which have been using WSO2 as API manager . After doing the configurations, i was able to run the application successfully and able to hit all existing api's. The only issue arises when i tried to use oath2/token api for performing login operation of our customer . Even though, the same code was used to perform authentication earlier(before dockerization) without any issues,now i am getting error as { "error": "invalid_grant", "error_description":

'Provided Authorization Grant is invalid' error while trying to login a dockerized application using wso2

断了今生、忘了曾经 提交于 2020-03-20 14:33:17
问题 I have dockerized our Angular application which have been using WSO2 as API manager . After doing the configurations, i was able to run the application successfully and able to hit all existing api's. The only issue arises when i tried to use oath2/token api for performing login operation of our customer . Even though, the same code was used to perform authentication earlier(before dockerization) without any issues,now i am getting error as { "error": "invalid_grant", "error_description":

config issues with wso2is 5.9 CustomUserStoremanager

旧街凉风 提交于 2020-03-05 00:31:32
问题 Am trying to get the CustomUserStoreManager, Here I have added below the code for CustomStoreUserManager, I have placed the test_come.xml in userstore folder and added the jar file and mysql driver and jascypt jars to the lib folder. After restarting the server i cant see this in the drop down for add userstore manager list.... <code> <?xml version="1.0" encoding="UTF-8"?> <UserStoreManager class="com.wso2.custom.usermgt.CustomUserStoreManager"> <Property name="url">jdbc:mysql://localhost

config issues with wso2is 5.9 CustomUserStoremanager

牧云@^-^@ 提交于 2020-03-05 00:27:35
问题 Am trying to get the CustomUserStoreManager, Here I have added below the code for CustomStoreUserManager, I have placed the test_come.xml in userstore folder and added the jar file and mysql driver and jascypt jars to the lib folder. After restarting the server i cant see this in the drop down for add userstore manager list.... <code> <?xml version="1.0" encoding="UTF-8"?> <UserStoreManager class="com.wso2.custom.usermgt.CustomUserStoreManager"> <Property name="url">jdbc:mysql://localhost

deployment.toml configuration options

China☆狼群 提交于 2020-03-03 10:27:29
问题 new feature of "WSO IS 5.9.0" is the deployment.toml , but i have not found the configuration options nor the way how one can set the xml config file from this file. For example, if I want to enable in carbon.xml option EnableHTTPAdminConsole, what should one do? [server] hostname = "my.server.com" node_ip = "127.0.0.1" base_path = "https://$ref{server.hostname}:${carbon.management.port}" enable_h_t_t_p_admin_console = true enable_http_admin_console = true EnableHTTPAdminConsole = true does

WSO2 - Get active sessions for user

╄→尐↘猪︶ㄣ 提交于 2020-02-04 04:02:12
问题 We are using WSO2 for authentication (SAML/SSO). I don't know how to tell if a user is already logged in (in order to prevent concurrent logins). Other SO questions have indicated this is possible to know both with WSO2 IS Analytics and without. I would prefer to not have to run WSO2 IS Analytics as well (this is alluded to here, but never clarified. Further, I can see the IDN_AUTH_SESSION_STORE table being populated and referred to during login, but that is using SESSION_ID (which is passed

Adding WSO2 IS Oauth / OpenId Connect Service Provider using configuration files

狂风中的少年 提交于 2020-01-30 13:13:11
问题 We are using an automation process currently in our environment. We have WSO2 5.3.0. I need to configure Oauth2/Openid Service Provider using XML configuration files. All the documentation, examples, etc, is oriented to SAML2 and not to Oauth2/OpenId. Can somebody help me? 回答1: At the moment you cannot create OAuth / OIDC applications through config files. You can add the service provider configs through config files. Problem is it does not populate the section "Inbound Authentication

WSO2 Admin Secondary User Store - Delete Icon is not Working

99封情书 提交于 2020-01-25 20:58:11
问题 For test purpose I added a read-only LDAP look-up via the User Store Management menu at admin, selecting the option: org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager After testing, I'm not able to remove this store entry at the Web console doing a "Select All" and selecting the the "Delete" icon. The command confirms deletion of the store, but after a new lookup the entry is still present. It is currently set in a disabled state, as some details are yet missing in the LDAP setup.

WSO2 Admin Secondary User Store - Delete Icon is not Working

有些话、适合烂在心里 提交于 2020-01-25 20:58:06
问题 For test purpose I added a read-only LDAP look-up via the User Store Management menu at admin, selecting the option: org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager After testing, I'm not able to remove this store entry at the Web console doing a "Select All" and selecting the the "Delete" icon. The command confirms deletion of the store, but after a new lookup the entry is still present. It is currently set in a disabled state, as some details are yet missing in the LDAP setup.

WSO2 Identity Server - Cannot Use Dialect I defined in Service Provider's Claim Configuration

烈酒焚心 提交于 2020-01-25 09:24:06
问题 I created my own dialect using the manaement console Configure-->Claim Management. After doing this, I wanted to configure my Service Provider to be associated with these claims, so I edited my SP and went to the Claim Configuration section. The issue I am running into is the only Local Claim claims which show up are the default wso2 ones. So you only ever see ones starting with http://wso2.org/claims/. With that said, I don't believe choosing Define Custom Claim Dialect is an appropriate