Page History
...
| Property | Beskrivelse | Eksempel-værdi |
|---|---|---|
| EAS: | ||
| eas.endpoint.url | The URL on which the EAS service is listeningURL'en som EAS-servicen lytter på | https://localhost:8079/eas/fhir |
| eas.client.cert.folderThe folder containing the necessary certificates | Sti til mappe med nødvendige certificater, relativ til "integrationtest"-modulet | ../compose/configuration/certs/ |
| eas.client.keystore | Keystore containing med client key + certificate | caller.test.p12 |
| eas.client.keystore.password | Password for til keystore | changeit |
| eas.client.private.key.password | Password for til private key | changeit |
| eas.client.truststore | Truststore for til EAS client-klient | test_ca.jks |
| eas.client.truststore.password | Password for til truststore | changeit |
| Keycloak: | ||
| keycloak.endpoint.url | The Keycloak URL for requesting JWTstil JWT-requests | https://TODO.test1.nsp.dk:8080/ehmi-auth/realms/ehmi/protocol/openid-connect/token |
| keycloak.client.cert.folderThe folder containing the necessary certificates | Sti til mappe med nødvendige certificater, relativ til "integrationtest"-modulet | ../compose/configuration/certs/ |
| keycloak.client.keystore | Keystore containing med client key + certificate | caller.test.p12 |
| keycloak.client.keystore.password | Password for til keystore | changeit |
| keycloak.client.private.key.password | Password for til private key | changeit |
| keycloak.client.truststore | Truststore for til EAS client-klient | test_ca.jks |
| keycloak.client.truststore.password | Password for til truststore | changeit |
Testdata: | ||
| cpr.invalid | A CPR that does not exist on the NSP environmentCPR som ikke findes på NSP-miljø | 0908720090 |
| cpr.valid.no.sor | A CPR whose hvis "yder" is not mapped to a ikke har mapning til SOR ID in i SORES | 1808764667 |
| cpr.valid.with.doctor | An existing CPR with own doctor mapped to SOR ID in Eksisterende CPR med egen læge, som har mapning til SOR ID i SORES | 0908720091 |
| yder.validA valid "yder" number | Gyldigt ydernummer | 077704 |
| yder.invalidAn invalid "yder" number | Ydernummer som ikke findes på NSP-miljø | 077703 |
| sorid.valid | A SOR ID that exists in som findes i EER | 1254731000016003 |
| sorid.invalid | A SOR ID that does not exist in som ikke findes i EER | 42 |