wso2carbon

Getting following error while creating a user in WSO2 IS 5.9.0 using scim API?

女生的网名这么多〃 提交于 2020-08-11 05:01:31
问题 My username is mapped to email while creating a user with payload { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User" ], "name": { "formatted": "Careerex Admin" }, "userName": "careerex.admin@in.aanasonic.com", "password": "abc!12345", "profileUrl": "www.gmail.com", "phoneNumbers": [ { "type": "mobile", "value": "9876543210" } ], "locale": "Delhi" } I am getting following error regarding restrictions of username- { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ],

Getting following error while creating a user in WSO2 IS 5.9.0 using scim API?

风格不统一 提交于 2020-08-11 05:01:09
问题 My username is mapped to email while creating a user with payload { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User" ], "name": { "formatted": "Careerex Admin" }, "userName": "careerex.admin@in.aanasonic.com", "password": "abc!12345", "profileUrl": "www.gmail.com", "phoneNumbers": [ { "type": "mobile", "value": "9876543210" } ], "locale": "Delhi" } I am getting following error regarding restrictions of username- { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ],

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

a 夏天 提交于 2020-03-20 14:37:52
问题 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: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":

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

Setting up WSO2 API Manager and API Manager Gateway profile

南笙酒味 提交于 2020-01-24 22:23:25
问题 After talking to one of the experts at WSO2, they suggested me the best setup architecture for my requirement, which is provided below, would be to setup API Manager and same API manager package (wso2am-linux-installer-x64-3.0.0.deb) with only gateway profile activated in Server 2 so that the API manager can communicate with the server for access and publishing the API. Server 1 : Cloud VPS for API Manager Server 2 : On-site Server for Production and Sandbox API. However, refering to the

Is it advised to use different database for identity,shared,bps,consent & metric db in wsois 5.9.0?

北城余情 提交于 2020-01-24 22:06:43
问题 Is it advised to use different database for identity,shared,bps,consent & metric db in wsois 5.9.0? how to configure consent and metric db? I am trying this configuration: [user_store] type = "database" TenantManager="org.wso2.carbon.user.core.tenant.JDBCTenantManager" ReadOnly=false ReadGroups=true WriteGroups=true scim_enabled = true #enabling scim apis [database.user] url = "jdbc:mysql://localhost:3306/regdb?useSSL=false" username = "regadmin" password = "regadmin" driver = "com.mysql.jdbc

SSL-Connection causes javax.net.ssl.SSLException: hostname in certificate didn't match (WSO2 Api Manager / Tomcat)

给你一囗甜甜゛ 提交于 2020-01-21 15:21:46
问题 I am currently setting up a dockerized WSO Api Manager. We have got a wildcard certificates for our domain. I successfully transformed it into a java keystore and replaced the two jks files. When I open the API manager, I get no ssl warnings and the browser marks my connection as secure. When I try to login I get an error : In the log files I get : TID: [-1234] [] [2017-03-24 11:37:55,305] INFO {org.apache.axis2.transport.http.HTTPSender} - Unable to sendViaPost to url[https://localhost:9443