mini-saml-idp

command module
v0.0.0-...-872d7a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2022 License: MIT Imports: 17 Imported by: 0

README

mini-saml-idp

Lightweight SAML2 IDP that can be used for testing

run

Run using docker-compose:

  mini-saml-idp:
    container_name: mini-saml-idp
    image: mini-saml-idp:latest
    ports:
      - "9009:9009"
    volumes:
      - ./saml/:/data/
    environment:
      IDP_BASE_URL: http://localhost:9009
      SERVICE_METADATA_URL: http://my-saml-sp/saml/metadata
      USER_JSON: /data/users.json

If you do not mount a users.json the default one is used.

docker build

first enable

make build

build multi-arch docker image

docker login quay.io
make publish

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL