Skip to content

Commit 42721fd

Browse files
authored
V 1.0.4
added chapter "2.6. Authenticate as Holder"
1 parent 02c1266 commit 42721fd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/FHIR_VZD_HOWTO_Authenticate.adoc

+16-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image::gematik_logo.svg[gematik,float="right"]
1818

1919
[width="100%",cols="50%,50%",options="header",]
2020
|===
21-
|Version: |1.0.2
21+
|Version: |1.0.4
2222
|Referencing: |gemILF_FHIR_VZD
2323
|===
2424

@@ -38,6 +38,8 @@ image::gematik_logo.svg[gematik,float="right"]
3838

3939
|1.0.2 |11.09.23 |Chap. 2.5 |added chapter "2.5. Authenticate using the gematik Authenticator" |gematik
4040
|1.0.3 |06.12.24 |Chap. 2.1 |Update URLs in access token example |gematik
41+
|1.0.4 |25.02.25 |Chap. 2.6 |added chapter "2.6. Authenticate as Holder" |gematik
42+
4143

4244
|===
4345

@@ -353,3 +355,16 @@ The following sequence diagramm shows the process in detail.
353355
</p>
354356
++++
355357
====
358+
359+
=== Authenticate as Holder
360+
A holder uses its holder client secrets for authentication. +
361+
362+
[gemSpec_VZD_FHIR_Directory] describes this authentication https://gemspec.gematik.de/docs/gemSpec/gemSpec_VZD_FHIR_Directory/latest/#5.12[here]. +
363+
+
364+
The authentication is similar to the process in chapter "2.2. Authenticate for the provider API" with the following changes: +
365+
366+
- [01] With the following request a ti-provider-accesstoken can be obtained +
367+
This URL has to be used: curl -X POST "[baseUrl]:9443/auth/realms/*RSDirectoryAdministration*/protocol/openid-connect/token"
368+
- [04] Exchange the ti-provider-accesstoken for the tim-providerAPI-accesstoken +
369+
This URL has to be used: curl -X GET "[baseUrl]/*holder-authenticate*" -H "Authorization: Bearer ..."
370+

0 commit comments

Comments
 (0)