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.
		
		
		
		
		
			
		
			
				
					
					
						
							50 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							50 lines
						
					
					
						
							1.7 KiB
						
					
					
				# authentication configuration for each Access URL
 | 
						|
# Access URL Id / authentication method / params
 | 
						|
parameters:
 | 
						|
    authentication:
 | 
						|
        default:
 | 
						|
            generic:
 | 
						|
                enabled: false
 | 
						|
                title: 'External'
 | 
						|
                client_id: ''
 | 
						|
                client_secret: ''
 | 
						|
                provider_options:
 | 
						|
                    urlAuthorize: ''
 | 
						|
                    urlAccessToken: ''
 | 
						|
                    urlResourceOwnerDetails: ''
 | 
						|
                    responseResourceOwnerId: 'sub'
 | 
						|
                allow_create_new_users: true
 | 
						|
                allow_update_user_info: false
 | 
						|
                resource_owner_username_field: null
 | 
						|
                resource_owner_firstname_field: null
 | 
						|
                resource_owner_lastname_field: null
 | 
						|
                resource_owner_email_field: null
 | 
						|
                resource_owner_status_field: null
 | 
						|
                resource_owner_teacher_status_field: null
 | 
						|
                resource_owner_sessadmin_status_field: null
 | 
						|
                resource_owner_hr_status_field: null
 | 
						|
                resource_owner_status_status_field: null
 | 
						|
                resource_owner_anon_status_field: null
 | 
						|
                resource_owner_urls_field: null
 | 
						|
 | 
						|
            facebook:
 | 
						|
                enabled: false
 | 
						|
                title: 'Facebook'
 | 
						|
                client_id: ''
 | 
						|
                client_secret: ''
 | 
						|
                #graph_api_version: 'v20.0'
 | 
						|
 | 
						|
            keycloak:
 | 
						|
                enabled: false
 | 
						|
                title: 'Keycloak'
 | 
						|
                client_id: ''
 | 
						|
                client_secret: ''
 | 
						|
                auth_server_url: ''
 | 
						|
                realm: ''
 | 
						|
                #version: ''
 | 
						|
 | 
						|
            azure:
 | 
						|
                enabled: false
 | 
						|
                title: 'Azure'
 | 
						|
                client_id: ''
 | 
						|
                client_secret: ''
 | 
						|
 |