[ACA-2734] Be able to show an extension based on provider (#1405)

* Ability to disable extension based on provider

* Remove mystake

* Use latest adf
This commit is contained in:
Maurizio Vitale
2020-04-08 20:04:49 +01:00
committed by GitHub
parent 74f49a7df1
commit 3ee61c3d29
5 changed files with 34 additions and 22 deletions

View File

@@ -179,6 +179,11 @@
"description": "Unique identifier",
"type": "string"
},
"provider": {
"description": "Define on which system the user should be authenticate",
"type": "string",
"enum": ["BPM", "ECM", "ALL"]
},
"icon": {
"description": "Element icon",
"type": "string"