Skip to content

Commit

Permalink
fix wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata committed Nov 15, 2023
1 parent 79dcc30 commit 3d4fc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion working_draft/API/docs/security/authn-application-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In order to be compliant with ONE Record specification, the JWT token must conta
## Payload
The payload contains the claims, which are statements about the ONE Record client server or other data. The claims are divided into three types:

- Registered claims: These are predefined claims that are not mandatory but recommended. They include information such as the issuer (iss), subject (sub), audience (aud) and expiration time (exp). Additional registered claims can be found in the (RFC7519 specification)[https://tools.ietf.org/html/rfc7519#section-4.1]
- Registered claims: These are predefined claims that are not mandatory but recommended. They include information such as the issuer (iss), subject (sub), audience (aud) and expiration time (exp). Additional registered claims can be found in the [RFC7519 specification](https://tools.ietf.org/html/rfc7519#section-4.1)

- Public claims: JWT users have the freedom to define public claims according to their requirements. However, to prevent conflicts, it is recommended to either register these public claims in the IANA JSON Web Token Registry or define them using a URI with a namespace that can withstand collisions.

Expand Down

0 comments on commit 3d4fc17

Please sign in to comment.