MCPcopy Create free account
hub / github.com/crewjam/saml / GetSession

Method GetSession

samlsp/session.go:38–38  ·  view source on GitHub ↗

GetSession returns the current Session associated with the request, or ErrNoSession if there is no valid session.

(r *http.Request)

Source from the content-addressed store, hash-verified

36 // GetSession returns the current Session associated with the request, or
37 // ErrNoSession if there is no valid session.
38 GetSession(r *http.Request) (Session, error)
39}
40
41// SessionCodec is an interface to convert SAML assertions to a

Callers 3

ServeSSOMethod · 0.65
ServeIDPInitiatedMethod · 0.65
RequireAccountMethod · 0.65

Implementers 1

CookieSessionProvidersamlsp/session_cookie.go

Calls

no outgoing calls

Tested by

no test coverage detected