Fix typo in shibboleth federation docs
The WSGIScriptAlias is actually a WSGIScriptAliasMatch Change-Id: I329b08680a380fee4fb964e8afa18910b47ce4b9
This commit is contained in:
		
				
					committed by
					
						
						Steve Martinelli
					
				
			
			
				
	
			
			
			
						parent
						
							386726d7a6
						
					
				
				
					commit
					7f2b7e58e7
				
			@@ -33,7 +33,7 @@ example:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Configure your Keystone virtual host and adjust the config to properly handle SAML2 workflow:
 | 
					Configure your Keystone virtual host and adjust the config to properly handle SAML2 workflow:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Add this *WSGIScriptAlias* directive to your public vhost configuration::
 | 
					Add this *WSGIScriptAliasMatch* directive to your public vhost configuration::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /usr/local/bin/keystone-wsgi-public/$1
 | 
					    WSGIScriptAliasMatch ^(/v3/OS-FEDERATION/identity_providers/.*?/protocols/.*?/auth)$ /usr/local/bin/keystone-wsgi-public/$1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user