Skip to content

Commit 1d8b769

Browse files
committed
Fix: resource_fqdn removed .de as it is already part of a valid fqdn
1 parent a73aa5a commit 1d8b769

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/openapi/fachdienstlokalisierung.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ components:
8989
The time-to-live in seconds for the cached metadata. This is the maximum
9090
time that the metadata should be cached before it needs to be refreshed.
9191
example:
92-
resourceFqdn: https://{resource_fqdn}.de
92+
resourceFqdn: https://{resource_fqdn}
9393
scheme: https
9494
cacheTtl: 86400
9595
Problem:

src/openapi/vsdm2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ externalDocs:
2121
description: FHIR Specification VSDM 2
2222
url: https://simplifier.net/vsdm2
2323
servers:
24-
- url: https://{resource_fqdn}.de
24+
- url: https://{resource_fqdn}
2525
description: Example Hostname for a given VSDM service, taken from the /.well-known/ti-service-provider-metadata "Fachdienstlokalisierung" Endpoint of the ZETA HTTP proxy
2626
tags:
2727
- name: Vsdm
@@ -427,7 +427,7 @@ components:
427427
description: This API uses OAuth 2, to gain access clients need an Access-Token and to proof "Versorgungskontext" with a PoPP-Token in addition
428428
flows:
429429
authorizationCode:
430-
authorizationUrl: https://{resource_fqdn}.de/auth
431-
tokenUrl: https://{resource_fqdn}.de.de/token
430+
authorizationUrl: https://{resource_fqdn}/auth
431+
tokenUrl: https://{resource_fqdn}/token
432432
scopes:
433433
vsdservice: allows practitioners to access the VSDService API of the "Versichertenstammdatendienst"

0 commit comments

Comments
 (0)