mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	teleport: Add explicit WebAuthn config, not just U2F.
WebAuthn is the default, replacing U2F, in Teleport 10 and above[1]. While Teleport can derive a WebAuthn configuration from a U2F configuration[2], it's useful to be explicit. [1]: https://goteleport.com/docs/access-controls/guides/webauthn/ [2]: https://goteleport.com/docs/access-controls/guides/webauthn/#u2f
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							7d8be670a5
						
					
				
				
					commit
					7ae3708c02
				
			@@ -12,11 +12,8 @@ auth_service:
 | 
			
		||||
    second_factor: on
 | 
			
		||||
    u2f:
 | 
			
		||||
      app_id: https://teleport.zulipchat.net
 | 
			
		||||
      facets:
 | 
			
		||||
        - https://teleport.zulipchat.net:443
 | 
			
		||||
        - https://teleport.zulipchat.net
 | 
			
		||||
        - teleport.zulipchat.net:443
 | 
			
		||||
        - teleport.zulipchat.net
 | 
			
		||||
    webauthn:
 | 
			
		||||
      rp_id: teleport.zulipchat.net
 | 
			
		||||
 | 
			
		||||
proxy_service:
 | 
			
		||||
  enabled: "yes"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user