Reverse proxy type of oidc authentication in Golang
- Please set the various information of the external provider as environment variables.
export ISSUER=
export CLIENT_ID=
export CLIENT_SECRET=
export REDIRECT_URL=
- start the server.
go run main.go
| Name | Name | Last commit date | ||
|---|---|---|---|---|