thegrandwazoo/mock-idp
Start a mock OIDC identity provider for CI testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to a config YAML file (relative to GITHUB_WORKSPACE) or inline YAML content. If omitted, mock-idp starts with an empty identity store. | no | "" |
| port | Host port to bind | no | 8080 |
| iss-base | Issuer base URL written into tokens | no | http://localhost:8080 |
| issuer-name | Tenant/issuer key from your config (used to build token-url and jwks-url outputs) | no | default |
| version | mock-idp image tag | no | latest |
Outputs
| name | description |
|---|---|
| token-url | Token endpoint — POST here with grant parameters to obtain a JWT |
| jwks-url | JWKS endpoint — use this to verify tokens in your gateway/middleware |
| issuer | Issuer base URL (matches iss claim in issued tokens) |