Skip to content

This repository contains Authentication Services to validate Individual's identity

License

Notifications You must be signed in to change notification settings

mosip/id-authentication

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

636e322 · May 22, 2024
May 3, 2024
May 3, 2024
Feb 12, 2024
Mar 25, 2024
Jan 27, 2021
May 2, 2024
Nov 8, 2022
Aug 7, 2020
Jul 11, 2019
May 13, 2024
Jul 1, 2020

Repository files navigation

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 authentication
    $ 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.