thegrandwazoo/mock-idp

Start a mock OIDC identity provider for CI testing

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configPath to a config YAML file (relative to GITHUB_WORKSPACE) or inline YAML content. If omitted, mock-idp starts with an empty identity store. no""
portHost port to bindno8080
iss-baseIssuer base URL written into tokensnohttp://localhost:8080
issuer-nameTenant/issuer key from your config (used to build token-url and jwks-url outputs)nodefault
versionmock-idp image tagnolatest
namedescription
token-urlToken endpoint — POST here with grant parameters to obtain a JWT
jwks-urlJWKS endpoint — use this to verify tokens in your gateway/middleware
issuerIssuer base URL (matches iss claim in issued tokens)