OpenConext / OpenConext-BaseContainers

Docker base images used by all OpenConext projects that use docker containers
Apache License 2.0
0 stars 1 forks source link

Shibboleth container: Create default config #17

Closed quartje closed 10 months ago

quartje commented 11 months ago

This creates a default config to can be used in the OpenConext stack. It substitutes some environment variables in the Shibboleth configuration. These are: OPENCONEXT_INSTANCENAME: Set the local instance name (SURFconext test2) OPENCONEXT_ENGINE_LOGOUT_URL: The logout URL for engineblock SHIB_REMOTE_ENTITYID: SHIB_REMOTE_METADATA: Metadata endpoint of the IdP

Applications that use this container should provide their own Apache config. This config should set the entityID of that app and the remote idp using: ShibRequestSetting entityID https://your_remote_entity_id ShibRequestSetting entityIDSelf https://your_own_entityID