8000 GitHub - tjm-jimmy/docker-wso2emm: WSO2 Enterprise Mobility Manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tjm-jimmy/docker-wso2emm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe

This is a dockerized version of the wso2emm version 2.0.1

Building the image

  1. clone the repository.
  2. cd into the repository.
  3. docker build -t <nameofyourchoice> .

Run the image

  1. docker run -d --name <nameofyourchoice> -p 9443:9443 -p 9763:9763 <containername>

  2. Then you can access EMM Admin Console in the following URL

    https://localhost:9443/emm
    

Configure your server

Follow the General Server Configurations manual

After completing the server configuration modify the following files:

  • app-manager.xml

  • identity.xml

  • sso-idp-config.xml

  • sso-idp-config.xml

  • sso-sp-config.properties

  1. app-mamager.xml file which is located in /repository/conf Change the below url according to the docker container IP address https://localhost:9443/samlsso {code} For an example, my docker container IP is 172.17.0.2 . So I have changed the url as below {code} https://172.17.0.2:9443/samlsso

  2. identity.xml file which is located in /repository/conf/identity Change the below url according to the docker container IP address https://localhost:9443/samlsso

  3. sso-idp-config.xmlfile which is located in /repository/conf/identity https://localhost:9443/publisher/acs https://localhost:9443/publisher/acs You can see "localhost" keyword in several urls inside sso-idp-config.xml file .So; if you cannot access any pages in other applications, you can replace the localhost with container IP address.

  4. sso-sp-config.properties file which is located in /repository/conf/security directory. Change the below url according to the docker container IP address SAML2.IdPURL=https://localhost:9443/samlsso

About

WSO2 Enterprise Mobility Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0