Tiny OIDC Server
This Tiny OIDC Server is designed to be used for simple OIDC tests in development environments.
It is based on this blog post and
this set of annotated diagrams.
BE WARNED, THIS SERVER IS NOT SECURE AND IS USED FOR POC TESTING ONLY
Quick Start: Generate a Client Application
Visit /app to generate a new client_id and client_secret for testing.
- Auto-generated applications expire after 7 days
- Each time you use the credentials, the expiration deadline is extended to 7 days from when you used the credential
- The default application client_id_12decaf34bad56 never expires
- The special client_id invalid_client_id will always fail authentication
Not currently logged in.
Log In or setup a client.