When editing the Own SSO redirect URL or audience URL, the changes are not updating the existing values. Instead, the new values are being appended as additional entries in the construct /idp/v1/Authentication/GetLoginOptions response. This results in duplicate or outdated configuration data being retained, which can cause incorrect SSO behavior. The expected behavior is to replace/edit the previously saved values with the updated ones.
here is the duplicated Own SSO redirect URL or audience URL in the /idp/v1/Authentication/GetLoginOptions :
{ "allowedGrantTypes": [ "social", "authorization_code" ], "ssoInfo": [ { "provider": "ownsso", "audience": "https://pzoque-dttvn.seliseblocks.com" }, { "provider": "ownsso", "audience": "http://localhost:3001" }, { "provider": "ownsso", "audience": "https://tst-construct.com" } ] }