CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Authentication.ISingleSignOnTokenWithUserRsn Interface Reference

This is a ISingleSignOnToken that includes an identifiable UserRsn to optimise the hits of the DataStores by including data you most likely need. As such, if not used correctly, this can expose identifiable information. It is suggested the service layer populates this before sending commands as part of authorisation/authentication. More...

+ Inheritance diagram for Cqrs.Authentication.ISingleSignOnTokenWithUserRsn:

Properties

Guid UserRsn [get, set]
 The Rsn of the user doing the operation. When used by an external 3rd party this is the person being impersonated, not the 3rd party system itself. More...
 
- Properties inherited from Cqrs.Authentication.ISingleSignOnToken
string Token [get, set]
 
DateTime TimeOfExpiry [get, set]
 
DateTime DateIssued [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Cqrs.Authentication.ISingleSignOnToken
string Serialise ()
 

Detailed Description

This is a ISingleSignOnToken that includes an identifiable UserRsn to optimise the hits of the DataStores by including data you most likely need. As such, if not used correctly, this can expose identifiable information. It is suggested the service layer populates this before sending commands as part of authorisation/authentication.