OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
684 B

module github.com/dexidp/dex/examples
go 1.23
require (
github.com/coreos/go-oidc/v3 v3.12.0
github.com/dexidp/dex/api/v2 v2.3.0
github.com/spf13/cobra v1.9.1
golang.org/x/oauth2 v0.26.0
google.golang.org/grpc v1.70.0
)
require (
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/protobuf v1.36.5 // indirect
)