~mthaddon/charms/trusty/apache-openid/default-provider

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
options:
  debug:
    type: boolean
    default: False
  openid_store:
    type: string
    description: A directory to store auth and session files
    default: "/etc/apache2/openid"
  allowed_providers:
    type: string
    description: List of OpenID providers.
    default: ""
  allowed_op_list:
    type: string
    description: Location to OPS file
    default: "allowed-op-list.txt"