Skip to main content

Document Signing Manager

New

Remote Identity Validation

Added support for remote identity provider selection (Auto Ident, Video Ident) in Validation Profiles when method is remote/remote_manual. Existing Validation Profiles aren’t affected.

CH Migration

Added support for advanced electronic signature of type PAdES-B, PAdES-T, CAdES-B, CAdES-T and CAdES-LT in DSM. Two new APIs have been added to enhance pkcs1 signature to CAdES/PAdES signatures:

  • POST - api/v1/hashes — Takes PDF document hash and converts into CAdES hash.

  • POST - api/v1/signatures — Takes advanced electronic signature enhanced hash (CAdES/PAdES) and pkcs1 signature and coverts into CAdES/PAdES signature.

Enhancements

Validation

Added support for ‘Registered Profession' validation details on the validation approval page.

Fixes

idNow_cronJob error handling

if there is a error in fetching the idents of one state, Cron will try all other states before exiting. (DODSM-3748)

Swagger updates for auth/revoke and oauth2/token. (DODSM-3589)