Validates the URLs for ACS and APS and saves them in the user's local storage

Note: this is an internal component and is not meant to be used in production.

Host settings

Basic Usage

<adf-host-settings>
</adf-host-settings>
@NgModule({
 providers: [
        { provide: AppConfigService, useClass: DebugAppConfigService },
    ]
)]

Class members

Properties

NameTypeDefault valueDescription
providersstring[]Tells the component which provider options are available. Possible valid values are "ECM" (Content), "BPM" (Process) , "ALL" (Content and Process), 'OAUTH2' SSO.

Events

NameTypeDescription
cancelEventEmitter<boolean>Emitted when the user cancels the changes.
errorEventEmitter<string>Emitted when the URL is invalid.
successEventEmitter<boolean>Emitted when the changes are successfully applied.

© 2023 Alfresco Software, Inc. All Rights Reserved.