Class SoClaimTypes
Assembly: SuperOffice.Plugins.dll
Syntax
public static class SoClaimTypes
Fields
AssociateId
Primary key of the associate in the database
Declaration
public const string AssociateId = "http://schemes.superoffice.net/identity/associateid"
Field Value
Audience
Declaration
public const string Audience = "aud"
Field Value
CentralSuperId
Declaration
public const string CentralSuperId = "http://schemes.superoffice.net/identity/csid"
Field Value
CentralSuperIdUserCandidateIdentifier
Declaration
public const string CentralSuperIdUserCandidateIdentifier = "http://schemes.superoffice.net/identity/csid-usercandidateidentifier"
Field Value
ClientId
Declaration
public const string ClientId = "http://schemes.superoffice.net/identity/client_id"
Field Value
ClientSecret
Declaration
public const string ClientSecret = "http://schemes.superoffice.net/identity/client_secret"
Field Value
ContextIdentifier
Context identifier for the user
Declaration
public const string ContextIdentifier = "http://schemes.superoffice.net/identity/ctx"
Field Value
ExpirationTime
Declaration
public const string ExpirationTime = "exp"
Field Value
ImpersonatingAssociateId
Associate id of the user impersonating another associate
Declaration
public const string ImpersonatingAssociateId = "http://schemes.superoffice.net/identity/impersonating_associateid"
Field Value
IssuedAt
Declaration
public const string IssuedAt = "iat"
Field Value
Issuer
Declaration
public const string Issuer = "iss"
Field Value
NotBefore
Declaration
public const string NotBefore = "nbf"
Field Value
Origin
IP address of the user logging in.
Declaration
public const string Origin = "http://schemes.superoffice.net/identity/origin"
Field Value
Password
Sensitive, should only be used during the authentication process
Declaration
public const string Password = "http://schemes.superoffice.net/identity/password"
Field Value
PersonId
Primary key of the resolved person in the database
Declaration
public const string PersonId = "http://schemes.superoffice.net/identity/personid"
Field Value
So8TAccessToken
SuperOffice NetServer Access Token. Value starts with '8T:'.
Declaration
public const string So8TAccessToken = "http://schemes.superoffice.net/identity/8t_access_token"
Field Value
So8TAccessTokenNonce
Declaration
public const string So8TAccessTokenNonce = "http://schemes.superoffice.net/identity/8t_access_token_nonce"
Field Value
SoUpn
Declaration
public const string SoUpn = "http://schemes.superoffice.net/identity/upn"
Field Value
Sub
Declaration
public const string Sub = "sub"
Field Value
Subject
Declaration
public const string Subject = "sub"
Field Value
Ticket
SuperOffice NetServer authentication ticket. Value starts with '7T:'.
Declaration
public const string Ticket = "http://schemes.superoffice.net/identity/ticket"
Field Value
UserName
User name as provided by the end user in login dialog. Can be resolved to Associate.Name or Associate.UserName
Declaration
public const string UserName = "http://schemes.superoffice.net/identity/user_name"
Field Value