docker-simplesamlphp
docker-simplesamlphp copied to clipboard
Dockerized plug and play SAML 2.0 Identity Provider (IdP) for development and testing.
``` Error invoking remote method 'docker-start-container': Error: (HTTP code 400) unexpected - failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error...
As explained in https://stackoverflow.com/questions/42248198/how-to-mount-a-single-file-in-a-volume#42260979 this is needed and it will fail otherwise with `source /var/lib/docker/overlay2/f17af3168be07207fc0823e339eeffa3da928070a4ac0471f006730e09c02118/merged/var/www/simplesamlphp/config/authsources.php is not directory.`
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.4 to 4.1.1. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v4.1.1 ⚙️ Fixes an issue that occurred on Windows runners when CRLF is auto-replaced by...
[This line](https://github.com/kenchan0130/docker-simplesamlphp/blob/8479ddcb482e0d90017db12e6db25b045008501f/config/simplesamlphp/config.php#L24C7-L24C7) probably doesn't do what it was supposed to: ``` 'baseurlpath' => getenv('SIMPLESAMLPHP_IDP_BASE_URL') ?: '' . 'simplesaml/', ```` `.` has precedence over `?:`, so - if the environment variable...
Hello, when I try to run this container on an arm server, all I get is this error: ``` exec /usr/local/bin/docker-php-entrypoint: exec format error ``` I'm a bit unsure where...
I am looking to test my application with Encrypted and Unencrypted SAML responses. Can I configure the docker container to give me encrypted SAML responses using my test SSL certs...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.2 to 6.0.5. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.5 ⚙️ Fixes an issue with proxy support for users that run self-hosted behind a...
This is an automated PR to update the [simplesamlphp](https://github.com/simplesamlphp/simplesamlphp). - Check if there is any omission between [v2.0.12](https://github.com/simplesamlphp/simplesamlphp/releases/tag/v2.0.12) and the existing version. - This is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
This PR enables HTTPs on the Apache server so that scenarios are supported where transport security is required by the application under test.