Skip to content

[FE] Cloud: Editing Own SSO Redirect/Audience URL Appends New Values Instead of Updating Existing Ones #982

@sangayt1997

Description

@sangayt1997

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" } ] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions