UserSignInFailed
An user failed to sign in. To retrieve only this event you use the topic “user/irm.aspnetcore.identity.events.usersigninfailed”.
Name | Type | Description |
---|---|---|
AggregateId | UUID | The unique identifier of the user (always the same as the person id for end-users). |
FromIpAddress | string | The IP Address of the user (or service) that caused the event. |
IpAddressLocation | IpAddressLocation | Ip address information if available. |
UserAgent | string | The user agent string from the browser (or service) that caused the event. |
Metadata | dynamic | A dynamic object with additional data for the event. |
Reason | numeric | One of the following values indicating the reason to why the sign-in failed: 0. Invalid credentials, 1. Locked-out user, 2. Inactive user, 3. Impossible travel, 4. Module not activated for tenant or 5. Module is offline. |
BreachedPasswordUsed | bool | true if a breached password have been used for this failed sign-in; otherwise false . If password wasn’t used or if breach detection is not configured this will be null. |