[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 13:37:48 +01:00
committed by Eugenio Romano
parent aabfe19c51
commit 82b0879b0f
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -24,4 +24,5 @@ export interface OauthConfigModel {
silentLogin?: boolean;
secret?: string;
redirectUriLogout?: string;
publicUrls: string[];
}