Documentation
¶
Overview ¶
Package fakeoidcissuer contains a fake OIDC issuer which can use in go-oidc provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a fake OIDC issuer server for testing.
func New ¶
func New(issuerURL string, key *testkeys.Key, service, path string, useOIDCPrefix bool) (*Server, error)
New returns Server
func (*Server) ContextWithClient ¶
ContextWithClient injects stub http client to context.
Click to show internal directories.
Click to hide internal directories.