mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add microsoft oauth2 providers (#16544)
* Clean up oauth2 providers Signed-off-by: Andrew Thornton <art27@cantab.net> * Add AzureAD, AzureADv2, MicrosoftOnline OAuth2 providers Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review * remove unused Scopes Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -2441,6 +2441,7 @@ auths.oauth2_tokenURL = Token URL
 | 
			
		||||
auths.oauth2_authURL = Authorize URL
 | 
			
		||||
auths.oauth2_profileURL = Profile URL
 | 
			
		||||
auths.oauth2_emailURL = Email URL
 | 
			
		||||
auths.oauth2_tenant = Tenant
 | 
			
		||||
auths.enable_auto_register = Enable Auto Registration
 | 
			
		||||
auths.sspi_auto_create_users = Automatically create users
 | 
			
		||||
auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user