wso2

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" ],

Unable to generate the application keys using REST API in WSO2 API manager

守給你的承諾、 提交于 2020-07-22 06:03:25
问题 I am using API manager 3.1.0 I want to generate the application keys for the application I created using the REST API. My API request is as follows: https://x.x.x.x:9443/api/am/store/v1/applications/bc87abf6-8e84-40d5-84ff-2a6fbb446eed/generate-keys Request Body is as follows { "keyType": "PRODUCTION", "grantTypesToBeSupported": [ "Code" ] } For this rquest I am getting the below response { "code": 500, "message": "Internal server error", "description": "The server encountered an internal