Show / Hide Table of Contents

Class SoClaimTypes

Inheritance
object
SoClaimTypes
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Security.Claims
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
Type Description
string

Audience

Declaration
public const string Audience = "aud"
Field Value
Type Description
string

CentralSuperId

Declaration
public const string CentralSuperId = "http://schemes.superoffice.net/identity/csid"
Field Value
Type Description
string

CentralSuperIdUserCandidateIdentifier

Declaration
public const string CentralSuperIdUserCandidateIdentifier = "http://schemes.superoffice.net/identity/csid-usercandidateidentifier"
Field Value
Type Description
string

ClientId

Declaration
public const string ClientId = "http://schemes.superoffice.net/identity/client_id"
Field Value
Type Description
string

ClientSecret

Declaration
public const string ClientSecret = "http://schemes.superoffice.net/identity/client_secret"
Field Value
Type Description
string

ContextIdentifier

Context identifier for the user

Declaration
public const string ContextIdentifier = "http://schemes.superoffice.net/identity/ctx"
Field Value
Type Description
string

ExpirationTime

Declaration
public const string ExpirationTime = "exp"
Field Value
Type Description
string

ImpersonatingAssociateId

Associate id of the user impersonating another associate

Declaration
public const string ImpersonatingAssociateId = "http://schemes.superoffice.net/identity/impersonating_associateid"
Field Value
Type Description
string

IssuedAt

Declaration
public const string IssuedAt = "iat"
Field Value
Type Description
string

Issuer

Declaration
public const string Issuer = "iss"
Field Value
Type Description
string

NotBefore

Declaration
public const string NotBefore = "nbf"
Field Value
Type Description
string

Origin

IP address of the user logging in.

Declaration
public const string Origin = "http://schemes.superoffice.net/identity/origin"
Field Value
Type Description
string
Remarks

Origin is obtained from the X-Forwarded-For http header or the http requests' user host address

Password

Sensitive, should only be used during the authentication process

Declaration
public const string Password = "http://schemes.superoffice.net/identity/password"
Field Value
Type Description
string

PersonId

Primary key of the resolved person in the database

Declaration
public const string PersonId = "http://schemes.superoffice.net/identity/personid"
Field Value
Type Description
string

So8TAccessToken

SuperOffice NetServer Access Token. Value starts with '8T:'.

Declaration
public const string So8TAccessToken = "http://schemes.superoffice.net/identity/8t_access_token"
Field Value
Type Description
string

So8TAccessTokenNonce

Declaration
public const string So8TAccessTokenNonce = "http://schemes.superoffice.net/identity/8t_access_token_nonce"
Field Value
Type Description
string

SoUpn

Declaration
public const string SoUpn = "http://schemes.superoffice.net/identity/upn"
Field Value
Type Description
string

Sub

Declaration
public const string Sub = "sub"
Field Value
Type Description
string

Subject

Declaration
public const string Subject = "sub"
Field Value
Type Description
string

Ticket

SuperOffice NetServer authentication ticket. Value starts with '7T:'.

Declaration
public const string Ticket = "http://schemes.superoffice.net/identity/ticket"
Field Value
Type Description
string

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
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top