You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							935 B
						
					
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							935 B
						
					
					
				'allow_user_to_change_display_name' => false,
 | 
						|
'lost_password_link' => 'disabled',
 | 
						|
'oidc_login_button_text' => 'Continue with Chaostreff Tübingen SSO',
 | 
						|
'oidc_login_use_id_token' => false,
 | 
						|
'oidc_login_redir_fallback'       => true,
 | 
						|
'oidc_login_provider_url'         => 'https://auth.cttue.de/realms/cttue',
 | 
						|
'oidc_login_client_id'            => 'nextcloud',
 | 
						|
'oidc_login_client_secret'        => 'oUZYWWLTVsRy0cmONdvXy3DV3dVAxpME',
 | 
						|
'oidc_login_auto_redirect'        => false,
 | 
						|
'oidc_login_hide_password_form'   => true,
 | 
						|
'oidc_login_scope'                => 'openid profile',
 | 
						|
'oidc_login_logout_url'           => 'https://auth.cttue.de/realms/cttue/protocol/openid-connect/logout',
 | 
						|
'oidc_login_disable_registration' => false,
 | 
						|
'oidc_login_proxy_ldap'           => false,
 | 
						|
'oidc_login_attributes'           => [
 | 
						|
  'ldap_uid' => 'ldap_uid',
 | 
						|
  'id'       => 'sub',
 | 
						|
  'name'     => 'name',
 | 
						|
  'mail'     => 'email',
 | 
						|
  'groups'   => 'groups',
 | 
						|
],
 | 
						|
 | 
						|
 | 
						|
 |