Documentation ¶
Overview ¶
Package keycloak provides an implementation of the Keycloak IdentityProvider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyCloak ¶
type KeyCloak struct {
// contains filtered or unexported fields
}
KeyCloak is an implementation of the auth.IdentityProvider interface.
func NewKeyCloak ¶
func NewKeyCloak(name string, cfg serverconfig.IdentityConfig) (*KeyCloak, error)
NewKeyCloak creates a new KeyCloak identity provider.
Click to show internal directories.
Click to hide internal directories.