druidfi/saml-idp

By druidfi

Updated 2 months 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:b7c2c9c8f

Size

61.8 MB

Last updated

2 months ago

docker pull druidfi/saml-idp:2.4.4