{"id":23859202,"url":"https://github.com/openconext/openconext-devssp","last_synced_at":"2026-06-24T00:32:17.761Z","repository":{"id":173954326,"uuid":"647720857","full_name":"OpenConext/OpenConext-devssp","owner":"OpenConext","description":"SimpleSAMLphp Docker container for development purposes","archived":false,"fork":false,"pushed_at":"2025-04-30T08:01:39.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-30T08:57:51.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenConext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-31T11:36:23.000Z","updated_at":"2025-04-30T08:01:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"b75bfb2e-02c1-4f19-af65-a3275c36be84","html_url":"https://github.com/OpenConext/OpenConext-devssp","commit_stats":null,"previous_names":["openconext/openconext-devssp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenConext/OpenConext-devssp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenConext%2FOpenConext-devssp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenConext%2FOpenConext-devssp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenConext%2FOpenConext-devssp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenConext%2FOpenConext-devssp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenConext","download_url":"https://codeload.github.com/OpenConext/OpenConext-devssp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenConext%2FOpenConext-devssp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34712578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-03T03:32:45.570Z","updated_at":"2026-06-24T00:32:17.756Z","avatar_url":"https://github.com/OpenConext.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenConect-devssp\n\nThis repo contains all files that are needed to get a SimpleSAMLphp based SAML IdP and SP running in a docker container \nwith a configuration that can be used to test OpenConext-Stepup.\n\nThis image is not in any way production ready! It is meant for development and testing purposes only. \n\nThis image is used in the docker-compose of the [OpenConext-devconf](https://github.com/OpenConext/OpenConext-devconf) project.\n\n# Development\n\n## Setup\nWhen developing the OpenConect-devssp itself you can run devssp using the docker-compose.yaml in this OpenConext-devssp project:\n\n- Clone the [OpenConext-devconf](https://github.com/OpenConext/OpenConext-devconf) project on the same level as this project. \n- I.e. the directory structure should look like this:\n    ```\n    .\n    ├── OpenConext-devconf\n    └── OpenConext-devssp\n    ```\n- Ensure that ports 80 and 443 are available on the host\n- Add the following to your `/etc/hosts` file:\n    ```\n    127.0.0.1 ssp.dev.openconext.local\n    ```  \n\n- Start the container from the root of OpenConext-devssp. You can use the `./dev-start.sh` script or run the following command:\n\n  ```bash\n  docker compose up\n  ```\n\nThen go to [https://ssp.dev.openconext.local/](https://ssp.dev.openconext.local/).\nThe proxy uses a self-signed certificate, so you will need to accept this certificate in your browser.\n\n## dev-start.sh\n  \nYou can use the `./dev-start.sh` script to start the containers in the background.\nThs script will copy the contents of the `/var/www` directory in the container to the `container/var/www` directory on \nthe host each time the container is started so that source debugging of these files is possible\nfrom the IDE.\n\nWith the `-r` option you can force a rebuild of the containers.\n```bash\n  ./dev-start.sh -r\n```\n\n## Debugging\nThe container has XDebug installed and configured.\n\n### PhpStorm\n\nThe easiest way to develop and debug using PhpStorm is to use the remote interpreter feature:\n1. Go to `Settings` \u003e `PHP` \u003e `CLI Interpreter`\n2. Add a new Docker Compose interpreter\n3. If you have not already done so, add the Docker Server you are using under Server\n4. Configuration file is the `docker-compose.yaml` file in the root of this project\n5. Service is `ssp`\n6. Choose to connect to the existing container\n\nTo trace though e.g. the simplesaml php code, start the container with the dev-start.sh script. \nThis copies the contents of the /var/www directory in the container to the container/var/www directory on the host.\nThen you can map e.g. the container/var/www/simplesaml/src to the remote /var/www/simplesaml/src directory in PhpStorm.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenconext%2Fopenconext-devssp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenconext%2Fopenconext-devssp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenconext%2Fopenconext-devssp/lists"}