MOSIP Docs 1.1.5
GitHubCommunityTech Blogs
  • Home
  • Architecture
    • Guiding Principles
    • MOSIP Architecture
      • Technology Stack
    • MOSIP and Data
      • Naming Standards
      • Data-Model
    • Privacy & Security
      • Cryptography in MOSIP
    • Anonymous Profiling Support
  • Modules
    • Pre-Registration
      • Pre-Registration Functionality
      • UI Specification for Pre-registration
      • Pre-Registration Configuration
    • Registration
      • Registration Functionality
      • Registration Packet
      • Registration Client Setup
      • First User Registration and Onboarding
      • Guide to Configure MOSIP for Biometrics
      • Guide to On-board Biometric Devices
      • Device Integration Specifications
      • UI Specification for Registration Client
    • Registration Processor
      • Registration Processor Functionality
      • Deduplication and Manual Adjudication
      • MOSIP ID Object Definition
    • ID Repository
    • ID Authentication
      • ID Authentication Functionality
    • Resident Services
      • Resident Services Functionality
    • Partner Management
      • Partner Management Functionality
      • MOSIP Partner Secure Communication
      • Partner Self Service Portal
    • Administration
      • Admin Services Functionality
      • Download Card
    • Kernel
      • Audit Manager Functionality
        • Admin Service Audits
        • Resident Service Audits
        • Partner Management Audits
        • Registration Client Audits
        • Registration Processor Audits
        • ID Repository Audits
        • ID Authentication Audits
        • Pre-registration Audits
      • Authentication and Authorization Functionality
      • Auth Adapter
      • Auth Implementation
      • Common Services Functionality
      • Data Services Functionality
      • Master Data Services Functionality
      • UIN and VID Generation Service Functionality
      • VID Generator
  • Biometrics
    • ABIS
    • Biometric SDK
    • MDS Specification
    • Biometric Specification
    • CBEFF XML
    • Compliance Tool Kit
  • Build & Deploy
    • Sandbox Installer
    • Deployment Architectures
    • Cell Based Deployment Architecture
    • Hardware Security Module HSM Specifications
    • Hardware Sizing
    • Customizations for a Country
    • Other Installation Guides
      • Steps to Install and Configure HDFS
      • Steps to Install and use PostgreSQL Version 10.2 on RHEL 7.5
      • Steps to Install Clam AntiVirus Version 0.101.0
      • Steps to Install Keycloak Standalone Server
    • Services in MOSIP
  • Glossary
  • Contribute
    • Call for Contribution
    • Contributor's Guide
    • Code of Conduct
    • Issue Reporting Guideline
    • Coding Standards
      • Auth Angular User Guide
      • Auth SpringBoot User Guide
      • Gitub Workflow
      • MOSIP Java Coding Standards
      • MOSIP REST API guidelines
      • Registration Client UI Developer Document
      • Registration Client Developer Documentation
      • Security Tools
    • Testing
      • Test Rig Design
      • Tester Documentation
      • Testing Attachments Kernel
  • APIs
    • ABIS APIs
    • Admin APIs
    • AuthN and AuthZ APIs
    • Biometric SDK APIs
    • BlacklistedWords APIs
    • Common APIs
    • Device APIs
    • Device Type and Subtype APIs
    • Device Management APIs
    • Document APIs
    • Dynamic Fields APIs
    • Holiday APIs
    • ID Authentication APIs
    • ID Repository APIs
    • ID Schema APIs
    • Kernel APIs
    • Machine APIs
    • Master Data Biometric APIs
    • Packet APIs
    • Packet Manager APIs
    • Partner Management Service APIs
    • Pre Registration APIs
    • Registration Center APIs
    • Registration Processor APIs
    • Resident Service APIs
    • Sync Data APIs
    • Template APIs
    • Zone APIs
  • Older Releases
    • Release Notes 1.1.5
      • Enhancements
      • Defect Fixes
      • Patches
        • Patch 1.1.5.5
        • Patch 1.1.5.5-P1
    • Release Notes 1.1.4
      • Enhancements
      • Defect Fixes
    • Release Notes 1.1.3
      • Features
      • Bug Fixes
    • Release Notes 1.1.2
      • Features
      • Bug Fixes
    • Release Notes 1.1.1
      • Bug Fixes
      • Artifact Version
    • Release Notes 1.1.0
      • Features
      • Bug Fixes
      • 1.2.0 Features
      • Artifact Version
    • Release Notes 1.0.6
    • Release Notes 1.0.5
    • Release Notes 1.0.0
      • Features
    • Release Notes 0.9.0
  • Roadmap
    • Roadmap Activities
  • Revision History
  • License
Powered by GitBook
On this page
  • Overall Enhancement
  • Commons
  • ID Authentication
  • ID Repository
  • Partner Management
  • Registration Processor
  • Registration Client

Was this helpful?

Export as PDF
  1. Older Releases
  2. Release Notes 1.1.4

Enhancements

This document contains the features that were developed or enhanced as part of MOSIP 1.1.4 release.

Overall Enhancement

  • Prepend thumbprint has been added for all the modules where encryption or decryption is used in MOSIP and it is made configurable to make it backward compatible.

Commons

  • Datashare has been upgraded

    • Kernel Auth adapter JAR dependencies are removed.

    • The JWT signature header is now stored as metadata in object store when a data share URL is created.

    • The signature from metadata is added in the response header for get API.

    • Prepend thumbprint support for encryption has been added.

  • Kernel ID Generator Service for VID has been modified

    • Assigned VIDs are isolated to a separate table to improve performance.

    • Expired VIDs after the cooling period are deleted instead of adding back to available VID pool to make available VIDs truly random.

ID Authentication

  • Signature verification of the authentication request and biometric data with trust validation has been added.

  • Decryption of authentication request and biometric data with certificate thumbprint has been added.

  • We are now using HMAC Utils 2

  • Authentication Transaction history is now storing the request and response signatures

  • The Auth Demo UI has been updated to support,

    • Signature in header.

    • Authentication request and biometric data with certificate thumbprint.

    • Use of HMAC Utils 2.

  • Ability to receive web sub notification & update IDA cache has been added for any change in policy or partner details in partner management module.

  • Root and CA certificates of the partners are stored now stored in IDA database for trust validation.

ID Repository

  • Credential Service Upgrade

    • We are now fetching the policy details based on issuer details and credential type, previously we used the hard code the policy id.

    • We are now using the new key manager service for encryption with prepend thumbprint.

  • ID Object Validator Upgrade

    • The ID object validator now supports master data validation for the dynamic location hierarchy, previously it used to perform validation for the static fields defined in the platform location hierarchy.

  • Added certificate thumbprint support for encryption or decryption of data.

Partner Management

  • The validate partner API when called by IDA now returns the partner certificates in response so that it can be used during encryption for e-KYC response.

  • We are now sending web sub notification for IDA when there is a change in policy, partner and API key details.

  • We have added multiple APIs in Partner Management for Partner Management UI Screens.

Registration Processor

  • We are now using the get certificate API in registration processor to retrieve the IDA certificate for encryption instead of using the get public key API.

  • We are now using Kafka queue as configurable replacement for vertx event bus in registration processor for providing delivery guarantee of all messages in the queue. The approach taken here makes the event bus usage a proper factory implementation and includes vertx and kafka as one implementation.

  • Vertx version in stages has been upgraded to 3.9.1 from 3.5.4 to utilize new capabilities.

Registration Client

  • Feature to hide and show fields has been added using rules in Registration Client UI Specification.

  • Support for Logo display in preview and acknowledgement page has been added.

  • Document scan pop-up now supports stream, preview, crop and cancel options.

  • User details sync in now integrated with the new sync data API; this API (/userdetails?keyindex=<keyindex>) now returns encrypted user details.

  • Operator details are now added in the EOD action page.

  • We are now display date & time in local timezone where the registration client is running.

  • Support for document number has been added during document capture.

PreviousRelease Notes 1.1.4NextDefect Fixes

Last updated 3 years ago

Was this helpful?