Skip to content

This repository contains Authentication Services to validate Individual's identity

License

Notifications You must be signed in to change notification settings

Infosys/id-authentication

This branch is 2 commits ahead of, 43 commits behind mosip/id-authentication:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 8, 2023
Dec 8, 2023
Sep 20, 2023
Jan 18, 2024
Jan 27, 2021
Feb 18, 2022
Nov 8, 2022
Aug 7, 2020
Jul 11, 2019
Dec 8, 2023
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 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Other 1.6%