Authorization in PoC 11&13 #88
jorritspee
started this conversation in
Ideas
Replies: 4 comments 11 replies
|
@jorritspee The Nictiz specification for e-overdracht specifies that you need to move the task state forward through a PUT operation. This call needs to be authorised as well. We see a couple of ways forward:
With regards to option 3. we thought how this could work in Knooppunt. We would introduce in case of a PUT an extra PIP call that fetches the resource and compares which fields have changed. The In any case this needs to be part of the spec. |
3 replies
|
For 2.2 we thought to use a consent resource as a general solution for authorising single resources. |
4 replies
|
3.3 Requesting-party has a medical profession Which role codes should we use? Is it a static list of codes? |
1 reply
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Intro
We need to specify how we want to authorize incoming requests in the context of PoC 11&13, given the fact that we also want to define a generic function Authorization.
Interactions that need authorization
Setup
Policies
1. Receiver organisation authorizes incoming notification message
Only allow if
Rego source-code: [INSERT LINK TO REGO]
2. Sender organisation authorizes incoming read-request on Workflow/eOverdracht-Task
Only allow if
Rego source-code: [INSERT LINK TO REGO]
3. Sender organisation authorizes incoming read- and/or search-request(s) on data
Only allow if
Rego source-code: [INSERT LINK TO REGO]
4. Sender organisation authorizes incoming update-request on Task
Only allow if
Rego source-code: [INSERT LINK TO REGO]
All reactions