wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

[IS-7.1 Migration] Add scopes to allow updating organization discovery configurations #21752

Open Yasasr1 opened 1 week ago

Yasasr1 commented 1 week ago

Description

Along with the feature [1], the console was updated to provide the capabilty to update existing organization discovery configurations such as enabling/disabling email domain based organization discovery for self-signup.

In order for these functionalities to work properly, internal_organization_config_update scope should be present for any admins who may want to perform these operations via the console. This scope will be added to the newly created roles. However, existing roles which may have been created with the intention of allowing this capability will not work after this change. This will affect customers who are migrating to IS 7.1

[1] - https://github.com/wso2/product-is/issues/21195