Skip to content

Commit

Permalink
STCOR-889 include all reference interfaces in optionalOkapiInterfaces (
Browse files Browse the repository at this point in the history
…#1536)

Include the optional interfaces `consortia`, `roles`, and
`users-keycloak`.

Refs STCOR-889
  • Loading branch information
zburke authored Sep 20, 2024
1 parent 5d30376 commit a59cfad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit a59cfad

Please sign in to comment.