#
#     This file is part of the Squashtest platform.
#     Copyright (C) 2010 - 2014 Henix, henix.fr
#
#     See the NOTICE file distributed with this work for additional
#     information regarding copyright ownership.
#
#     This is free software: you can redistribute it and/or modify
#     it under the terms of the GNU Lesser General Public License as published by
#     the Free Software Foundation, either version 3 of the License, or
#     (at your option) any later version.
#
#     this software is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU Lesser General Public License for more details.
#
#     You should have received a copy of the GNU Lesser General Public License
#     along with this software.  If not, see <http://www.gnu.org/licenses/>.
#

# AUTHENTICATION CONFIGURATION
# Commented properties are default values

# -----------------------------------------------------------------------------------------
# Page to redirect to when trying to access application root

#authentication.application.welcomePage=/home-workspace

# -----------------------------------------------------------------------------------------
# Some pages, like administration pages, user settings, or /login can use https if you like
# To do so, set this value to 'https'. Note that doing so you'll need to provide the JVM with a 
# certificate and configure squash-jetty.xml accordingly. Also set the property just below to 'true'

#authentication.application.securablechannels=http
#authentication.application.forcehttps=false

# -----------------------------------------------------------------------------------------
# Defines the authentication provider
#authentication.provider=internal