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
  • Commons
  • Administration
  • Pre-registration
  • Registration Client
  • Registration Processor
  • ID Repository
  • Authentication
  • Partner Management
  • Resident Services

Was this helpful?

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

Features

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

Commons

  • Kernel Log Manager has been modified.

    • Logging framework has been changed from log4j to logback.

    • Spring Sleuth has been integrated in Kernel Log Manager.

  • Data Share Module has been added to share data inform of sharable URLs to external entities.

  • Packet Manager has been modified to support creating and reading packets as per our new packet structure.

  • Multiple adapters (Posix, S3 & Swift) have been added to connect with Object Stores.

  • The passwords in configuration data is now encrypted and stored.

  • APIs to add Certificate Authority & Sub-Certificate Authority has been added.

  • Kernel Key Manager has been modified.

    • Key Manager related tables have been moved to a new database.

    • Support for Offline encryption & decryption has been added for encryption in Registration Client.

    • Support for PIN based encryption and decryption has been added.

  • Integration with multiple Real HSMs was done.

  • Web Sub has been added to integrate with external componets like Print & Postal service providers.

  • Open ID Adapter was developed, so that MOSIP would be able to connect with any IAM provider.

  • Commons repository re-structuring has been done to merge common components.

Administration

  • Feature to upload exported packets from Registration Client has been added.

  • Feature to bulk insert, upload or delete - master data using csvs has been added.

  • The APIs for Devices, Machines and Users have been modified to support mapping & unmapping of Registration Centers.

  • The database for master data has been modified.

    • Unwanted tables have been reviewed to removed.

    • Mapping tables have been removed & one-to-one mappings have been added to respective tables.

    • Device Regitration tables have been moved to new database.

Pre-registration

  • Services in Pre-registration are re-organized to merge common services together.

  • Documents are now being stored in Object Store using our new Object Store adapters.

  • UI has been modified to resolve usability issues.

    • Support to capture age and date of birth has been added.

    • Calender has been removed for date of birth capture, instead text fields for capturing Date, Month & Year has been added.

Registration Client

  • Packet creation is now being performed using the new Packet Manager.

  • UI has been modified to resolve usability issues.

    • Back button has been added in login screen to update the username.

    • Biometric capture screens have been updated.

    • UI has been resposive for Single & Multi-language.

    • Templates in Registration Client have been modified.

  • Export to Device feature is now available to export packets to external hard drive.

  • Direct call to notification service has been removed. Now, notification for registration would be sent to resident when packet reaches the server.

  • Sync data is now being encrypted using TPM.

  • Implementation for Proxy MDS has been removed.

Registration Processor

  • Implementation in Registration Processor has been made to read packets using the new Packet Manager.

  • Packets are now being stored in Object Store using the object store adapter.

  • Biometrics are now being shared to ABIS using a data share URL.

  • Data is being sent to Manual Adjudicator using data share URLs.

ID Repository

  • ID Repository has been moved from commons to a new repository.

  • Extraction module has been added to extract biometrics into templates using biometric extract SDKs.

  • Credential Issuance module has been added to share credentials based on policy.

Authentication

  • Authentication Transaction has been modified to store tokens instead of storing encrypted UIN or VID.

  • Implementation has been made to support capture of consent token in header for authentication request.

  • Authentication token generation is now driven by authentication policy for the partner.

  • Locking/unlocking of authentication for an individual has been moved to ID Repository.

  • Integration with Web Sub was done to receive ID details from ID Repository.

Partner Management

  • Partner Management APIs have been created, to support,

    • Self-registration of various types of partners (like, device providers, FTM providers, authentication partners, credential partners, etc.)

    • Device & FTM Make-Model registration.

    • Secure Biometric Interface registration.

    • Approvals of the above by the Partner administrator.

  • Policy Management has been modified to support authentication as well as data share policies.

Resident Services

  • Demographic update implementation has been updated to create update packet using the new Packet Manager.

  • Credential Issuance has been added using ID Repository's credential issuance module.

  • API for verifying the credential issuance and print request status has been added.

PreviousRelease Notes 1.1.2NextBug Fixes

Last updated 3 years ago

Was this helpful?