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

1 by Haw Loeung (hloeung)
Initial import.
1
options:
2
  debug:
3
    type: boolean
4
    default: False
9 by Caio Begotti
allows one to specify where they want to store the session and auth files
5
  openid_store:
6
    type: string
7
    description: A directory to store auth and session files
8
    default: "/etc/apache2/openid"
1 by Haw Loeung (hloeung)
Initial import.
9
  allowed_providers:
10
    type: string
3 by Haw Loeung (hloeung)
Added code to create file containing allowed OpenID providers and cleaned out unused code.
11
    description: List of OpenID providers.
12
    default: ""
9 by Caio Begotti
allows one to specify where they want to store the session and auth files
13
  allowed_op_list:
3 by Haw Loeung (hloeung)
Added code to create file containing allowed OpenID providers and cleaned out unused code.
14
    type: string
15
    description: Location to OPS file
9 by Caio Begotti
allows one to specify where they want to store the session and auth files
16
    default: "allowed-op-list.txt"