mongodb - Distributed cache with OpenIdConnect -
i have following scenario. web application using openidconnect middleware authenticate application through our company identity server. goal make setup multiple nodes/web farm scenario, authenticated session shared across node servers. requirement store distributed cache in mongodb database. can use mongodbcache package implements idistributedcache. how can achieve scenario? looked this: http://www.paraesthesia.com/archive/2016/06/15/set-up-asp-net-dataprotection-in-a-farm/ not sure how can share access token used instances.
Comments
Post a Comment