Home

oidc @main - refs - log -
-
https://git.jolheiser.com/oidc.git
Simple OIDC callback viewer
oidc / README.md
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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)