defiant/matrix-synapse: Fix oidc provider mapping typo
This commit is contained in:
		
							parent
							
								
									f4630467f6
								
							
						
					
					
						commit
						0c08f92444
					
				@ -84,7 +84,7 @@
 | 
				
			|||||||
          issuer = "https://iam.feal.no/realms/feal.no";
 | 
					          issuer = "https://iam.feal.no/realms/feal.no";
 | 
				
			||||||
          client_id = "matrix-synapse";
 | 
					          client_id = "matrix-synapse";
 | 
				
			||||||
          client_secret_path = config.sops.secrets."matrix/synapse/oidcsecret".path;
 | 
					          client_secret_path = config.sops.secrets."matrix/synapse/oidcsecret".path;
 | 
				
			||||||
          user_mapping_provicer.config = {
 | 
					          user_mapping_provider.config = {
 | 
				
			||||||
            localpart_template = "{{ user.preferred_username }}";
 | 
					            localpart_template = "{{ user.preferred_username }}";
 | 
				
			||||||
            display_name_template = "{{ user.name }}";
 | 
					            display_name_template = "{{ user.name }}";
 | 
				
			||||||
          };
 | 
					          };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user