Questions tagged [wso2-appm]

WSO2 App Manager is a complete solution for publishing and managing all aspects of an application and its lifecycle.

WSO2 App Manager

WSO2 App Manager is a complete solution for publishing and managing all aspects of an application and its lifecycle. 100% open source, it also provides an unique one-stop store solution where users can pick and choose apps, and is highly scalable.

Links

  1. Github Repos for components and the product
  2. JIRA
  3. Product Home Page
  4. Documentation
27 questions
2
votes
1 answer

Changing admin password on wso2 api manager results in errors when calling the published APIs

I have a simple setup of WSO2 APIM with MYSQL and have published APIs using the admin user. On changing the default admin password for API manager I am able to login using the new password on Publisher/Store but not use the published apis. Have…
Amrut
  • 37
  • 6
2
votes
1 answer

How to allow access permission from wso2is to wso2api manager using ReadWriteLDAPUserStore

When i create user's roles in wso2 identity server and give some permissions to roles and then configure wso2is using ReadWriteLDAPUserStore with wso2 api manager or wso2 business server then in wso2is role's permissions not visible to wso2 api…
2
votes
1 answer

app in not getting installed in wso2 appmanager

I am trying to install the mobile app on my device through the wso2 appmanager, but on clicking its reflecting as installed but the app is not getting installed on my device.Any help will be really appreciated.
victorious
  • 309
  • 4
  • 13
1
vote
1 answer

WSO2 API manager with keycloak using other realm than master

According to the docs, wso2 api manager uses the master realm of keycloak. I tried to use other realm with the same configuration, but it doesn't work. It is the only difference that a Realm Roles called admin is available in the master realm but…
Tonny Tc
  • 852
  • 1
  • 12
  • 37
1
vote
1 answer

Getting 403 forbidden when signing in with google to WSO2 API Manager Devportal

I am getting the 403 forbidden error when I am signing in with google to the WSO2 API store. I get this error message: You don't have sufficient privileges to access the Developer Portal Appreciate any help on this.
1
vote
0 answers

WSO2 JSON to SOAP converstion

JSON to XML converstion using WSO2 API Manager Sequence I need to convert JSON request to SOAP and SOAP response to JSON. I can do it for the JSON objects but I am unable to do it for the json array object. For the below soap format and arguments.…
JBasu
  • 95
  • 8
1
vote
1 answer

WSO2 API Manager is saving hundreds of 'publisher' HTML files to directory

WSO2 API Manager is saving hundreds of 'publisher' HTML files (every day) to directory "/root" All of the files have names like: publisher.1 publisher.2 publisher.3 ... publisher.978 etc How do I stop it from creating these files, or atleast how can…
Ray
  • 103
  • 11
1
vote
1 answer

How to access XACML policy from WSO2IS in API using WSO2API manager(How to create APIs using WSO2APIM to access XACML policy)

I have created XACML Policy having define multiple roles with different resources in WSO2IS. Now i want to know how to access XACML policy in my web application. How to create APIs using WSO2API Manager to access XACML policy.