mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	docs: Fix incorrect path to SAML certs in SAML Keycloak instructions.
This was supposed to be /etc/zulip/saml/idps/
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							88e2f64869
						
					
				
				
					commit
					8aa6958923
				
			@@ -558,7 +558,7 @@ to the root and `engineering` subdomains:
 | 
			
		||||
   should be
 | 
			
		||||
   `https://keycloak.example.com/auth/realms/master/protocol/saml`
 | 
			
		||||
3. Your Keycloak public certificate must be saved on the Zulip server
 | 
			
		||||
   as `{idp_name}.crt` in `/etc/zulip/idps/`. You can obtain the
 | 
			
		||||
   as `{idp_name}.crt` in `/etc/zulip/saml/idps/`. You can obtain the
 | 
			
		||||
   certificate from the Keycloak UI in the `Keys` tab. Click on the
 | 
			
		||||
   button `Certificate` and copy the content.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user