Sign inSign up

siocode/local-idp

By siocode

•Updated 10 months ago

A simple Identity Provider for testing.

Image
Integration & delivery
Developer tools
0

838

siocode/local-idp repository overview

⁠Local IdP

A minimal, in-memory identity provider for local development and testing.
Supports OIDC discovery, OAuth2 authorization code flow, and Cognito-style login.

For full documentation, visit:
šŸ‘‰ github.com/SIOCODE-Open/local-idp⁠


⁠🐳 Quick Usage

⁠Run directly:
docker run -it --rm -p 8080:8080 \
  -v $(pwd)/local-idp.config.yaml:/config.yaml:ro \
  siocode/local-idp
⁠With Docker Compose:
version: "3.9"
services:
  local-idp:
    image: siocode/local-idp
    ports:
      - "8080:8080"
    volumes:
      - ./example/local-idp.config.yaml:/config.yaml:ro

Start it with:

docker compose up

Supports linux/amd64 and linux/arm64.

License: MIT.

Created by SIOCODE LLC.

Tag summary

Content type

Image

Digest

sha256:d1d7167ad…

Size

6.2 MB

Last updated

10 months ago

docker pull siocode/local-idp