dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.62k stars 25.3k forks source link

Distributed scenarios? #18421

Closed ransagy closed 2 years ago

ransagy commented 4 years ago

From reading the article, It seems to assume the services are on the same machine (particularly the usage of file system for the data protection storage).

Could this document elaborate on the best practice when those services aren't on the same machine?

I'm aware of IAuthenticationSessionStore in OWIN Cookie middleware and ASP.NET Core's ITicketStore that can be used. The latter can utilize IDistributedCache and the built in implementations for it, But i can't see any known implementations for those scenarios for OWIN. The other part would be where and how to store the data protection keys in a distributed manner.

Advice appreciated :)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ransagy commented 4 years ago

This seems to be explained in the Data Protection part of the documentation; Perhaps add a section refering to that?

Rick-Anderson commented 2 years ago

Thank you for contacting us. Due to a lack of activity on this discussion issue we're closing it in an effort to keep our backlog manageable. If you believe there is a concern which hasn't been addressed, please file a new issue.