As per my understanding IdentityServer could be used for authorisation, authentication or both. In case one is not using OpenID and only relying on Idsrv to control access to an API, shouldn't this middleware create and set the ClaimsIdentity with IsAuthenticated as false by default ?
As per my understanding IdentityServer could be used for authorisation, authentication or both. In case one is not using OpenID and only relying on Idsrv to control access to an API, shouldn't this middleware create and set the
ClaimsIdentity
withIsAuthenticated
asfalse
by default ?