Infosys / id-authentication

This repository contains Authentication Services to validate Individual's identity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Package upon a push Quality Gate Status

ID-Authentication

Overview

This repository contains source code and design documents for MOSIP ID Authentication which is the server-side module to manage ID Authentication. The modules exposes API endpoints.

Databases

Refer to SQL scripts.

Build & run (for developers)

The project requires JDK 1.11.

  1. Build and install:
    $ cd kernel
    $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
    
  2. Build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    

Configuration

Refer to the configuration guide.

Deploy

To deploy PMS on Kubernetes cluster using Dockers refer to Sandbox Deployment.

Test

Automated functional tests available in Functional Tests repo.

APIs

API documentation is available here.

License

This project is licensed under the terms of Mozilla Public License 2.0.

About

This repository contains Authentication Services to validate Individual's identity

License:Mozilla Public License 2.0


Languages

Language:Java 98.4%Language:HTML 0.9%Language:Dockerfile 0.4%Language:Shell 0.3%