thehyve/eid-idp

Name: eid-idp

Owner: The Hyve

Description: The eID Identity Provider is a simple IdP using the eID as authentication token. Forked from https://code.google.com/p/eid-idp/

Created: 2014-07-10 08:41:39.0

Updated: 2014-07-10 10:04:13.0

Pushed: 2014-07-11 08:04:28.0

Homepage:

Size: 628

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The eID Identity Provider is a simple IdP using the eID as authentication token.

=== 1. Introduction

This project contains a fork for the source code tree of the eID Identity Provider. The original source code is hosted at: http://code.google.com/p/eid-idp/

=== 2. Requirements

The following is required for compiling the eID Trust Service software:

=== 3. Build

The project can be build via:

mvn clean install

The deployable Java EE application can be found under:

eid-idp-deploy

You can speed up the development build cycle by skipping the unit tests via:

mvn -Dmaven.test.skip=true clean install

=== 4. Eclipse IDE

The Eclipse project files can be created via:

mvn eclipse:eclipse

Afterwards simply import the projects in Eclipse via:

File -> Import... -> General:Existing Projects into Workspace

First time you use an Eclipse workspace you might need to add the maven repository location. Do this via:

mvn eclipse:add-maven-repo -Declipse.workspace=<location of your workspace>

=== 5. How to start example

If you only want to build/install/run a distro in a Centos/Redhat for testing purposes, please read installcentos.txt

=== 6. License

The license conditions can be found in the file: LICENSE.txt


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.