summaryrefslogtreecommitdiffstats
path: root/templates/install
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2014-11-13 10:18:05 +0100
committerSimo Sorce <simo@redhat.com>2014-11-14 13:06:27 -0500
commit943158d19f879eb6ad515edeb59017671e4252c5 (patch)
tree17afd88f27a156b95224b666d4270be2ae66890d /templates/install
parentd4f4bc7b1ed80887534698825fc93ff3cf68dfe7 (diff)
downloadipsilon-943158d19f879eb6ad515edeb59017671e4252c5.tar.gz
ipsilon-943158d19f879eb6ad515edeb59017671e4252c5.tar.xz
ipsilon-943158d19f879eb6ad515edeb59017671e4252c5.zip
Add support for Persona Identity Provider
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates/install')
-rw-r--r--templates/install/idp.conf8
1 files changed, 8 insertions, 0 deletions
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}
<Directory ${staticdir}>
Require all granted
</Directory>
+
+<Directory ${wellknowndir}>
+ Require all granted
+</Directory>
+<Location /.well-known/browserid>
+ ForceType application/json
+</Location>