wso2-am

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

'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":