summaryrefslogtreecommitdiff
path: root/provider_base/templates/provider.json
blob: 297327d1e3035eeff51e8958ae14252b2a8a25c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
}