Skip to content

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

NameTypeDefaultDescription
disableSso
booleanfalseDisables the sso button.
ssoButtonLabel
TranslatableString$localize`:@@SI_LOGIN_SINGLE-SIGN-ON.LOGIN_SIGN_UP:Login / Sign un`Label for login button.

Output Properties

NameTypeDescription
ssoEvent
voidEmits 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

Except where otherwise noted, content on this site is licensed under MIT License.