A simple OpenID Connect provider for development and testing
| Endpoint | Method | URL |
|---|---|---|
| Discovery | GET | http://localhost:3000/oidc/.well-known/openid-configuration |
| Authorize | GET | http://localhost:3000/oidc/authorize |
| Token | POST | http://localhost:3000/oidc/token |
| JWKS | GET | http://localhost:3000/oidc/jwks |
| Userinfo | GET | http://localhost:3000/oidc/userinfo |
Test the discovery endpoint with curl:
curl http://localhost:3000/oidc/.well-known/openid-configuration