Nutzerpropagierung OAuth2 #455
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#455
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Arnova encrypts user data on user propagation, which needs to be decrypted on konova side. The used key is a static private key, which is configured on arnova's and konova's .env files.
Optimization
Instead of a static private key, we could find a way to use the standardized OAuth protocol to propagate user data. Since this is a non-human-based interaction we would need another OAuth configuration for konova. (One for user based interaction like login, the other one for automated tasks, like propagation of user data). Currently there is only a 1:1 scheme implemented on arnova, which allows a specific OAuth configuration for a registered application. Therefore this issue needs some planning in the first place.