Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.64 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.64 KB

Maven Package upon a push Quality Gate Status

Identity Provider Project

Overview

This repository contains the implementation of Authorization Code flow of OAuth 2.0. Supports all the mandatory features of OIDC (Open ID Connect) specification.

IdP repository contains following:

  1. idp-core - Library containing all the common interfaces, DTOs and utils that is used as dependency in the other IdP module libraries and services
  2. idp-service - Deployable API service containing all the OIDC and UI APIs
  3. db_scripts - Contains all the db scripts required to setup or upgrade the DB for IdP module
  4. authentication-wrapper - Library containing the implementations of AuthenticationWrapper interface to intergrate into MOSIP's IDA module and mock authentication service
  5. idp-binding-service - Deployable API service containing the binding APIs

Databases

Refer to SQL scripts.

Build & run (for developers)

The project requires JDK 11.

  1. Build and install:
    $ mvn clean install -Dgpg.skip=true
    
  2. Build Docker for a service:
    $ docker build -f Dockerfile
    

APIs

API documentation is available here.

License

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