Documentation ¶
Overview ¶
Package userinfo contains the enpdoints for translating STS tokens to original IdP user info.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler provides the endpoint for /userinfo
func NewHandler ¶
NewHandler creates a UserInfo handler with the storage engine
type Store ¶ added in v0.1.21
type Store interface { types.UserInfoService types.GroupService }
Store is an interface providing userinfo and group services
Click to show internal directories.
Click to hide internal directories.