A simple Identity Provider for testing.
838
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ā
docker run -it --rm -p 8080:8080 \
-v $(pwd)/local-idp.config.yaml:/config.yaml:ro \
siocode/local-idp
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.

Content type
Image
Digest
sha256:d1d7167adā¦
Size
6.2 MB
Last updated
10 months ago
docker pull siocode/local-idp