Skip to content
Snippets Groups Projects
Commit 66c28d8f authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Configuration for proxy IDP support

parent 400a413c
No related branches found
No related tags found
No related merge requests found
......@@ -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 { } *?'
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment