event

Customer Authenticated

Published when a customer has successfully authenticated.

EventBroker:Kafka

Overview

CustomerAuthenticated is published by the OAuth APIOAuth APIServicev1.0.0OAuth-style authentication API for the Identity Provider. Verifies customer credentials and publishes an event when a cu...Publishescustomer-authenticatedSubscribesauthenticate-customerOwnercustomer-platformMapRepoView docs whenever a customer successfully signs in. Other systems consume this event for auditing, session tracking, and security monitoring.

Architecture diagram

Event-driven architecture documentation: Acme Inc

JSON Schema

5 properties

Emitted when a customer successfully authenticates

eventIdstring<uuid>
required

Unique identifier for this event

occurredAtstring<date-time>
required

Time the customer authenticated

customerIdstring<uuid>
required

Unique identifier of the customer that authenticated

methodstring
required

How the customer authenticated

Allowed values: PASSWORD SSO MFA
ipAddressstring

IP address the sign-in came from