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: 12 months ago
JSON representation
Norwegian generic eIDAS-proxy build from eIDAS source.
- Host: GitHub
- URL: https://github.com/felleslosninger/eidas-proxy
- Owner: felleslosninger
- License: bsd-3-clause
- Created: 2024-04-24T13:10:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T13:36:51.000Z (about 1 year ago)
- Last Synced: 2025-05-26T13:49:44.163Z (about 1 year ago)
- Topics: application, eidas, eidas-node, eu-project, idporten, java, team-idporten
- Language: Dockerfile
- Homepage:
- Size: 33.5 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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