From 66c28d8fb849eba2d9124b1d4b1ae24daca58d5e Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Thu, 12 Jul 2012 14:32:46 -0700
Subject: [PATCH] Configuration for proxy IDP support

---
 lib/configuration.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/configuration.js b/lib/configuration.js
index ef4d97f42..4cf81a9a9 100644
--- a/lib/configuration.js
+++ b/lib/configuration.js
@@ -223,6 +223,10 @@ var conf = module.exports = convict({
   enable_development_menu: {
     doc: "Whether or not the development menu can be accessed",
     format: 'boolean = false'
+  },
+  proxy_idps: {
+    doc: "A mapping of domain names to urls, which maps popular email services to shimmed IDP deployments.",
+    format: 'object { } *?'
   }
 });
 
-- 
GitLab