From 943158d19f879eb6ad515edeb59017671e4252c5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 13 Nov 2014 10:18:05 +0100 Subject: Add support for Persona Identity Provider Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- templates/install/idp.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/install') diff --git a/templates/install/idp.conf b/templates/install/idp.conf index 19af096..9cf2595 100644 --- a/templates/install/idp.conf +++ b/templates/install/idp.conf @@ -1,4 +1,5 @@ Alias /${instance}/ui ${staticdir}/ui +Alias /.well-known %{wellknowndir} WSGIScriptAlias /${instance} ${ipsilondir}/ipsilon WSGIDaemonProcess ${instance} user=${sysuser} group=${sysuser} home=${datadir} ${wsgi_socket} @@ -15,3 +16,10 @@ ${sslrequiressl} Require all granted + + + Require all granted + + + ForceType application/json + -- cgit