Table of Contents

Field SubjectClaimType

Namespace
MailFathom.Infrastructure.Security.OAuth
Assembly
MailFathom.Infrastructure.dll

The claim type carrying the stable identity of the person a request was authorized by.

public const string SubjectClaimType = "urn:mailfathom:oauth-subject"

Returns

string
The claim type carrying the stable identity of the person a request was authorized by.

Remarks

Its value is the issuer and the subject joined by |, a character an https identifier cannot contain unescaped, so the pair cannot be read back ambiguously.