IssuedClaims


This table stores the issued claims that are a result from the claims pipeline – in other words the result of a user successfully authenticating via Safewhere*Identify as IdP and the referring RP receiving issued claims from this in return.

[Table].[Column] storing log information Description of information stored
[AuditEvent].[EventType] Event is identified by value in this column being “IssuedClaims”
[AuditEvent].[UTCTimestamp] Specifies the date and time in UTC that the event occurred.
[AuditEvent].[UserName] If this action is carried out via a federated user, his unique identity bearing claim will be saved into the username column. The federated user may or may not exist in the Identify database; he will still be registered.
[AuditEvent].[ApplicationId] Will always be the Identify*runtime site issuing claims.
[AuditClaimsIssuance].[AuthenticationConnectionId] Stores the unique identifier of the Authentication Connection used in the claims issuance process.
[AuditClaimsIssuance].[AuthenticationConnectionName] Stores the name of the Authentication Connection used in the claims issuance process.
[AuditClaimsIssuance].[ProtocolConnectionId] Stores the unique identifier of the protocol connection used in the claims issuance process.
[AuditClaimsIssuance].[ProtocolConnectionName] Stores the name of the protocol connection used in the claims issuance process.
[AuditIssuedClaim].[ClaimIssuanceId] References the unique Claims Issuance process as specified in aAuditClaimsIssuance record.
[AuditIssuedClaim].[ClaimType] Claim type name of the issued claim.
[AuditIssuedClaim].[Value] Value given to the issued claim for the authenticated user.
[AuditIssuedClaim].[ValueType] Data type of the claim. Currently Identify can only issue string type claims, so the value will always be “https://www.w3.org/2001/XMLSchema#string”
[AuditIssuedClaim].[Issuer] The current issuer of the claim.
[AuditIssuedClaim].[OriginalIssuer] The original issuer of the claim. When the issuer differs from the original issuer, it means that the claim was reissued.
Was this helpful ?Good Somewhat Bad