SiLoginSingleSignOnComponent documentation¶
selector
si-login-single-sign-on
A single sign-on (SSO) login component that provides a button for SSO authentication.
This component renders a simple button that users can click to initiate single sign-on authentication flow.
Example:
<si-login-single-sign-on
[ssoButtonLabel]="customLabel"
[disableSso]="isLoading"
(ssoEvent)="handleSsoLogin()">
</si-login-single-sign-on>
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
disableSso ¶ | boolean | false | Disables the sso button. |
ssoButtonLabel ¶ | TranslatableString | $localize`:@@SI_LOGIN_SINGLE-SIGN-ON.LOGIN_SIGN_UP:Login / Sign un` | Label for login button. |
Output Properties¶
Name | Type | Description |
---|---|---|
ssoEvent ¶ | void | Emits username and password on login event. |
Types Documentation¶
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.