An open API service indexing awesome lists of open source software.

https://github.com/felleslosninger/eidas-proxy

Norwegian generic eIDAS-proxy build from eIDAS source.
https://github.com/felleslosninger/eidas-proxy

application eidas eidas-node eu-project idporten java team-idporten

Last synced: 2 months ago
JSON representation

Norwegian generic eIDAS-proxy build from eIDAS source.

Awesome Lists containing this project

README

        

# eidas-proxy
Norwegian generic eIDAS-proxy-service build from eIDAS source code.

See these documents in https://ec.europa.eu/digital-building-blocks/sites/display/DIGITAL/eIDAS-Node+version+2.8.1:
* eIDAS-Node National IdP and SP Integration Guide
* eIDAS-Node Installation Quick Start Guide
* eIDAS-Node Installation and Configuration Guide

## Configuration
See [docker/proxy/README.md](docker/proxy/README.md) for organization of folders for config.

| Environment | Keystore type |
|----------------|---------------|
| docker (local) | RSA keystore |
| systest | RSA keystore |
| test | HSM (luna) |
| prod | HSM (luna) |

### Run eidas-proxy as docker-compose on your machine for local testing

Add the following to your /etc/hosts file:
```
# eIDAS local dev
127.0.0.1 eidas-proxy
```

Start docker containers:
```
docker-compose up --build
```

Test by checking if metadata-endepoint is responding: eidas-proxy:8082/ServiceMetadata

### Test eidas-proxy in test/production environment
Systest: https://proxy.eidasnode.dev/ServiceMetadata

Test: https://proxy.test.eidasnode.no/ServiceMetadata

Prod: https://proxy.eidasnode.no/ServiceMetadata