Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type State ¶
type State struct {
Token TokenInfo `msgpack:"tok,omitempty"`
SessionID string `msgpack:"sid,omitempty"`
ClusterID string `msgpack:"cl,omitempty"`
RedirectURL string `msgpack:"red,omitempty"`
}
State is the data stored on the clientside as a browser cookie. To be independent of the OIDC token sizes, it only stores the absolute minimum information required for this particular backend implementation. Especially when lots of groups and claims are involved, the tokens can grow to a size larger than allowed by browsers for cookies, and even compression would only be a small adhesive strip, not a solution.
Click to show internal directories.
Click to hide internal directories.