Skip to content

Releases: canonical/identity-platform-login-ui

v0.17.0

04 Sep 11:34
2357551
Compare
Choose a tag to compare

0.17.0 (2024-09-04)

Features

  • support lookup_secret method, offer user to regenerate the set if 3 or less codes are left (45738a8)

v0.16.0

14 Aug 14:53
97a748d
Compare
Choose a tag to compare

0.16.0 (2024-08-14)

Features

  • add MFA_ENABLED to enable/disable mfa enforcing + KRATOS_ADMIN_URL (511e2a2)
  • implement method to check if totp is configured (22c063e)
  • implement mfa enforcing (7ff6496)
  • implement MFA enforcing for getConsent (a17d0ae)

Bug Fixes

  • pass request context to service (0398690)
  • redirection in case session is available (b71ab84)

v0.15.0

30 Jul 14:46
9936af3
Compare
Choose a tag to compare

0.15.0 (2024-07-29)

Features

  • add settings flow (fcbd7ec)
  • handle missing webauthn credentials error (85979cd)
  • settings flow (d6770c8)
  • support account recovery (5fe26e5)
  • support mfa with totp method (16df279)
  • support passwordless webauthn method (ecfa6f4)
  • ui support for mfa flows (dc88e6b)

Bug Fixes

  • add client id to at aud (20fed79)
  • group -> parent/child relationship + add spaces for readability (da553c4)
  • handle invalid code case (bbfb9f1)
  • handle invalid recovery code case (wip) (c60343a)
  • pass cookie when creating settings flow to enable password change once logged in (0fc9bfc)
  • remove certificates from image (bfdd295)
  • remove unnecessary logging (f446110)
  • return to url with flow id (39d299c)
  • update docker compose (533a70c)

v0.14.0

30 Apr 10:22
14179cb
Compare
Choose a tag to compare

0.14.0 (2024-04-30)

Features

  • add error handling for login flow WD-10252 (f96567e)
  • return common errors to ui (5828a6a)
  • support password method (f8842f0)

Bug Fixes

v0.13.0

16 Apr 10:45
6260d8e
Compare
Choose a tag to compare

0.13.0 (2024-04-16)

Features

  • add success screen for device flow WD-10251 (e9b77db)

Bug Fixes

  • add device flow logic to hydra client (ca4a1f9)
  • add error handling to the device_code page (666f95b)
  • CheckAllowedProviders: fix OAuthKeeper case (24212f4)
  • implement device_code backend logic (06bb0b2)
  • pass error response from hydra to UI (b165f43)
  • typo in Oathkeeper name (5f7634d)
  • update device_code page (4ca0d13)
  • update hydra config (cb1e049)

v0.12.0

31 Jan 13:28
d4721f2
Compare
Choose a tag to compare

0.12.0 (2024-01-31)

Features

  • Add authorization logic for allowed providers (5da85b7)
  • Add authorizer struct (c6170a2)
  • add create-fga-model CLI command (42f47df)
  • add fallback logo for identity providers (ca957ee)
  • Add openfga client (8628fa6)
  • remove okta logo from login providers list (88bb621)
  • use cobra for CLI (50963a3)
  • use new design and add user flows as dummy pages WD-8469 (2ac0e1a)

Bug Fixes

v0.11.3

24 Nov 13:54
cd59666
Compare
Choose a tag to compare

0.11.3 (2023-11-01)

Bug Fixes

  • deps: update dependency @canonical/react-components to v0.47.1 (529c5d6)
  • deps: update dependency vanilla-framework to v4.4.0 (b9e3b03)
  • deps: update dependency vanilla-framework to v4.5.0 (bd40882)
  • downgrade Kratos sdk (b36de36)

v0.11.2

04 Oct 10:25
cf27f6b
Compare
Choose a tag to compare

0.11.2 (2023-10-04)

Bug Fixes

  • add app version config (78e93b5)
  • add flag parsing logic (39123a1)
  • deps: update go deps (71edbe7)
  • deps: update go deps to v1.19.0 (1a880ce)
  • deps: update module github.com/ory/kratos-client-go to v1 (8a4894a)
  • deps: update module github.com/prometheus/client_golang to v1.17.0 (1066d13)
  • deps: update module go.uber.org/zap to v1.26.0 (9041a1a)
  • do not prefix version with v (cdc9cf1)
  • IAM-514 compare json payloads to verify object is the same (fde33fa)
  • move version in a separate package (6f3c03b)

v0.11.1

14 Sep 11:25
0f7031f
Compare
Choose a tag to compare

0.11.1 (2023-09-14)

Bug Fixes

  • add debug flag (e32b5c0), closes #155
  • deps: update dependency vanilla-framework to v4.3.0 (e19304c)
  • deps: update go deps (20cc702)
  • deps: update go deps to v1.18.0 (6bda56c)

v0.11.0

12 Sep 10:46
243679e
Compare
Choose a tag to compare

0.11.0 (2023-09-12)

Features

  • added ca-certificates package to stage-packages (e09f07c)
  • removed index.tsx and registration.tsx from ui/pages (0e15096)

Bug Fixes

  • deps: update dependency vanilla-framework to v4 (27079f6)
  • deps: update go deps (6658d1a)
  • deps: update internal ui dependencies (72f9278)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.10 (e5042c9)
  • remove renovate workflow (991215f)
  • tranform Kratos 422 HTTP resp to 200 (3deebc4)
  • Use variables instead of ints for HTTP statuses (9332221)