Session Fields

Field Description Example
Session ID The session id CPtytzj0r_XUu86fW31a7
UID The unique id lLApYSl22FXUrykhRKL9x
Grant ID The grant id BWHqylXfUAtI95rXcP30N
User ID The user id 15383
Client ID The client id 2094
Created At The timestamp when this session was created 2021-06-02T15:26:24.000Z
Status Active or Expired Active
Details Detailed session information See below

Sample Session Details Field

Session information

    createdAt:2021-06-02T15:26:24.000Z

    details:
        account:15383
        exp:1622651184
        expiresIn:3600
        iat:1622647584
        idleSessionLifetime:1200
        jti:CPtytzj0r_XUu86fW31a7
        kind:Session
        loginTs:1622647584
        transient:true
        uid:lLApYSl22FXUrykhRKL9x

    grant:
        clientId:2094
        createdAt:2021-06-02T15:26:24.000Z
        grantId:BWHqylXfUAtI95rXcP30N
        tenantId:1
        userId:15383

    grantId:BWHqylXfUAtI95rXcP30N

    sessionId:CPtytzj0r_XUu86fW31a7

    tenantId:1

    uid:lLApYSl22FXUrykhRKL9x

Grant Fields

Field Description Example
Grant Id The grand id ivvi_KXbUhnrwRq3BwzhM
Email The email of the user my@email.com
IDP The identity provider azure-oidc
Client The name of the client application Auth UI
Created At The timestamp for this grant 2021-06-02T17:57:17.000Z
Details Detailed grant information See below

Sample Grant Details Field

Grant information

    client:
        activeX509CertificateFingerprint:
        clientId:auth-ui
        clientSecretExpirationHasBeenNotified:false
        clientUri:
        createdOn:2020-01-27T22:29:36.000Z
        description:LabShare Auth UI
        id:2094
        lastClientSecretExpirationNotifiedDate:
        loginEventSettings:
        name:Auth UI
        notifyExpirationBeforeSeconds:0
        secretLifetimeInSeconds:
        tenantId:1
        type:web

    clientId:2094

    createdAt:2021-06-02T17:57:17.000Z

    grantId:ivvi_KXbUhnrwRq3BwzhM

    tenantId:1

    user:
        company:
        created:2020-08-28T15:37:43.000Z
        department:
        displayName:
        email:my@email.com
        emailVerified:
        familyName:
        givenName:
        id:15256
        identityIssuer:https://sts.windows.net/{tenantid}/
        isBlocked:false
        lastLogin:2021-06-02T17:57:17.000Z
        middleName:
        name:MyName
        nickname:
        picture:picture
        provider:azure-oidc
        updatedAt:2021-06-02T17:57:17.000Z
        username:

    userId:15345