CH EPR FHIR (R4)
4.0.0-ballot - ballot
This page is part of the CH EPR FHIR (R4) (v4.0.0-ballot: DSTU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
This section describes the national extension for the Swiss EPR to the Get Access Token [ITI-71] transaction defined in the IUA profile published in the IHE IT Infrastructure Technical Framework Trial Implementation “Internet User Authorization”. In this transaction, the OAuth Authorization Code grant type option is enforced for security reasons.
The transaction is used by an IUA Authorization Client (e.g., portals and primary systems) to pass claims to the IUA Authorization Server and to retrieve an access token to be used for authorization of the access to protected resources of the Swiss EPR.
Depending on the claims made by the IUA Authorization Client, two different flavors of access tokens SHALL be provided by the IUA Authorization Server:
When an IUA Authorization Client is authorized, it may launch SMART on FHIR Apps using the EHR launch by claiming a launch indicator. When launched the SMART on FHIR Apps inherit the basic access authorization from the launching app and may retrieve Extended Access Token for EPR endpoints protected by the EPR role and attribute based authorization (e.g. to retrieve documents).
Actor: IUA Authorization Client
Role: Communicates claims and launch information to the IUA Authorization Server and receives JWT access token.
Actor: IUA Authorization Server
Role: Identifies the Authorization Client, authorizes the access on behalf of the user, verifies claims, optionally authenticates the user and responds a JWT Access Token to the IUA Authorization Client to be incorporated into the transactions to access protected resources.
This section specifies the OAuth 2.1 client credential grant flow of the IUA Get Access Token transaction, which shall be used by clinical archive systems to retrieve an Access Token.
Step | Action | Parameter | Opt (Basic/ Extended). | Reference | Remark |
---|---|---|---|---|---|
00 | The Authorization Client sends an HTTP POST request to the IUA Authorization Server endpoint. | response_type | R | IUA | The value SHALL be client_credentials. |
client_id | R | IUA | The ID, the Authorization Client is registered at the IUA Authorization Server. | ||
client_secret | R | IUA | An unguessable value registered for the Authorization Client during onboarding. | ||
scope | R | IUA | Attributes the Authorization Client claims (see detailed description below). | ||
aud | R | SMART on FHIR | The URL or array of URL of the Resource Servers the token is intended to be used for. | ||
01 | The Authorization Server responds with the access token in the HTML body element. | access_token | R | IUA | A string containing the access token which SHALL be a JWT token. |
token_type | R | IUA | The value of the parameter shall be Bearer. | ||
scope | R | IUA | The scope granted by the Authorization Server. | ||
expires_in | R | IUA | Maximum duration of 5 minutes. |
This section specifies the OAuth 2.1 authorization code grant flow of the IUA Get Access Token transaction, which shall be used by portals and primary systems.
Step | Action | Parameter | Opt (Basic/ Extended). | Reference | Remark |
---|---|---|---|---|---|
00, 01 | The Authorization Client sends an HTTP GET request to the IUA Authorization Server endpoint. | response_type | R | IUA | The value SHALL be code. |
client_id | R | IUA | The ID, the Authorization Client is registered at the IUA Authorization Server2. | ||
redirect_uri | R | IUA / SMART on FHIR | Used as the callback URL the IUA Authorization Server will send the authorization code to. The URL SHALL match one of the client’s pre-registered redirect URIs. | ||
state | R | IUA | An unguessable value used by the Authorization Client to track the state between the authorization request and the callback. | ||
scope | R | IUA / SMART on FHIR | Attributes the Authorization Client claims (see detailed description below). | ||
aud | R | SMART on FHIR | The URL or array of URL of the Resource Servers the token is intended to be used for. | ||
launch | R | SMART on FHIR | An opaque identifier which indicates that a SMART on FHIR App was launched from a portal or primary system which is authorized to access the Swiss EPR as EHR launch. | ||
code_challenge | R | IUA | Transformed version of code_verifier with code_challenge_method | ||
code_challenge_method | R | IUA | SHALL be “S256”. | ||
02, 03 | The Authorization Server performs an HTTP GET on the Authorization Client callback URL (redirect_uri) conveying the authorization code. | code | R | IUA | The authorization code generated by the Authorization Server. |
state | R | IUA | The unguessable value used by the Authorization Client to track the state between the authorization request and the callback. | ||
04 | The Authorization Client performs an HTTP POST with parameter as a form-encoded HTTP entity body, passing its client_id and client_secret as an HTTP authorization header field. | client_id | R | IUA | The ID the Authorization Client is registered at the IUA Authorization Server2. |
grant_type | R | IUA | Value shall be “authorization_code”. | ||
code | R | IUA | The authorization | ||
code_verifier | R | IUA | The original code verifier string. | ||
05 | The Authorization Server responds with the access token in the HTML body element. | access_token | R | IUA | A string containing the access token which SHALL be a JWT token. |
token_type | R | IUA | The value of the parameter shall be Bearer. | ||
scope | R | IUA | The scope granted by the Authorization Server. | ||
expires_in | R | IUA | Maximum duration of 5 minutes. |
2For SMART on FHIR Apps launched in EHR mode the client_id SHALL be the ID of the portal or primary system which launched the App.
A clinical archive system aims to access the EPR to write documents.
The Authorization Client SHALL send an IUA compliant Authorization Request for the client credential flow. The Authorization Request SHALL set the scope parameter with one or many scope values as defined in the table below.
Scope | Optionality (Basic/ Extended) | Type | Reference | Remark |
---|---|---|---|---|
purpose_of_use | R/R | token3 | See sections below. | Shall be AUTO as defined in the code system 2.16.756.5.30.1.127.3.10.5 of the CH: EPR value set. |
subject_role | R/R | token | See sections below. | Shall be the value TCU as defined in the code system 2.16.756.5.30.1.127.3.10.1.1.3 of the CH: EPR value set. |
person_id | O/R | string, CX | See sections below. | EPR-SPID identifier of the patient’s record and the patient assigning authority formatted in CX syntax. |
principal | R/R | token | See sections below. | Name of the legal responsible healthcare professional the technical user is acting on behalf of. According to the law and regulations the healthcare professional shall be the individual who is resposiblethe rules to be used by the clinial archive to filter documents to be uploaded to the Swiss EHR. |
principal_id | R/R | token | See sections below. | GLN of the legal responsible healthcare professional the technical user is acting on behalf of. According to the law and regulations the healthcare professional shall be the individual who is resposible for the rules to be used by the clinial archive to filter documents to be uploaded to the Swiss EHR. |
access_token_format | O/O | Strings | SHALL be of value “urn:ietf:params:oauth:token-type:jwt”. |
3Token format according FHIR token type.
When receiving a Get Access Token Request with purpose of use set to AUTO and subject role set to TCU, the Authorization Server SHALL identify and authenticate the Authorization Client with the client_id, client_secret and the client’s certificate of the TLS connection.
The Authorization Server SHALL verify that the Authorization Client was registered during onboading with the same client_id, client_secret and the client’s certificate of the TLS connection and is authorized to access the EHR.
The Authorization Server SHALL verify that the principal_id matches the GLN of the legal responsible healthcare professional the Authorization Client was registered during onboading.
The Authorization Server SHALL respond with the Get Access Token response as defined in Get Access Token Response only if all checks are successful. If one of the above checks fails, the Authorization Server SHALL respond with HTTP 401 (Unauthorized) error.
The Authorization Server SHALL respond with a Extended Access Token, only if the person_id is set in the request. The Authorization Server SHALL respond with a Basic Access Token, if the person_id is not set.
The Authorization Client SHALL use the access token as defined in IUA Incorporate Access Token transaction, when performing requests to resources of the Swiss EPR.
POST /token HTTP/1.1
Host: localhost:9001
Accept: application/json
Content-type: application/x-www-form-urlencoded
Authorization: Basic bXktYXBwOm15LWFwcC1zZWNyZXQtMTIz
grant_type=client_credentials&
access_token_format=urn:ietf:params:oauth:token-type:jwt&
scope=user%2F*.*+openid+fhirUser+purpose_of_use%3Durn%3Aoid%3A2.16.756.5.30.1.127.3.10.5%7CAUTO+subject_role%3Durn%3Aoid%3A2.16.756.5.30.1.127.3.10.6%7CTCU+person_id%3D761337610411353650%5E%5E%5E%262.16.756.5.30.1.109.6.5.3.1.1%26ISO
A user launches a portal or primary system, or a SMART on FHIR App to access data and documents from the Swiss EPR.
The Authorization Client SHALL send an IUA compliant Authorization Request for the authorization code flow. The Authorization Request SHALL set the scope parameter with one or many scope values as defined in the table below.
Scope | Optionality (Basic/ Extended) | Type | Reference | Remark |
---|---|---|---|---|
launch | O/R | SMART on FHIR | The opaque identifier the SMART on FHIR App was launched with in an EHR launch. The claim is required for SMART on FHIR Apps launched from an portal or primary system. | |
purpose_of_use | O/R | token3 | See sections below. | Value taken from code system 2.16.756.5.30.1.127.3.10.5 of the CH: EPR value set. |
subject_role | O/R | token | See sections below. | One of the values for Healthcare Professionals, Assistants, Patients and Representatives as defined in the code system 2.16.756.5.30.1.127.3.10.1.1.3 of the CH: EPR value set. |
person_id | O/R | string, CX | See sections below. | EPR-SPID identifier of the patient’s record and the patient assigning authority formatted in CX syntax. |
principal | O/O | token | See sections below. | Name of the healthcare professional an assistant is acting on behalf of. |
principal_id | O/O | token | See sections below. | GLN of the healthcare professional an assistant is acting on behalf of. |
group | O/O | string | See sections below. | Name of the organization or group an assistant is acting on behalf of. |
group_id | O/O | string | See sections below. | OID of the organization or group an assistant is acting on behalf of. |
access_token_format | O/O | Strings | SHALL be of value “urn:ietf:params:oauth:token-type:jwt”. |
3Token format according FHIR token type.
The scope parameter of the request MAY claim the following attributes:
Note: The parameters need to be url encoded, see above message example.
Depending on the value of the role scope additional scopes are required, as described in the following sections.
Healthcare Professional Extension
In the healthcare professional extension, the scope subject_role SHALL be the code HCP from code system 2.16.756.5.30.1.127.3.10.6 of the CH:EPR value set.
Assistant Extension
In the assistant extension, the scope subject_role SHALL be the code ASS from code system 2.16.756.5.30.1.127.3.10.6 of the CH:EPR value set. There SHALL be a scope with name principal_id=value. The value SHALL convey the GLN of the healthcare professional an assistant is acting on behalf of. There SHALL be a scope with name principal=value. The value SHALL convey the name of the healthcare professional an assistant is acting on behalf of.
There MAY be one or more scopes with name group_id=value and corresponding group=value. If present each value SHALL convey the ID and name of the subject’s organization or group as registered in the EPR HPD. The ID SHALL be an OID in the format of a URN.
Patient Extension
In the patient extension, the scope subject_role SHALL be the code PAT from code system 2.16.756.5.30.1.127.3.10.6 of the CH:EPR value set. The value of the purpose of use scope SHALL be the code NORM from code system 2.16.756.5.30.1.127.3.10.5 of the CH:EPR value set.
Representative Extension
In the representative extension, the scope subject_role SHALL be the code REP from code system 2.16.756.5.30.1.127.3.10.6 of the CH:EPR value set. The token of the purpose_of_use scope SHALL be the code NORM from code system 2.16.756.5.30.1.127.3.10.5 of the CH:EPR value set.
The IUA Authorization Client SHALL support the HTTP conversation of the OAuth 2.1 Authorization Code grant.
When launched, the IUA Authorization Client SHALL perform HTTP GET request with the URL query parameter as defined in Table and with the scope claims described in Table.
When receiving the request the Authorization Server, the Authorization Server SHALL verify that the Authorization Client was registered during onboading with the same client_id and the client certificate of the TLS connection.
The Authorization Server SHALL authorize the Authorization Client to access the EHR by either verifying that the Authorization Client request is authorized by a policy or by presenting a form to the user to consent to the access by the Authorization Client on behalf of the user. The Authorization Server MAY cache the users decision for for future access by the same Authorization Client.
The Authorization Server SHALL enforce that the user is authenticated compliant to the regulations of the Swiss EHR and has a valid browser session with an certified Identity Provider. If the user is not authenticated the Authorization Server SHALL respond with an error page or redirect the user to a Identity Provider.
If the IUA Authorization Client receives the request from the IUA Authorization Server on the callback URL conveying the authorization code, the Authorization Client SHALL perform the HTTP POST request with the client_id and client_secret in the HTTP authorization header field to resolve the authorization code to the access token.
The Authorization Server SHALL respond with the Get Access Token response as defined in Get Access Token Response only if all checks are successful. If one of the above checks fails, the Authorization Server SHALL respond with HTTP 401 (Unauthorized) error.
The IUA Authorization Client SHALL use the access token as defined in IUA Incorporate Access Token transaction, when performing requests to resources of the Swiss EPR.
The first step of the conversation is an HTTP GET which may look like for a Basic Access Token:
GET authorize?
response_type=code&
client_id=app-client-id&
redirect_uri=http%3A%2F%2Flocalhost%3A9000%2Fcallback&
launch=xyz123&
scope=launch+user%2F%2A.%2A+openid+fhirUser&
state=98wrghuwuogerg97&
aud=https%3A%2F%2Fehr%2Ffhir&
code_challenge=ZmVjMmIwMWYyYTNjZWJiNTgyNTgxYzlmOGYyMWM0MWI3YmZhMjQ4YjU5MDc3Mzk4MDBmYTk0OThlNzZiNjAwMw&
code_challenge_method=S256
An extended access token where at least purpose_of_use (NORM), subject_role (HCP) and person_id are added to the scope may look like:
GET authorize?
response_type=code&
client_id=app-client-id&
redirect_uri=http%3A%2F%2Flocalhost%3A9000%2Fcallback&
launch=xyz123&
scope=launch+user%2F*.*+openid+fhirUser+purpose_of_use%3Durn%3Aoid%3A2.16.756.5.30.1.127.3.10.5%7CNORM+subject_role%3Durn%3Aoid%3A2.16.756.5.30.1.127.3.10.6%7CHCP+person_id%3D761337610411353650%5E%5E%5E%262.16.756.5.30.1.109.6.5.3.1.1%26ISO&
code_challenge=ZmVjMmIwMWYyYTNjZWJiNTgyNTgxYzlmOGYyMWM0MWI3YmZhMjQ4YjU5MDc3Mzk4MDBmYTk0OThlNzZiNjAwMw&
code_challenge_method=S256
The second step of the conversation is an HTTP GET Callback conveying the authorization code and may look like:
GET /callback?code=8V1pr0rJ&state=98wrghuwuogerg97
The third step of the conversation is an HTTP POST sending the authorization code to retrieve the authorization token in the response which may look like:
POST /token HTTP/1.1
Host: localhost:9001
Accept: application/json
Content-type: application/x-www-form-urlencoded
Authorization: Basic bXktYXBwOm15LWFwcC1zZWNyZXQtMTIz
grant_type=authorization_code&
code=98wrghuwuogerg97&
code_verifier=qskt4342of74bkncmicdpv2qd143iqd822j41q2gupc5n3o6f1clxhpd2x11&
access_token_format=urn:ietf:params:oauth:token-type:jwt
The response SHALL either convey a Basic Access Token in JWT format, granting basic access to the EPR (i.e. to access patient data), or an Extended Access Token to access resources protected by the role and attribute based EPR authorization (i.e. read and write documents).
The Authorization Server and Resource Server SHALL support the IUA JWT extension with the following claims as defined in Table below.
The claim content for the JWT IUA extensions SHALL correspond to the content defined in the XUA specification (see 1.6.4.2 Get X-User Assertion, A5E1).
JWT Claim (Extension) | Optionality (Basic/ Extended) | XUA Attribute EPR | Remark |
---|---|---|---|
subject_name | R/R | urn:oasis:names:tc:xspa:1.0:subject:subject-id | Plain text’s user name. |
subject_organization | O/O | urn:oasis:names:tc:xspa:1.0:subject:organization | The name of the user’s organization or institution as text. |
subject_organization_id | O/O | urn:oasis:names:tc:xspa:1.0:subject:organization-id | The OID of the user’s organization in URN notation. |
subject_role | O/R | urn:oasis:names:tc:xacml:2.0:subject:role | Code indicating the user role. In the Swiss EPR the value SHALL be taken from the EPR Role Code Value Set. |
purpose_of_use | O/R | urn:oasis:names:tc:xspa:1.0:subject:purposeofuse | Code indicating the purpose of use. In the Swiss EPR the value SHALL be taken from the EPR Purpose Of Use Value Set. |
home_community_id | O/R | urn:ihe:iti:xca:2010:homeCommunityId | The user’s home community identifier where the request originated. Its value should be an OID in URN notation. |
person_id | O/R | urn:oasis:names:tc:xacml:2.0:resource:resource-id | SHALL be the EPR-SPID of the patients EPR. |
The Authorization Server and Resource Server SHALL support the following extensions to the JWT access token for an EPR user:
JWT Claim (Extension) | Optionality (Basic/ Extended) | XUA Attribute EPR | Remark |
---|---|---|---|
user_id | O/R | <NameID> child element of the <Subject> | |
user_id_qualifier | O/R | Name qualifier attribute of <NameID> |
The Authorization Server and Resource Server SHALL support the following extensions to the JWT access token for a list of groups a subject is member of:
The ch_group extension claims shall be wrapped in an “extensions” object with key ‘ch_group’ and a JSON array containing the JSON objects with properties name and id. The id SHALL be an OID in the format of a URN.
ch_group array element | Optionality (Basic/ Extended) | XUA Attribute EPR | Remark |
---|---|---|---|
name | O/R | urn:oasis:names:tc:xspa:1.0:subject:organization | An array of groups with properties name and id. |
id | O/R | urn:oasis:names:tc:xspa:1.0:subject:organization-id | An array of group names and group ids. |
The Authorization Server and Resource Server shall support the following extensions to the JWT access token:
The ch_delegation extension claims shall be wrapped in an “extensions” object with key ‘ch_delegation’ and a JSON value object containing the claims. The claim content for the JWT CH:EPR extensions shall correspond to the content defined in the XUA specification (see 1.6.4.2 Get X-User Assertion, A5E1).
JWT Claim (Extension) | Optionality (Basic/ Extended) | XUA Attribute EPR | Remark |
---|---|---|---|
principal | O/R | urn:e-health-suisse:principal-name | Name of the healthcare professional an assistant is acting on behalf of. |
principal_id | O/R | urn:e-health-suisse:principal-id | GLN of the healthcare professional an assistant is acting on behalf of. |
The IUA Authorization Server SHALL support the HTTP conversation of the OAuth 2.1 Authorization Code grant as follows:
If the IUA Authorization Server receives a request, it SHALL authenticate the user by redirecting the request to a Identity Provider using the Open ID Connect protocol. The Identity Provider authenticates the user based on its internal session management (i.e. by checking the requests cookies or other methods) or by validating the user authentication means and returns the identity token to the IUA Authorization Server.
In case of authentication failure, the IUA Authorization Server SHALL respond with HTTP error code 401 ‘Not authorized’.
The IUA Authorization Server SHALL identify the IUA Authorization Client (portal or primary system) based on the digital signature of the messages send by the IUA Authorization Client. The IUA Authorization Server SHALL use the X.509 certificate provided by the portal or primary system in the TLS connection to authenticate the IUA Authorization Client.
The IUA Authorization Server SHALL verify that the IUA Authorization Client (portal or primary system) is authorized to access the EPR on behalf of the users by checking if the IUA Authorization Client has been registered and authorized by the community during the onboarding process.
For SMART on FHIR Apps launched in an EHR Launch, the IUA Authorization Server SHALL validate the launch scope parameter, by verifying that the portal or primary system which launched the SMART on FHIR App has been registered with this launch parameter value by the community during the onboarding process.
In case of failure, the IUA Authorization Server SHALL respond with HTTP error code 401 ‘Not authorized’.
The IUA Authorization Server SHALL validate the scope claim. Depending on the scope claimed, the IUA Authorization Server SHALL either build a Basic Access Token authorizing basic access to the EPR (i.e. to access patient data), or an Extended Access Token to authorize access to resources protected by the role and attribute based EPR authorization (i.e. read and write documents).
The business rules for the IUA Authorization Server for the Healthcare Professional, Assistant, Patient and Representative Extension SHALL be the same as for Annex 5E1 1.6.4.2.4.4 Expected Actions X-Assertion Provider Extensions.
If successful the IUA Authorization Server SHALL generate an OAuth 2.1 authorization code and perform a callback to the URL defined in the request, using the OAuth authorization code as URL query parameter with key ‘code’.
The IUA Authorization Server SHALL store the access token and the assigned authorization code and respond the access token on request to the Authorization Client.
4This covers all possible EPR transaction, except the ITI-103 transaction.
A JWT access token returned by the IUA Authorization Server and to be used to retrieve patient data may look like:
{
"iss": "http://issuerAdress.ch",
"sub": "UserId-bfe8a208-b9d0-4012-b2f5-168b949fc3cb",
"aud": "http://pixmResourceServerURL.ch",
"exp": 1587294580000,
"nbf": 1587294460000,
"iat": 1587294460000,
"jti": "c5436729-3f26-4dbf-abd3-2790dc7771a",
"extensions" : {
"ihe_iua" : {
"subject_name": "Martina Musterarzt",
"home_community_id": "urn:oid:1.2.3.4"
},
"ch_epr": {
"user_id": "2000000090092",
"user_id_qualifier": "urn:gs1:gln"
}
}
A extend JWT access token to be used to access patient documents SHALL have the additional attributes of the purpose of use, subject role, the EPR-SPID of the patient and may look like:
{
"iss": "http://issuerAdress.ch",
"sub": "UserId-bfe8a208-b9d0-4012-b2f5-168b949fc3cb",
"aud": "http://mhdResourceServerURL.ch",
"exp": 1587294580000,
"nbf": 1587294460000,
"iat": 1587294460000,
"jti": "c5436729-3f26-4dbf-abd3-2790dc7771a",
"extensions" : {
"ihe_iua" : {
"subject_name": "Martina Musterarzt",
"home_community_id": "urn:oid:1.2.3.4",
"person_id": "761337610411353650^^^&2.16.756.5.30.1.127.3.10.3&ISO",
"subject_role": {
"system": "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code": "HCP"
},
"purpose_of_use": {
"system": "urn:uuid:2.16.756.5.30.1.127.3.10.5",
"code": "NORM",
}
},
"ch_epr": {
"user_id": "2000000090092",
"user_id_qualifier": "urn:gs1:gln"
},
"ch_group" : [
{
"name": "Name of group with id urn:oid:2.2.2.1",
"id": "urn:oid:2.2.2.1"
},
{
"name": "Name of group with id urn:oid:2.2.2.2",
"id": "urn:oid:2.2.2.2"
},
{
"name": "Name of group with id urn:oid:2.2.2.2",
"id": "urn:oid:2.2.2.3"
}
]
}
}
A JWT access token to be used to access by an assistant acting behalf on a healthcare professional for a patient SHALL have the additional extension ch_delegation:
{
"iss": "http://issuerAdress.ch",
"sub": "UserId-bfe8a208-b9d0-4012-b2f5-168b949fc3cb",
"aud": "http://mhdResourceServerURL.ch",
"exp": 1587294580000,
"nbf": 1587294460000,
"iat": 1587294460000,
"jti": "c5436729-3f26-4dbf-abd3-2790dc7771a",
"extensions" : {
"ihe_iua" : {
"subject_name": "Dagmar Musterassistent",
"home_community_id": "urn:oid:1.2.3.4",
"person_id": "761337610411353650^^^&2.16.756.5.30.1.127.3.10.3&ISO",
"subject_role": {
"system": "urn:oid:2.16.756.5.30.1.127.3.10.6",
"code": "HCP"
},
"purpose_of_use": {
"system": "urn:uuid:2.16.756.5.30.1.127.3.10.5",
"code": "NORM",
}
},
"ch_epr": {
"user_id": "2000000090108",
"user_id_qualifier": "urn:gs1:gln"
},
"ch_group" : [
{
"name": "Name of group with id urn:oid:2.2.2.1",
"id": "urn:oid:2.2.2.1"
},
{
"name": "Name of group with id urn:oid:2.2.2.2",
"id": "urn:oid:2.2.2.2"
},
{
"name": "Name of group with id urn:oid:2.2.2.2",
"id": "urn:oid:2.2.2.3"
}
],
"ch_delegation": {
"principal": "Martina Musterarzt",
"principal_id": "2000000090092"
}
}
}
There are no CapabilityStatement resources defined for this transaction.
IUA Authorization Clients, Authorization Servers and Resource Server actors SHALL use the JWS (signed) alternative of the JWT token as specified in the IUA Trial Implementation. The JWE alternative SHALL not be used.
For the traceparent
header handling refer to Trace Context header.
There is no audit event required for this transaction.