Altinn / Altinn/app-lib-dotnet
Reject does not work for runtime delegated signing
- Dominant language
- C#
- Stars
- 8
- Forks
- 27
- Avg merge
- 3h 1m
- Merged PRs (30d)
- 8
Description
### Description of the bug
The user is unable to reject a signature that has been delegated through runtime delegated signing.
The documentation describes this [as possible](https://docs.altinn.studio/en/altinn-studio/v8/guides/development/signing/runtime-delegated-signing/#1-add-and-configure-a-signing-task-in-the-app-process) when using `AdditionalActionsToDelegate`.
### Steps To Reproduce
1. Delegate `reject` action to users through `ISigneeProvider` (as described [here](https://docs.altinn.studio/en/altinn-studio/v8/guides/development/signing/runtime-delegated-signing)).
2. In the signing step (as a user that has been delegated signing rights), click the button to reject the signature.
3. See "Request failed with status code 403"-error.
### Additional Information
- https://digdir.slack.com/archives/C0760NPT2BE/p1781002346434859
Contributor guide
Assessment
This issue has not been assessed yet.