Container for MITREid-connect with LDAP overlay
660
Container MITREid-connect with LDAP overlay.
In ldap overlay, server-config.xml was midified to pick up issuer URL from properties.
The server needs to the following variables:
ldap.server=ldap://<IP_ADDRESS>:389/dc=example,dc=com
ldap.url=ldap://<IP_ADDRESS>:389
ldap.base=ou=Users,dc=example,dc=com
issuer_url=http://<IP_ADDRESS>:8080/ldap-openid-connect-server/
Assuming these variables are passed as environment file, the command to launch the server is:
docker run -d --env-file=<env-filename> polyakov/mitreid-connect
Content type
Image
Digest
Size
177 MB
Last updated
almost 10 years ago
docker pull polyakov/mitreid-connect