30 lines
540 B
JSON
30 lines
540 B
JSON
{
|
|
"domain": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"authentication_kind": {
|
|
"type": "string",
|
|
"mandatory": false,
|
|
"options": [
|
|
"internal",
|
|
"authelia"
|
|
]
|
|
},
|
|
"authentication_data_authelia_url_base": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"authentication_data_authelia_client_id": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"authentication_data_authelia_client_secret": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"authentication_data_authelia_label": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
}
|
|
}
|