UserIdentityLinkedv1.0.0
Indicates that an application user has been linked with an external authentication identity
The first time a user logs in with a new identity, or manually associates a new identity with their site account, this event occurs.
flowchart LR
l-User_Aggregate[User Aggregate]:::producer-->UserIdentityLinked[UserIdentityLinked]:::event
classDef event stroke:#4271a7,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
UserIdentityLinked[UserIdentityLinked]:::event-->r-User_Aggregate[User Aggregate]:::consumer
click l-User_Aggregate href "/services/User Aggregate" "Go to User Aggregate" _self
click r-User_Aggregate href "/services/User Aggregate" "Go to User Aggregate" _self
click UserIdentityLinked href "/events/UserIdentityLinked" "Go to UserIdentityLinked" _self
Schema
userId
stringGlobally unique identifier for this user
identityId
stringUnique ID of the linked identity
provider
stringThe provider type identifier for this identity
Allowed values:
googlegithub
timestamp
stringTimestamp indicating when the identity link occurred
Edit this pageLast updated on 2023/9/25