From a59cfad40d259146f2ed620275e8fde8d2e076dd Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 20 Sep 2024 14:03:05 -0400 Subject: [PATCH] STCOR-889 include all reference interfaces in optionalOkapiInterfaces (#1536) Include the optional interfaces `consortia`, `roles`, and `users-keycloak`. Refs STCOR-889 --- CHANGELOG.md | 1 + package.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dad9440..45d8b4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ * Ensure support for the passed `tenantId` value by `useChunkedCQLFetch` for manipulations in the context of a specific tenant. Refs STCOR-873. * When re-authenticating after logout timeout, return to previous location. Refs STCOR-849. * Add `nl` (Dutch, Flemish) to the supported locales. Refs STCOR-878. +* Include optional okapi interfaces, `consortia`, `roles`, `users-keycloak`. Refs STCOR-889. ## [10.1.1](https://github.com/folio-org/stripes-core/tree/v10.1.1) (2024-03-25) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.0...v10.1.1) diff --git a/package.json b/package.json index bc16b081..d2dee852 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,10 @@ "configuration": "2.0" }, "optionalOkapiInterfaces": { - "login-saml": "2.0" + "consortia": "1.0", + "login-saml": "2.0", + "roles": "1.1", + "users-keycloak": "1.0" }, "permissionSets": [ {