Altinn / altinn-events

Altinn platform microservice for handling events
MIT License
1 stars 2 forks source link

When event subject is an organization, the alternative subject filter prefix needs to be `/organisation/` #474

Closed SandGrainOne closed 4 months ago

SandGrainOne commented 5 months ago

Description

Alternative subject is currently using prefix /org/ for when an organisation is the subject of an event. In almost all other contexts /org/ will refer to an application owner and not a party. This difference can lead to confusion.

When the subject of an event is an organisation, the prefix should instead be /organisation/.

Tasks

Acceptance criteria