# OIDC
Not a provider, not an implementer, just a viewer.
## Setup
Make sure to set a callback URI for `http://localhost:<port>/callback`Set up a `.env` file with the OIDC provider information:
```env
OIDC_CLIENT_PROVIDER=OIDC_CLIENT_ID=OIDC_CLIENT_SECRET=# Optional# PORT=8000```## License
[MIT](LICENSE)