Skip to content

Commit

Permalink
Fixed example in API spec authn-application-layer.md
Browse files Browse the repository at this point in the history
Fixed JWT example in API Spec Authentication & Authorization, i.e. replaced claim "onerecord_company_id" with "logistics_agent_uri"
  • Loading branch information
ddoeppner committed Dec 13, 2023
1 parent 4146d72 commit 02d47e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions working_draft/API/docs/security/authn-application-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Payload:
```json
{
"iss": "https://auth.example.com",
"onerecord_company_id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda",
"logistics_agent_uri": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda",
"exp": "2023-03-031T10:38:01.000Z"
}
```
Expand Down Expand Up @@ -440,4 +440,4 @@ More information about the authorization mechanism can be found in the [access c

[^1]: The audit trail can inherit the authorization from the Logistics Object.

[^2]: The implementor can decide to give access to all authenticated users.
[^2]: The implementor can decide to give access to all authenticated users.

0 comments on commit 02d47e0

Please sign in to comment.