mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Refactor OpenIDConnect to support SSH/FullName sync (#34978)
* Fix #26585 * Fix #28327 * Fix #34932
This commit is contained in:
		@@ -27,6 +27,9 @@ type Source struct {
 | 
			
		||||
	GroupTeamMap        string
 | 
			
		||||
	GroupTeamMapRemoval bool
 | 
			
		||||
	RestrictedGroup     string
 | 
			
		||||
 | 
			
		||||
	SSHPublicKeyClaimName string
 | 
			
		||||
	FullNameClaimName     string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// FromDB fills up an OAuth2Config from serialized format.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user