Giter Club home page Giter Club logo

esignet's Introduction

Maven Package upon a push Quality Gate Status

e-Signet 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.
  • VC Issuance Flow, supports only wallet initiated flow

e-Signet repository contains following:

  1. esignet-core - Library containing all the common interfaces, DTOs and utils that is used as dependency in the other esignet module libraries and services
  2. esignet-service - Deployable API service containing all the OIDC and UI controllers.
  3. esignet-integration-api - Library containing all the integration interfaces.
  4. client-management-service-impl - Client management implementations classes.
  5. oidc-service-impl - Oauth and OIDC implementation classes.
  6. binding-service-impl - key and individualId binding service implementation classes.
  7. consent-service-impl - Service to manage user consent per client.
  8. vci-service-impl - Credential issuance service implementation classes.
  9. db_scripts - Contains all the db scripts required to setup or upgrade the DB for esignet module.

Databases

Refer to SQL scripts.

Build (for developers)

The project requires JDK 11.

  1. Build:
    $ mvn clean install -Dgpg.skip=true
    

Run eSignet (for developers)

To simplify running eSignet in local for developers we have added Docker Compose Setup. This docker-compose includes eSignet service and UI along with mock-identity-system to test the local deployment.

APIs

API documentation is available here.

Documentation

eSignet documentation is available here.

License

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

esignet's People

Contributors

akilalakshman avatar akilalakshmanan avatar anshulv1401 avatar aranaravi avatar ase-101 avatar balaji-alluru avatar bhumi46 avatar ckm007 avatar gaganamadival avatar gk-4vii avatar gsasikumar avatar himajadhanyamraju2 avatar jainhitesh9998 avatar kaifk468 avatar mahesh-binayak avatar mohanraj209 avatar monobikashdas avatar nandhu-kumar avatar prafulrakhade avatar pvsaidurga avatar rakshitha650 avatar rakshithb1 avatar sohandey avatar sowmya695 avatar syedsalman3753 avatar vishwa-vyom avatar vsivakalyan avatar yaswanthnagarjuna avatar zesu22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

esignet's Issues

What are we trying to achieve here with postman ? Can some body please explain ?

I have some questions where i need help with :

What are we trying to achieve here with postman ? Can some body please explain ?

Download the postman script from here and its environment from here

Import the downloaded collection and environment into postman.

To create an OIDC/OAuth client, run the below request from the postman collection "OIDC Client mgmt" folder

Get CSRF token
Create OIDC Client
To Create a Mock identity, run the below request from the postman collection "Mock-Identity-System" folder

Create Mock Identity
To run the OIDC flow with mock identity run the below request(same order) from the postman collection "AuthCode flow with OTP login" folder.

Get CSRF token
Authorize / OAuthdetails request
Send OTP
Authenticate User
Authorization Code
Get Tokens
Get userInfo
To run the Verifiable Credential Issuance flow with mock identity run the below request(same order) from the postman collection "VCI" folder.

Get CSRF token
Authorize / OAuthdetails request
Send OTP
Authenticate User
Authorization Code
Get Tokens
Get Credential

E-signet Docker-compose up command errors

How can we can fix these ?

Pulling zookeeper (wurstmeister/zookeeper:)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling zookeeper (wurstmeister/zookeeper:)...
ERROR: pull access denied for wurstmeister/zookeeper, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Pulling kafka (wurstmeister/kafka:)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling kafka (wurstmeister/kafka:)...
ERROR: pull access denied for wurstmeister/kafka, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.