mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4810] sso public urls configuration (#5102)
* update OAUTH schema and model * update demoshell config for public urls
This commit is contained in:
committed by
Eugenio Romano
parent
aabfe19c51
commit
82b0879b0f
@@ -969,6 +969,12 @@
|
||||
"redirectUriLogout": {
|
||||
"type": "string"
|
||||
},
|
||||
"publicUrls": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"scope": {
|
||||
"type": "string"
|
||||
}
|
||||
|
Reference in New Issue
Block a user