Namespace ComponentSpace.Saml2.Session
Classes
AspNetSsoSessionStore
The single sign-on session store implemented using the ASP.NET core session.
CookieSsoSessionStore
The single sign-on session store implemented using a cookie.
CookieSsoSessionStoreOptions
The options for the CookieSsoSessionStore
.
DistributedSsoSessionStore
The single sign-on session store implemented using a distributed cache and a cookie.
DistributedSsoSessionStoreOptions
The options for the DistributedSsoSessionStore
.
Interfaces
ISsoSessionStore
The single sign-on session store.