From 11193e96571199032a1e6538bb2277f8c698ed4e Mon Sep 17 00:00:00 2001 From: asha15 <165079T@uom.lk> Date: Wed, 25 Sep 2024 13:28:47 +0530 Subject: [PATCH 1/2] Add iproov and duo connection guide --- .../admin.connections.v1/constants/connection-ui-constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/admin.connections.v1/constants/connection-ui-constants.ts b/features/admin.connections.v1/constants/connection-ui-constants.ts index 84e3c03397b..214610bbfba 100644 --- a/features/admin.connections.v1/constants/connection-ui-constants.ts +++ b/features/admin.connections.v1/constants/connection-ui-constants.ts @@ -295,11 +295,13 @@ export class ConnectionUIConstants { */ public static readonly DOC_LINK_DICTIONARY: Map = new Map([ [ "apple-idp", "develop.connections.newConnection.apple.learnMore" ], + [ "duo-idp", "develop.connections.newConnection.duo.learnMore" ], [ "enterprise-protocols", "develop.connections.newConnection.learnMore" ], [ "facebook-idp", "develop.connections.newConnection.facebook.learnMore" ], [ "github-idp", "develop.connections.newConnection.github.learnMore" ], [ "google-idp", "develop.connections.newConnection.google.learnMore" ], [ "hypr-idp", "develop.connections.newConnection.hypr.learnMore" ], + [ "iproov-idp", "develop.connections.newConnection.iProov.learnMore" ], [ "microsoft-idp", "develop.connections.newConnection.microsoft.learnMore" ], [ "enterprise-oidc-idp", "develop.connections.newConnection.enterprise.oidcLearnMore.learnMore" ], [ "enterprise-saml-idp", "develop.connections.newConnection.enterprise.samlLearnMore.learnMore" ], From 48c7aa311672c2461288c1551f1966bd7c38dda2 Mon Sep 17 00:00:00 2001 From: asha15 <165079T@uom.lk> Date: Wed, 25 Sep 2024 13:32:27 +0530 Subject: [PATCH 2/2] Add changeset --- .changeset/red-lions-sparkle.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/red-lions-sparkle.md diff --git a/.changeset/red-lions-sparkle.md b/.changeset/red-lions-sparkle.md new file mode 100644 index 00000000000..af3f4eb8a10 --- /dev/null +++ b/.changeset/red-lions-sparkle.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.connections.v1": patch +--- + +Add iproov and duo connection guide.