ComponentSpace

Forums



SessionIDDelegate in NetCore?


SessionIDDelegate in NetCore?

Author
Message
dre
dre
New Member
New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)New Member (2 reputation)

Group: Forum Members
Posts: 1, Visits: 24
Hi,

we're migrating vom .Net to .Net Core.
We have used the SessionIDDelegate to customize the session id. I couldn't find any way to reconstruct this with .Net Core Api of SAML.
Do you have any advice?

Regards
Daniel



ComponentSpace
ComponentSpace
ComponentSpace Development
ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)ComponentSpace Development (4.4K reputation)

Group: Administrators
Posts: 3.2K, Visits: 11K
Hi Daniel,

It depends on what you wish to achieve. Under the ComponentSpace.Saml2.Session namespace there's the ISsoSessionStore interface which defines the methods for storing and retrieving SAML session state.

We include a default DistributedSsoSessionStore implementation which stores the SAML session state in an IDistributedCache and is keyed by a saml-session cookie. The IDistributedCache can be in-memory, an SQL database, or Redis cache.

We also have an AspNetSsoSessionStore that stores the SAML session state in the ASP.NET session and a CookieSsoSessionStore which stores the SAML session state securely as the saml-session cookie value.

The Developer Guide, which is in the documentation folder and also available online, includes a section on ISsoSessionStore and the various implementations we include.

https://www.componentspace.com/Forums/8235/Developer-Guide


Regards
ComponentSpace Development
GO


Similar Topics


Execution: 0.000. 1 query. Compression Enabled.
Login
Existing Account
Email Address:


Password:


Select a Forum....












Forums, Documentation & Knowledge Base - ComponentSpace


Search