Skip to content

Commit 8ac44d2

Browse files
committed
Add release notes.
1 parent d8c82fa commit 8ac44d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

en/identity-server/next/docs/get-started/about-this-release.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ WSO2 Identity Server 7.1.0 introduces a range of new features and enhancements:
6262

6363
Learn more about [user impersonation]({{base_path}}/guides/authorization/user-impersonation/).
6464

65+
- **SCIM 2.0 Roles V3 API**
66+
67+
The new SCIM2 Roles V3 API introduces a permission model that separates role metadata management and role assignment operations. This allows administrators to delegate responsibilities more precisely—for example, allowing one set of users to create and edit roles, while another manages user and group assignments.
68+
69+
WSO2 Identity Server 7.2 keeps this API active by default. If you are migrating from a previous version, add the following configuration to the deployment.toml file to enable the API:
70+
71+
```toml
72+
[scim2]
73+
enable_scim2_roles_v3_api=true
74+
```
75+
6576
- **Enhanced security and cryptographic capabilities**
6677

6778
- **Post-Quantum TLS Support**
@@ -322,6 +333,10 @@ In WSO2 Identity Server 7.1.0, we have deprecated several features to enhance se
322333

323334
With WSO2 Identity Server 7.1, the Carbon Registry, previously used as a data repository, has been deprecated. Registry dependencies have been removed from the WSO2 Identity Server, and the registry core is planned for removal in a future release, streamlining the system and reducing legacy components.
324335

336+
- **SCIM 2.0 Roles API (v2)**
337+
338+
This release deprecates the [SCIM 2.0 Roles API (v2)]({{base_path}}/apis/role-management/roles-v2-rest-api/). Use the latest [SCIM 2.0 Roles API (v3)]({{base_path}}/apis/role-management/roles-v3-rest-api/) API for listing roles and updating users and groups of the roles.
339+
325340
## Deprecated configurations
326341

327342
- **use_client_id_as_sub_claim_for_app_tokens & remove_username_from_introspection_response_for_app_tokens**

0 commit comments

Comments
 (0)