Skip to content

Commit

Permalink
Merge pull request #7630 from Shenali-SJ/custom-local-auth-settings-u…
Browse files Browse the repository at this point in the history
…pdate

Update image and description when custom local authenticator settings are being updated
  • Loading branch information
malithie authored Feb 15, 2025
2 parents 74b98c2 + e714ed1 commit 91efab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-bobcats-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.connections.v1": patch
---

Update image and description when custom local authenticator settings are being updated
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const CustomAuthenticatorSettings: FunctionComponent<CustomAuthenticatorS
authProperties: Partial<AuthenticationPropertiesInterface>
) => {
const updatingValues: EndpointAuthenticationUpdateInterface = {
description: connector.description,
displayName: resolveDisplayName(),
endpoint: {
authentication: {
Expand All @@ -191,6 +192,7 @@ export const CustomAuthenticatorSettings: FunctionComponent<CustomAuthenticatorS
},
uri: values?.endpointUri
},
image: connector.image,
isEnabled: connector.isEnabled,
isPrimary: connector.isPrimary
};
Expand Down

0 comments on commit 91efab3

Please sign in to comment.