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.
- Host: GitHub
- URL: https://github.com/felleslosninger/eidas-proxy
- Owner: felleslosninger
- License: bsd-3-clause
- Created: 2024-04-24T13:10:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T11:50:16.000Z (3 months ago)
- Last Synced: 2025-04-10T00:38:37.336Z (2 months ago)
- Topics: application, eidas, eidas-node, eu-project, idporten, java, team-idporten
- Language: Dockerfile
- Homepage:
- Size: 26.8 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
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/ServiceMetadataTest: https://proxy.test.eidasnode.no/ServiceMetadata
Prod: https://proxy.eidasnode.no/ServiceMetadata