Nutzerpropagierung OAuth2 #455
		Loading…
	
	
			
			x
			
			
		
	
		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.