Merge pull request #25 from butonic/fix-external-apps-config

Fix external_apps config
This commit is contained in:
Jörn Friedrich Dreyer
2020-01-13 09:04:57 +01:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ type OIDC struct {
// }
// }
type ExternalApp struct {
Name string `json:"name,omitempty"`
ID string `json:"id,omitempty"`
Path string `json:"path,omitempty"`
// Config is completely dynamic, because it depends on the extension
Config map[string]interface{} `json:"config,omitempty"`