Skip to main content

Events

Introduction

KOBIL IAM offers a convenient audit platform. All actions can be recorded and stored in the database and reviewed in the Admin Console. The deep-seated event listeners can listen the events and generate email whenever an event is triggered.

KOBIL IAM supports two types of Events.

  1. Login Events.
  2. Admin Events.

Login Events

Every single event that occurs to the user can be recorded and viewed in the Login Events tab. It occurs for actions such as successful logins, incorrect password, profile update, etc.

How to config Login Events:

Step 1: Navigate to Events.

Step 2: Click on Config.

Step 3: Under Login Events Settings toggle the Save Events to ON.

Step 4: Click on Save.

Events

Parameters in Events Config

ParameterDescription
Saved TypesThis allows to specify which type of events to be recorded in the Event store.
Clear EventsThis is to delete all the events from the database.
ExpirationExpiration time can be specified for the events using this field.

Events

Types of Login Events

Event TypesDescription
LoginA user has logged in.
RegisterA user has registered.
LogoutA user has logged out.
Code to TokenAn application/client has exchanged a code for a token.
Refresh TokenAn application/client has refreshed a token.

Admin Events

Admin Events allows you to view all the actions performed by the Admin within the tenant.

How to config Admin Events:

Step 1: Navigate to Events.

Step 2: Click on Config tab.

Step 3: Under Admin Events Settings, toggle the Save Events to ON.

Step 4: Toggle Include Representation to ON if representation is required.

Step 5: Click Save.

Events

To view all the actions that has been taken place, Navigate to Admin Events. If necessary, click on Representation or Auth to view the JSON and Event details respectively.

Events