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 728 forks source link

Unable to Remove Provided Callback URL from "Office 365" Custom Connection Setting Section #19818

Open NilukaSripalim opened 8 months ago

NilukaSripalim commented 8 months ago

Describe the issue: When attempting to remove a provided callback URL from the "Office 365" custom connection setting section, despite receiving a successful message for the URL removal, the value remains unchanged.

How to reproduce:

  1. Create Custom connection and select Office 365 option
  2. Navigate to the "Office 365" custom connection setting section.
  3. Locate the provided callback URL that needs to be removed.
  4. Click on the option to remove or delete the URL.
  5. Observe the confirmation message indicating successful update.
  6. Check the URL field again to verify if the URL has been removed.

Expected behavior: After confirming the removal of the provided callback URL, the URL should be successfully removed from the custom connection setting section.

Environment information (Please complete the following information; remove any unnecessary fields) :


365.webm

pavinduLakshan commented 8 months ago

Even if the callback URL field is removed, the previous value for the callback URL is being sent in the PATCH request.

Screenshot 2024-02-23 at 15 12 07