Skip to main content
Version: Current

foundation-login.loginconfig

Home > @genesislcap/foundation-login > LoginConfig

LoginConfig interface

LoginConfig DI interface.

Signature:

export interface LoginConfig 

Properties

PropertyModifiersTypeDescription
autoAuthbooleanLogin automatically or require user to click a login button after a connection is established.
autoConnectbooleanConnect automatically or require user to click a connect button.
backgroundElementStylesBackground styles.
defaultRedirectUrlstringThe default URL to route the user to after a successful login.
fieldsFieldConfigMapMap of configuration for each of the primary form fields.
hostPathstringThe path of the micro frontend as defined in the parent / host route.
logoElementStyles | nullLogo styles.
omitRedirectUrlsstring[]Omit certain return urls which the session service may have captured.
omitRoutesExclude<Routes, 'login' | 'not-found'>[]Omit any of the internal routes except 'login' and 'not-found'.
showConnectionIndicatorbooleanShow or hide the connection status indicator.
ssoSSOConfig | nullSSO configuration.
versionInformation?string(Optional) Display arbitrary version information.