Changelog

Current Development

Released

v0.4.0

  • [Changed] NAL-1045

    • Added the SKAO Shell to have an example integration of the authentication into a project that can be used as reference for other projects.

v0.3.0

  • BREAKING [Change] NAL-861

    • Removed OAuth-proxy and added integration with MS Entra with MS Graph to authenticate users and obtain user profile information.

  • BREAKING [Change] NAL-962

    • Changed the Webpack5 remote modules that are exposed to the following modules: MockAuthDialogs, SwitchAuthButton, SignInButton and SignOutButton.

    • Created a new AuthProvider that includes the MsalProvider.

    • Moved the dialog states to the ska-gui-local-storage.

  • [Changed] NAL-961

    • Moved the Kubernetes service and config maps of the deployments into the deployment template. Making it cleaner and easier to include in other charts.

v0.2.0

  • [Change] NAL-808

    • Fix ska-login-page docs link/build

  • [Change] NAL-874

    • Disable password field

  • [Change] STAR-79

    • Template as per React Skeleton

  • [Change] NAL-781

    • Extend authentication component to store authentication details in Redis

v0.1.0

  • [Added] Initial release