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