alfresco-ng2-components/docs/core/host-settings.component.md
Maurizio Vitale 476b5864bf [ADF-3162] Setting component - Should be able to render the providers passed as input (#3464)
* Be able to change the available providers values

* Add deprecated tag

* add default providers

* Fix empty OAuth and selected providers
Improve the documentation

* Fix BPM guard to check SSO condition

* Add the oauthConfig again

* SSO or Basic otpion auth setting change

* fix host settings sso/basic
add login documentation

* remove test string

* fix auth guard test

* dispose upload emitter test events

* remove space

* exclude failing test
2018-06-12 17:52:36 +01:00

1019 B

Added, Status
Added Status
v2.0.0 Active

Host settings component

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

Host settings

Basic Usage

<adf-host-settings>
</adf-host-settings>

Class members

Properties

Name Type Default value Description
providers array Tell the component which provider option are available. Possible valid values are "ECM" (Content), "BPM" (Process) , "ALL" (Content and Process), 'OAUTH2' SSO .

Events

Name Type Description
bpmHostChange EventEmitter<string> Emitted when the bpm host URL is changed. Deprecated: in 2.4.0
ecmHostChange EventEmitter<string> Emitted when the ecm host URL is changed. Deprecated: in 2.4.0
error EventEmitter<string> Emitted when the URL is invalid.