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
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