Test OIDC Provider
Issuer: https://test-oidc-provider.shangkentech.com
Test Users
- testuser1@example.com / password123
- testuser2@example.com / password456
Test Client
client_id: test-client
client_secret: test-client-secret
Key Management API
- GET /api/jwk/keys - List all keys
- PUT /api/jwk/keys/:kid/status - Update key status
- POST /api/jwk/keys - Add a new key
- DELETE /api/jwk/keys/:kid - Remove a key