I am setting up WSO2 EMM as a test and followed the guide on how to install the product. I am able to access the WSO2 ESB with no problem but not the EMM. Can you please help? Thank you!
This can be a browser caching issue.Can you try clearing your browser cache and try again. Make sure you accessing the following URL.
https://localhost:9443/carbon
Try below URL for EMM. You cannot access it from the carbon console
https://localhost:9443/emm
Related
https://localhost:9443/authenticationendpoint/login.doresponse_type=code&client_id=myclient_id&scope=profile&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack
Here is my authorize endpoint. When I run this I get errors like
Error 405 - Method Not Allowed
I have already setup wso2 identity server and admin console in my machine.
Any reason for this error.
Use the following URL by replacing values for <client_id>, <redirect_uri>, and <scope>.
https://localhost:9443/oauth2/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_uri>&scope=<scope>
Refer https://is.docs.wso2.com/en/latest/learn/try-authorization-code-grant/ for more details.
when i run below link, this message appears. What is wrong here.
https://localhost:9443/oauth2/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_uri>&scope=
Have installed WSO2 IS on Ubuntu 14.04. All seems to be good, apart from when user logs in to dashboard, all the options are blank. I've searched google, but unfortunately no luck.
Dashboard screenshot :
There is no such behavior in IS 5.1.0. when I log in to the dashboard using the link https://localhost:9443/carbon/ I could see everything. Please have a look in to the image.Please refresh and see.
The issue is likely identical to the post (WSO2 V 5.0) regrading missing setup of the host and domain name. It requires adjustment of a few configuration files, as described at the following post: [ here ]
I had the same issue when using WSO2 IS on an internal domain.
Check your browser console and see if you are getting certification errors when you visit the dashboard, if so self sign a certificate with the domain name you are using and add it to the WSO2 keystore.
If remember correctly the certificates that ship with WSO2 IS are set to localhost.
I'm newbie on WSO2 MDM solution, I just finished setup the server. Now I want login https://server_ip:9443/emm/ with admin/admin , but after login will redirect to https://localhost:9443/emm/acs , you can see that not service IP address, how can I fix this problem ?
I just want login emm to register my Android mobile device.
Thanks
I hope you are using EMM 1.1.0 version. When you start the server you will see the emm url as follows
[2015-11-10 20:01:23,254] INFO {JAGGERY.config.app:js} - EMM URL : http://10.100.7.26:9763/emm
Just click on that. You will redirect to a single sign on page. There you can login using admin/admin. Then you will redirect back to the emm console. There you can register your android device.
I just edited sso-idp-conifg.xml (localhost to ip_server) that can redirect to https://server_ip:9443/emm/ , anyway, thanks for your help.
Hello,
I just edited sso-idp-config (localhost to server_ip) that can redirect.
I have setup WSO2 EMM 1.1.0 on a server but I want the requests to the server to flow through another server which has the reverse proxy entries being managed on nginx.
I am able to access the carbon management console, but not able to access the store or publisher.
The store or publisher sites redirect to /samlsso and /sso/login which are local redirects. I am not able to find the location of these redirects and how they can be modified.
Please help!
WSO2 EMM 1.1.0 was released with WSO2 Carbon 4.2.0 kernel. Hence you won't be able to use this method. Please use the configuration files given below and modify the "identityProviderURL" property to configure the location of SSO application.
https://github.com/wso2/product-emm/blob/1.1.0/modules/apps/emm/config/config.json
https://github.com/wso2/product-emm/blob/1.1.0/modules/apps/publisher/config/publisher.json
https://github.com/wso2/product-emm/blob/1.1.0/modules/apps/store/config/store.json
Regards,
Harshan
you can configure reverse proxy on any wso2 product by following documentation Adding a Custom Proxy Path
I'm setting up WSO2 API Manager & WSO2 BAM. I folloed each and every step given in the below article.
http://umeshagunasinghe.blogspot.com/2013/11/how-to-configure-wso2-api-manager-to.html
I see below error in the terminal when I try to access the statistics page.
[2015-02-06 14:15:29,405] ERROR - usage:jag java.lang.NullPointerException: null
Below is the page I get.
I checked below questions as well. but didn't work out for me.
Why am I unable to view stats in the WSO2 API Manager Store?
Configuring WSO2 API Manager to use the WSO2 BAM Server
How can I fix this?
You see this error because there are no data to be shown. Please invoke APIs and try this page.
Please read the comments for more info