product-is icon indicating copy to clipboard operation
product-is copied to clipboard

UI element to SP configurations to validate the return to URL during IdP logout is missing in the Console

Open piraveena opened this issue 9 months ago • 0 comments

Describe the issue: UI element to SP configurations to validate the return to URL or a regEx given as the commonAuthCaller path during IdP logout is missing in the React console. The corresponding UI element for Management console is given below. 100266605-17fd7680-2f78-11eb-905d-917b8f7a747f

Expected behavior: As a workaround, you can use the REST API to configure it

curl --location --request PATCH 'https://wso2.is.com/api/server/v1/applications/e9ec487d-ce0e-4915-9208-c7159394fa10' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0' \
--header 'Accept: application/json' \
--header 'Accept-Language: en-US,en;q=0.5' \
--header 'Accept-Encoding: gzip, deflate, br' \
--header 'Content-Type: application/json' \
--header 'Access-Control-Allow-Origin: https://wso2.is.com/t/carbon.super/console' \
--header 'Authorization: Bearer 8571e21d-5151-313d-8bb2-bc4a20aee2b8' \
--data '{
    "logoutReturnUrl": "http://test.com",
    "advancedConfigurations": {
        "discoverableByEndUsers": false
    },
    "name": "testapp12"
}'


Expected behavior:

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

  • Product Version: [e.g., IS 5.10.0, IS 5.9.0]
  • OS: [e.g., Windows, Linux, Mac]
  • Database: [e.g., MySQL, H2]
  • Userstore: [e.g., LDAP, JDBC]

Optional Fields

Related issues: https://github.com/wso2/carbon-identity-framework/pull/3267 https://github.com/wso2/product-is/issues/10976

Suggested labels:

piraveena avatar Apr 30 '24 12:04 piraveena