Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signing service implementation #790

Open
Tracked by #793
HauklandJ opened this issue Sep 24, 2024 · 0 comments
Open
Tracked by #793

Signing service implementation #790

HauklandJ opened this issue Sep 24, 2024 · 0 comments

Comments

@HauklandJ
Copy link
Contributor

HauklandJ commented Sep 24, 2024

SigningService - use case

Based on the implementation(s) of the interface for signee logic, calls ActionAccessDelegationService to grant access for the relevant parties.

public
List GetSignees (reads from storage)
SetSigneesResult SetSignees (store who signees are, give access and send notifications)

private
SetSigneeResult SetSignee ( give access and send notification to single signee)

  • Do we keep state about which grant access and send notification requests that succeeded/failed, so that we don't do it again?
  • Exponential back-off retries? Generalized solution for this?

Order:

  1. Store signee in storage
  2. Give access rights
  3. Send notification
@HauklandJ HauklandJ transferred this issue from Altinn/app-template-dotnet Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant