[ADF-4810] sso public urls configuration (#5102)

* update OAUTH schema and model

* update demoshell config for public urls
This commit is contained in:
Cilibiu Bogdan
2019-09-26 15:37:48 +03:00
committed by Eugenio Romano
parent aabfe19c51
commit 82b0879b0f
3 changed files with 9 additions and 1 deletions

View File

@@ -969,6 +969,12 @@
"redirectUriLogout": {
"type": "string"
},
"publicUrls": {
"type": "array",
"items": {
"type": "string"
}
},
"scope": {
"type": "string"
}