SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Client authentication #6

Closed tusmester closed 1 year ago

tusmester commented 7 years ago

We want to add support for a modern authentication process in the sensenet client. The easiest way to do that is to add IdentityServer4 support.

Required package reference: IdentityModel

Requirements

kavics commented 7 years ago

I would like to see a sequence-diagram that specifies the per-request communication among the application / server / authentication provider triplet. We need to do such diagram.