mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10592] Remove 'secret' field from OAUTH config across ADF/ACA/ADW (#11332)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
export interface Oauth2Config {
|
||||
clientId: string;
|
||||
secret?: string;
|
||||
host: string;
|
||||
authorizationUrl?: string;
|
||||
tokenUrl?: string;
|
||||
|
||||
Reference in New Issue
Block a user