summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/templates/provider.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/provider_base/templates/provider.json b/provider_base/templates/provider.json
new file mode 100644
index 00000000..297327d1
--- /dev/null
+++ b/provider_base/templates/provider.json
@@ -0,0 +1,19 @@
+//
+// This file defines global aspects of your service provider
+// See https://leap.se/provider-configuration
+//
+{
+ "domain": "<%= domain %>",
+ "name": {
+ "en": "<%= name %>"
+ },
+ "description": {
+ "en": "You really should change this text"
+ },
+ "contacts": {
+ "default": "<%= contacts %>"
+ },
+ "languages": ["en"],
+ "default_language": "en",
+ "enrollment_policy": "invite"
+}