UpdateAuthenticationConnection
Whenever an Authentication Connection is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateAuthenticationConnection event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateAuthenticationConnection. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the update was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditAuthenticationConnection].[EntityId] | All Authentication Connection records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific Authentication Connection that the event in question occurred to. |
[AuditAuthenticationConnection].[Name] | Stores the name given to the connection in Identify. |
[AuditAuthenticationConnection].[Description] | Stores the description for the Authentication Connection record in this column if a description exists. |
[AuditAuthenticationConnection].[Enabled] | Saves information on whether the Authentication Connection is enabled or disabled. |
[AuditAuthenticationConnection].[ConfigurationClrType] | Identifies the Common Language Runtime reference for the Authentication Connection object. |
[AuditAuthenticationConnection].[ConfigurationXml] | Stores the configuration of the Authentication Connection’s various settings in XML. |
[AuditAuthenticationConnection].[PlugInDescription] | Stores a description of the plug-in that was chosen for the Authentication Connection. |
[AuditAuthenticationConnection].[PlugInName] | Identifies the name of the plug-in used for the Authentication Connection. |
[AuditAuthenticationConnection].[PlugInClrType] | Identifies the Common Language Runtime reference for the plug-in object used for this connection. |
[AuditAuthenticationConnection].[PlugInEnabled] | Identifies whether or not the plug-in is enabled. This will most likely always be 1 (true) because it would not be possible to update a disabled plug-in. |
[AuditAuthenticationConnection].[PlugInType] | Will always be “Authentication.” |
UpdateClaimDefinition
Whenever a claim is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateClaimDefinition event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateClaimDefinition. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the update was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditClaimDefinition].[EntityId] | All claim records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific claim that the event in question occurred to. |
[AuditClaimDefinition].[ClaimType] | Registers the claim type name that is given to the claim. |
[AuditClaimDefinition].[FriendlyName] | Registers the friendly name that is given to the claim. |
[AuditClaimDefinition].[Description] | Stores the description for the claim record in this column if a description exists. |
[AuditClaimDefinition].[CountSpecification] | CountSpecification is used to decide how many values of a specific claim type are allowed for a user. The ‘Free’ value means that the user can have any number of claims for such a claim type in the token issued for the user at login. |
UpdateIdentityProviderConfiguration
Whenever an Identity Provider Configuration is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateIdentityProviderConfiguration event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateIdentityProviderConfiguration. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the update was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditIdentityProviderConfiguration].[EntityId] | All user records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific user that the event in question occurred to. |
[AuditIdentityProviderConfiguration].[Description] | Stores the description for the Identity Provider Configuration record in this column if a description exists. |
[AuditIdentityProviderConfiguration].[ClrType] | Identifies the Common Language Runtime reference for the Identify Provider Configuration object. |
[AuditIdentityProviderConfiguration].[Xml] | Stores the configuration of the Identity Provider’s various settings in XML. |
UpdateOrganization
Whenever an organization is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateOrganization event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateOrganization. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the update was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditOrganization].[OrganizationId] | All organizations are identified by a unique identifier. This column registers this unique identifier in order to identify the specific organization that the event in question occurred to. |
[AuditOrganization].[Name] | Stores the name of the organization. |
[AuditOrganization].[ParentId] | Stores the parent organization’s unique identifier. |
UpdateProtocolConnection
Whenever a Protocol Connection is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateProtocolConnection event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateProtocolConnection. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the update was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditProtocolConnection].[EntityId] | All Protocol Connection records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific Protocol Connection that the event in question occurred to. |
[AuditProtocolConnection].[UsePersistentPseudonym] | Specifies whether or not the Protocol Connection is to use Persistent Pseudonyms with other SPs/IdPs in the federation. |
[AuditProtocolConnection].[Name] | Stores the name given to the connection in Identify. |
[AuditProtocolConnection].[Description] | Stores the description for the Protocol Connection record in this column if a description exists. |
[AuditProtocolConnection].[Enabled] | Saves information on whether the Protocol Connection is enabled or disabled. |
[AuditProtocolConnection].[ConfigurationClrType] | Specifies the Common Language Runtime reference for the Identify Protocol Connection object. |
[AuditProtocolConnection].[ConfigurationXml] | Stores the configuration of the Protocol Connection’s various settings in XML. |
[AuditProtocolConnection].[PlugInDescription] | Stores the description of the plug-in that was chosen for the Protocol Connection. |
[AuditProtocolConnection].[PlugInName] | Identifies the name of the plug-in used for the Protocol Connection |
[AuditProtocolConnection].[PlugInClrType] | Specifies the Common Language Runtime reference for the plug-in object used for this connection. |
[AuditProtocolConnection].[PlugInEnabled] | Identifies whether or not the plug-in is enabled. This will most likely always be 1 (true) because it would not be possible to update a disabled plug-in. |
[AuditProtocolConnection].[PlugInType] | Will always be “Protocol.” |
UpdateUser
Whenever a user is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateUser event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateUser. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the update was made. This will either be Identify*Admin site or the Identify*Service site. |
[AuditUser].[EntityId] | All user records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific user that the event in question occurred to. |
[AuditUser].[UserName] | Saves the Identify name of the user being updated ([User].[UserName]). |
[AuditUser].[Enabled] | Saves information on whether the user is disabled or enabled. |
UpdateLdapAttributeDefinition
Whenever an LDAP attribute definition is updated, whether it be through Identify*Admin or Identify*Services, the insertion will be registered under the UpdateLdapAttributeDefinition event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateLdapAttributeDefinition. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out by a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the insert was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditLdapAttributeDefinition].[EntityId] | All user records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific LDAP attribute that the event in question occurred to. |
[AuditLdapAttributeDefinition].[UserName] | Registers the LDAP attribute definition ‘s name that is given to the LDAP attribute definition. |
[AuditLdapAttributeDefinition].[DisplayName] | Registers the LDAP attribute definition‘s display name that is given to the LDAP attribute definition. |
UpdateClaimSet
Whenever a claim set is updated, whether it be through Identify*Admin or Identify*Services, the update will be registered under the UpdateClaimSet event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateClaimSet. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the insert was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditClaimSet].[EntityId] | All claim set records are identified by a unique identifier. This column registers this unique identifier in order to identify the specific claim set that the event in question occurred to. |
[AuditClaimSet].[Name] | Registers the claim set name that is given to the claim set. |
[AuditClaimSet].[Headline] | Registers the claim set headline that is given to the claim set. |
[AuditClaimSet].[Description] | Registers the claim set description that is given to the claim set. |
[AuditClaimSet].[Required] | Registers the required status that is given to the claim set. |
[AuditClaimSet].[AccessOrganizationId] | Registers the parent organization of the claim set. |
[AuditClaimDefinition].[ClaimTypes] | Registers the claim types that are given to the claim set. |
UpdateOAuthAccessToken
Whenever an OAuth access token is updated, the update will be registered under the UpdateOAuthAccessToken event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateOAuthAccessToken. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the insert was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditOAuthAccessToken].[Code] | Registers the code that is given to the OAuth access token. |
[AuditOAuthAccessToken].[HashedCode] | Registers the hash code that is given to the OAuth access token. |
[AuditOAuthAccessToken].[ClientIdentifier] | Registers the client ID that is given to the OAuth access token. |
[AuditOAuthAccessToken].[Scope] | Registers the scope that is given to the OAuth access token. |
[AuditOAuthAccessToken].[Type] | Registers the type of the OAuth access token. |
[AuditOAuthAccessToken].[UserName] | Registers the username that is given to the OAuth access token. |
[AuditOAuthAccessToken].[AuthenticationConnectionId] | Registers the authentication ID that is given to the OAuth access token. |
[AuditOAuthAccessToken].[UserId] | Registers the user ID that is given to the OAuth access token. |
[AuditOAuthAccessToken].[CreationDate] | Registers the created date of the OAuth access token. |
[AuditOAuthAccessToken].[ExpirationDate] | Registers the expired date of the OAuth access token. |
[AuditOAuthAccessToken].[AllowRefreshToken] | Registers the RefreshToken status that is given to the OAuth. |
[AuditOAuthAccessToken].[RefreshTokenExpirationDate] | Registers the expired date of the OAuth refreshed token. |
[AuditOAuthAccessToken].[ProtocolConnectionId] | Registers the protocol ID that is given to the OAuth access token. |
[AuditOAuthAccessToken].[SerializedClaimsPrincipal] | Registers the claim principal of the OAuth access token. |
[AuditOAuthAccessToken].[UserInfoSessionId] | Registers the user info session ID of the OAuth access token. |
UpdateAuthenticationContextMethodClass
Whenever an authentication context class method class is inserted, the insertion will be registered under the UpdateAuthenticationContextMethodClass event type.
[Table].[Column] storing log information | Description of information stored |
[AuditEvent].[EventType] | Identifies the event by the value in this column being UpdateAuthenticationContextMethodClass. |
[AuditEvent].[UTCTimestamp] | Specifies the date and time in UTC that the event occurred. |
[AuditEvent].[UserName] | Saves the unique identity bearing claim in the Username column if this action is carried out via a federated user. The federated user might or might not exist in the Identify database; he will still be registered. |
[AuditEvent].[ApplicationId] | Stores the name of the Service Provider from where the insert was made. This will either be the Identify*Admin site or the Identify*Service site. |
[AuditClaimSet].[MethodClass] | Registers the name that is given to the authentication context class method. |
[AuditClaimSet].[ComparableValue] | Registers the integer value that is given to the authentication context class method. |