mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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"
|
||||
}
|
||||
|
@@ -24,4 +24,5 @@ export interface OauthConfigModel {
|
||||
silentLogin?: boolean;
|
||||
secret?: string;
|
||||
redirectUriLogout?: string;
|
||||
publicUrls: string[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user