Initial example authentication to Azure ad
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@ -0,0 +1,14 @@
|
||||
module example/hello
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/coreos/go-oidc v2.3.0+incompatible
|
||||
golang.org/x/oauth2 v0.29.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/pquerna/cachecontrol v0.2.0 // indirect
|
||||
golang.org/x/crypto v0.37.0 // indirect
|
||||
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
|
||||
)
|
Reference in New Issue
Block a user