Skip to content

Commit

Permalink
fix: changes for multitenancy dashboard (#91)
Browse files Browse the repository at this point in the history
* fix: updates for 5.1

* fix: updates for 5.1

* fix: core config endpoint

* fix: changelog

* fix: descriptions

* fix: app list v2

* fix: cdi version

* fix: descriptions

* fix: descriptions

* fix: spec

* fix: PR comments
  • Loading branch information
sattvikc authored Jul 19, 2024
1 parent d14f4d0 commit 5a580f7
Show file tree
Hide file tree
Showing 2 changed files with 1,247 additions and 532 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [5.1.0]

- Adds `/appid-<appid>/<tenantid>/recipe/dashboard/tenant/core-config` GET API.
- Adds optional `websiteDomain` and `apiDomain` query param to GET `/appid-<appId>/apiversion` API.
- Deprecates the recipe enabled booleans for ConnectionURIDomains, Apps and Tenants and now the `firstFactors` and `requiredSecondaryFactors` are used to control the login methods.
- Deprecated APIs:
- PUT `/recipe/multitenancy/connectionuridomain`
- GET `/recipe/multitenancy/connectionuridomain/list`
- PUT `/recipe/multitenancy/app`
- GET `/recipe/multitenancy/app/list`
- PUT `/appid-<appid>/recipe/multitenancy/tenant`
- GET `/appid-<appid>/<tenantid>/recipe/multitenancy/tenant`
- GET `/appid-<appid>/<tenantid>/recipe/multitenancy/tenant/list`
- New v2 APIs replacing the deprecated APIs:
- PUT `/recipe/multitenancy/connectionuridomain/v2`
- GET `/recipe/multitenancy/connectionuridomain/list/v2`
- PUT `/recipe/multitenancy/app/v2`
- GET `/recipe/multitenancy/app/list/v2`
- PUT `/appid-<appid>/recipe/multitenancy/tenant/v2`
- GET `/appid-<appid>/<tenantid>/recipe/multitenancy/tenant/v2`
- GET `/appid-<appid>/<tenantid>/recipe/multitenancy/tenant/list/v2`

## [5.0.0] - 2024-03-19

- `TOTP_NOT_ENABLED_ERROR` status is removed from the totp related APIs.
Expand Down
Loading

0 comments on commit 5a580f7

Please sign in to comment.