Skip to content

Commit

Permalink
Merge pull request #6927 from asha15/doc
Browse files Browse the repository at this point in the history
Add iproov and duo connection guide
  • Loading branch information
asha15 authored Sep 26, 2024
2 parents ce8cec4 + 48c7aa3 commit 1090b0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-lions-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.connections.v1": patch
---

Add iproov and duo connection guide.
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,13 @@ export class ConnectionUIConstants {
*/
public static readonly DOC_LINK_DICTIONARY: Map<string, string> = new Map<string, string>([
[ "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" ],
Expand Down

0 comments on commit 1090b0e

Please sign in to comment.