Sign inSign up

druidfi/saml-idp

By druidfi

•Updated about 2 hours ago

SimpleSAMLphp based test IdP for local development purposes

Image
Developer tools
1

10K+

druidfi/saml-idp repository overview

⁠Basic usage

This example uses Traefik to route traffic to container:

idp:
  image: druidfi/saml-idp:2.0.2
  environment:
    SIMPLESAMLPHP_IDP_BASEURLPATH: "https://idp.docker.so/simplesaml/"
    SIMPLESAMLPHP_SP_ENTITY_ID: "https://sp.docker.so"
    SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE: "https://sp.docker.so/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp"
    SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE: "https://sp.docker.so/simplesaml/module.php/saml/sp/saml2-logout.php/default-sp"
  labels:
    - "traefik.enable=true"
    - "traefik.http.routers.idp.entrypoints=https"
    - "traefik.http.routers.idp.rule=Host(`idp.docker.so`)"
    - "traefik.http.routers.idp.tls=true"
    - "traefik.http.services.idp.loadbalancer.server.port=8080"

And then you can access IdPs admin from https://idp.docker.so/simplesaml/admin⁠ with password debugpass

Tag summary

Content type

Image

Digest

sha256:b6f426e69…

Size

61.2 MB

Last updated

about 2 hours ago

docker pull druidfi/saml-idp:2.5.3.1