Skip to content

Commit

Permalink
Update authentication_error_eventing.md
Browse files Browse the repository at this point in the history
Signed-off-by: Neha2365 <[email protected]>
  • Loading branch information
Neha2365 authored May 2, 2024
1 parent f172fb9 commit 613adcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication_error_eventing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The resident has registered and obtain a valid UIN/VID and proceed with authentication by entering UIN/VID and get error as UIN is not available in database, then resident couldn’t proceed with authentication further as the provided UIN/VID is not available in IDA DB.
This could happen when a country has large number of registrations completed, processed and issued UINs.
Since resident is eager to authenticate, we want to prioritize the credential processing (along with template extraction) of this resident, we can tell him/her to retry and complete the authentication.
While getting the error UIN/VID is not available in database the websub event is triggered which publish the data in to the topic and the subscriber will receive a message for futher processing.
While getting the error UIN/VID is not available in database the kafka event is triggered which publish the data in to the topic and the subscriber will receive a message for futher processing.

## Configuration files
These properties needed to be modified to configure this feature
Expand Down Expand Up @@ -65,4 +65,4 @@ spring.kafka.admin.properties.allow.auto.create.topics=true
}
}
}
```
```

0 comments on commit 613adcd

Please sign in to comment.