Page History
...
| Property | Beskrivelse | Eksempel-værdi |
|---|---|---|
| EAS: | ||
| eas.endpoint.url | The URL on which the EAS service is listening | https://localhost:8079/eas/fhir |
| eas.client.cert.folder | The folder containing the necessary certificates | ../compose/configuration/certs/ |
| eas.client.keystore | Keystore containing client key + certificate | caller.test.p12 |
| eas.client.keystore.password | Password for keystore | changeit |
| eas.client.private.key.password | Password for private key | changeit |
| eas.client.truststore | Truststore for EAS client | test_ca.jks |
| eas.client.truststore.password | Password for truststore | changeit |
| Keycloak: | ||
| keycloak.endpoint.url | The Keycloak URL for requesting JWTs | https://TODO.test1.nsp.dk:8080/ehmi-auth/realms/ehmi/protocol/openid-connect/token |
| keycloak.client.cert.folder | The folder containing the necessary certificates | ../compose/configuration/certs/ |
| keycloak.client.keystore | Keystore containing client key + certificate | caller.test.p12 |
| keycloak.client.keystore.password | Password for keystore | changeit |
| keycloak.client.private.key.password | Password for private key | changeit |
| keycloak.client.truststore | Truststore for EAS client | test_ca.jks |
| keycloak.client.truststore.password | Password for truststore | changeit |
Testdata: | ||
| cpr.invalid | A CPR that does not exist on the NSP environment | 0908720090 |
| cpr.valid.no.sor | A CPR whose "yder" is not mapped to a SOR ID in SORES | 1808764667 |
| cpr.valid.with.doctor | An existing CPR with own doctor mapped to SOR ID in SORES | 0908720091 |
| yder.valid | A valid "yder" number | 077704 |
| yder.invalid | An invalid "yder" number | 077703 |
| sorid.valid | A SOR ID that exists in EER | 1254731000016003 |
| sorid.invalid | A SOR ID that does not exist in EER | 42 |
...