Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mosip 25778 technical story update the existing authentication audit …
…end point to send hash of individual id taken from the session and also pass id type (mosip#705) * moved id hash generation method to utility * took id from session * added unauthenticated API for audit * MOSIP-25780 added junit * MOSIP-25780 added junit for if condition * fixed error message * returned correct id and 400 status code * created super exception classes to extend * removed unused imports * renamed (added prefix base) * naming fixes * configured exceptions with new exception base classes * fixed error response * fixed error response on validation * moved getClientIp method to utility and used in audit API * added junit test cases * renamed audit request dto * removed utilitiy * fixed schema sache issue and added junit * removed input required check Co-authored-by: Ritik Jain <[email protected]> Signed-off-by: kameshsr <[email protected]>
- Loading branch information