Home

oidc @main - refs - log -
-
https://git.jolheiser.com/oidc.git
Simple OIDC callback viewer
-rw-r--r--
12 B
.gitignore
-rw-r--r--
1.1 kB
LICENSE
-rw-r--r--
321 B
README.md
-rw-r--r--
262 B
go.mod
-rw-r--r--
1.7 kB
go.sum
-rw-r--r--
4.7 kB
main.go

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:

OIDC_CLIENT_PROVIDER=
OIDC_CLIENT_ID=
OIDC_CLIENT_SECRET=

# Optional
# PORT=8000

License

MIT