Skip to content

Releases: canonical/identity-platform-admin-ui

v1.14.0

19 Jul 13:04
ad0ec17
Compare
Choose a tag to compare

1.14.0 (2024-07-19)

Features

  • actual link authentication users to authorization model + tests (8063b73)
  • handle case principal is not found in authorizer middleware + switch to CheckAdmin method (182e469)
  • introduce UserPrincipal and ServicePrincipal + move Principal structs and logic to ad hoc file + tests (69dbeb9)

Bug Fixes

  • set necessary oauth2 scopes as default (9c36e95)
  • set OtelHTTPClient in context correctly (e514b37)
  • ui redirection with context path (61451f6)
  • use contextPath to redirect to UI (8a7540d)

v1.13.1

16 Jul 13:09
86459f1
Compare
Choose a tag to compare

1.13.1 (2024-07-16)

Bug Fixes

  • add helper function for constructing assignee (cfa1a08)
  • add resource creation logic to authz (c8e3588)
  • fix authorizer init logic (a8fb9c3)
  • remove page param (585f713)
  • set cookie path to / (9c95b0b)
  • sync resource creation/delation with authz (55d02df)
  • use worker pool in authorizer (67bf82d)

v1.13.0

11 Jul 10:22
940f783
Compare
Choose a tag to compare

1.13.0 (2024-07-11)

Features

  • add HTTPClientFromContext + improved OtelHTTPClientFromContext func (fa1b3e8)
  • add context path spec to correctly handle redirect (71aef28)
  • add hydra admin url to config + add comment for env var expectation (b36e498)
  • add hydra clients to OAuth2Context struct (0072078)
  • add Logout function and HTTPClientInterface (98e4ec3)
  • add logout handler (5ea5742)
  • add logout implementation (3c435d4)
  • add NextTo cookie handling to cookie manager and interface (5a5cc30)
  • handle optional next parameter for FE use (1f4ca15)

Bug Fixes

  • add json parsing error (8713366)
  • clear cookie functions (3a1b2e4)
  • improve validation error messages (c20ff4a)
  • temporary fix to allow time for new solution on the frontend (6ee0ac3)
  • UI serving handlers (b4070b1)

v1.12.0

02 Jul 13:38
d73584a
Compare
Choose a tag to compare

1.12.0 (2024-07-02)

Features

  • add /auth/me endpoint handler to return json with principal info (9fa92a3)
  • add user session cookies ttl external config (b4da23d)
  • cookie + refresh token support for middleware (cab3f84)
  • expand cookie manager interface + implementation for tokens cookies + tests (a026e24)
  • expand on Principal attributes + improve PrincipalFromContext (4104b3a)
  • set tokens cookies in callback and redirect to UI url + adjust tests (f6e8277)

Bug Fixes

  • add contextual tuples to openfga (03d313d)
  • always add tuples for global read and admins (992f283)
  • rename admin user (2f01a27)

v1.11.0

21 Jun 10:51
9cfdd69
Compare
Choose a tag to compare

1.11.0 (2024-06-21)

Features

  • add encrypt implementation (1a88aad)

Bug Fixes

  • typo in variable name (4558fd0)
  • ui use react routers base path and add tests for base path calculation (85da4c0)
  • ui uses relative base path. in case /ui/ is found in the current page url, all urls and api routes use the found prefix from the path. If /ui/ is not found, fall back to / as the base path. Fixes #317 Fixes IAM-911 Fixes WD-12306 (709399c)
  • unauthenticated handlers were called twice (1d7ebb9)

v1.10.0

17 Jun 11:04
54819fa
Compare
Choose a tag to compare

1.10.0 (2024-06-17)

Features

  • add 2 implementations of token verifier + tests (1d1c5f9)
  • add AuthCookieManager implementation (ed18cf5)
  • add interfaces for oauth2 integration (684abac)
  • add OAuth2 and OIDC related env vars to the Spec struct (b900cc4)
  • add OAuth2 authentication middleware + tests (e054552)
  • add oauth2 context to manage oauth2/oidc operations + tests (62bff44)
  • add OAuth2 login handler + tests (88c29e6)
  • add OAuth2Helper implementation (00c5bc1)
  • adopt new oauth2 integration (912029c)
  • dependencies: add coreos/go-oidc v3 dependency (fe20b2f)
  • handler: add state check + improve structure/implementation (2c29251)

Bug Fixes

  • add security headers to UI handler (ea3c6ba)
  • rename Urn to URN (603418d)
  • serve the same file for all ui routes (29ee190)
  • serve ui assets under relative path (c3f21a9)
  • serve UI files (9007b77)
  • serve UI from root path (e5ecf42)
  • use BASE_URL to add trailing slash (30b7b1b)

v1.9.0

24 May 12:45
bf3d36e
Compare
Choose a tag to compare

1.9.0 (2024-05-24)

Features

  • uniform rules handlers to pageToken pagination (7c70cc6)

v1.8.0

09 May 07:34
a79014f
Compare
Choose a tag to compare

1.8.0 (2024-05-09)

Features

  • upgrade rebac-admin to 0.0.1-alpha.3 (96aca77)

v1.7.0

06 May 15:57
99bf503
Compare
Choose a tag to compare

1.7.0 (2024-05-06)

Features

  • implement new Create{Group,Role} interface + adjust handlers (0adce3c)
  • let Create{Group,Role} return newly created object (e1ba968)

v1.6.1

06 May 08:30
a0e1d5f
Compare
Choose a tag to compare

1.6.1 (2024-05-06)

Bug Fixes

  • role: error out when ID is passed for creation (2a46a5e)
  • role: use Name field for creation (e63fdaa)