Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This version brings major improvements to user directories which enable login from external services, such as Apple, Microsoft, Google and Facebook. All technologies are OpenID or SAML, where OpenID is preferred, as it is also the native protocol of TIS.

Table of Contents

Breaking changes

Web themes

  • Login layout has new components for signing in via external user directory. They need to be added to any web themes that customise this view:

Code Block
<vaadin-label style-name="divider" width-full _id="externalLoginDivider">
	<hr>
</vaadin-label>
<vaadin-label plain-text _id="externalLoginLabel" />
<vaadin-button style-name="external-login-button" plain-text width-full _id="externalLoginButton" />
<vaadin-vertical-layout style-name="external-login-layout" plain-text width-full _id="externalLoginLayout" />

New features

These social, and other sign-ins are currently in status “early release” meaning they are fully functional, but have not yet been extensively regression tested. Later in separate release notes we will promote these new features as mature.

...