mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Refactor OpenIDConnect to support SSH/FullName sync (#34978)
* Fix #26585 * Fix #28327 * Fix #34932
This commit is contained in:
		| @@ -102,6 +102,9 @@ function initAdminAuthentication() { | ||||
|         break; | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     const supportSshPublicKey = document.querySelector<HTMLInputElement>(`#${provider}_SupportSSHPublicKey`)?.value === 'true'; | ||||
|     toggleElem('.field.oauth2_ssh_public_key_claim_name', supportSshPublicKey); | ||||
|     onOAuth2UseCustomURLChange(applyDefaultValues); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user