Skip to content

Commit 1c26c66

Browse files
Merge pull request #5885 from himeshsiriwardana/connector-docs-amend
Fixed incorrect links in connector homepage
2 parents 9e4b93a + 9cfef32 commit 1c26c66

File tree

2 files changed

+77
-4
lines changed

2 files changed

+77
-4
lines changed

en/identity-server/7.2.0/mkdocs.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,79 @@ extra:
3131
identity_apps_core_release_url: https://github.com/wso2/identity-apps/releases/tag/identity-apps-core-3.3.22
3232
sdkconfig:
3333
baseUrl: "https://localhost:9443"
34+
connectors:
35+
- name: Sift
36+
icon: assets/img/logo/sift-logo.svg
37+
description: Helps prevent fraudulent logins to your system.
38+
source_link: https://store.wso2.com/connector/identity-fraud-detection-sift
39+
category: fraud-detection
40+
documentation_link: sift
41+
- name: Onfido
42+
icon: assets/img/logo/onfido-logo.svg
43+
description: Provides identity verification so you know exactly who logs in.
44+
source_link: https://store.wso2.com/connector/identity-verification-onfido
45+
category: identity-verification
46+
documentation_link: onfido
47+
- name: iProov Authenticator
48+
icon: assets/img/logo/iproov-logo.png
49+
description: Allow users to use biometrics for authentication.
50+
source_link: https://store.wso2.com/connector/identity-outbound-auth-iproov
51+
category: authentication
52+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-iproov/blob/main/README.md
53+
- name: Duo Security
54+
icon: assets/img/logo/duo-logo.png
55+
description: Provides two-factor authentication to secure your system.
56+
source_link: https://store.wso2.com/connector/identity-outbound-auth-duo
57+
category: authentication
58+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-duo/blob/master/docs/README.md
59+
- name: HYPR Authenticator
60+
icon: assets/img/logo/hypr-logo.png
61+
description: Provides passwordless authentication with biometrics and device-based authentication.
62+
source_link: https://store.wso2.com/connector/identity-outbound-auth-hypr
63+
category: authentication
64+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-hypr/blob/main/README.md
65+
- name: UAEPass Authenticator
66+
icon: assets/img/logo/uaepass-logo.png
67+
description: An outbound OIDC federated authentication connector designed to integrate with the UAEPass Identity Provider.
68+
source_link: https://store.wso2.com/connector/identity-outbound-auth-uaepass
69+
category: authentication
70+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-uaepass/tree/main/docs
71+
- name: TypingDNA Connector
72+
icon: assets/img/logo/typingdna-logo.png
73+
description: Provides risk-based adaptive authentication by analyzing the user's typing patterns to detect anomalies and potential fraud.
74+
source_link: https://store.wso2.com/connector/identity-conditional-auth-typingdna
75+
category: fraud-detection
76+
documentation_link: https://github.com/wso2-extensions/identity-conditional-auth-typingdna/blob/main/docs/README.md
77+
- name: Cognito
78+
icon: assets/img/logo/cognito-logo.png
79+
description: Allows users to log in to WSO2 Identity Server using AWS Cognito.
80+
source_link: https://store.wso2.com/connector/identity-outbound-auth-cognito
81+
category: authentication
82+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-cognito/blob/master/docs/README.md
83+
- name: Amazon
84+
icon: assets/img/logo/amazon-logo.png
85+
description: Allows users to log in to WSO2 Identity Server using Amazon.
86+
source_link: https://store.wso2.com/connector/identity-outbound-auth-amazon
87+
category: authentication
88+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-amazon/blob/master/docs/README.md
89+
- name: LinkedIn
90+
icon: assets/img/logo/linkedin-logo.png
91+
description: Allows users to log in to WSO2 Identity Server using LinkedIn.
92+
source_link: https://store.wso2.com/connector/identity-outbound-auth-linkedIn
93+
category: authentication
94+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-linkedIn/blob/master/docs/README.md
95+
- name: Kakao Authenticator
96+
icon: assets/img/logo/kakao-logo.png
97+
description: Allows users to log in to WSO2 Identity Server using Kakao.
98+
source_link: https://store.wso2.com/connector/identity-outbound-auth-kakao
99+
category: authentication
100+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-kakao/blob/master/docs/README_LATEST.md
101+
- name: Naver Authenticator
102+
icon: assets/img/logo/naver-logo.png
103+
description: Allows users to log in to WSO2 Identity Server using Naver.
104+
source_link: https://store.wso2.com/connector/identity-outbound-auth-naver
105+
category: authentication
106+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-naver/blob/master/docs/README_LATEST.md
34107

35108
home_page_cards:
36109
- section:

en/identity-server/next/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extra:
4949
description: Allow users to use biometrics for authentication.
5050
source_link: https://store.wso2.com/connector/identity-outbound-auth-iproov
5151
category: authentication
52-
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-iproov/blob/main/docs/config.md
52+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-iproov/blob/main/README.md
5353
- name: Duo Security
5454
icon: assets/img/logo/duo-logo.png
5555
description: Provides two-factor authentication to secure your system.
@@ -61,11 +61,11 @@ extra:
6161
description: Provides passwordless authentication with biometrics and device-based authentication.
6262
source_link: https://store.wso2.com/connector/identity-outbound-auth-hypr
6363
category: authentication
64-
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-hypr/blob/main/docs/config.md
64+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-hypr/blob/main/README.md
6565
- name: UAEPass Authenticator
6666
icon: assets/img/logo/uaepass-logo.png
6767
description: An outbound OIDC federated authentication connector designed to integrate with the UAEPass Identity Provider.
68-
source_link: https://store.wso2.com/connector/identity-verification-uaepass
68+
source_link: https://store.wso2.com/connector/identity-outbound-auth-uaepass
6969
category: authentication
7070
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-uaepass/tree/main/docs
7171
- name: TypingDNA Connector
@@ -79,7 +79,7 @@ extra:
7979
description: Allows users to log in to WSO2 Identity Server using AWS Cognito.
8080
source_link: https://store.wso2.com/connector/identity-outbound-auth-cognito
8181
category: authentication
82-
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-cognito/tree/master/docs
82+
documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-cognito/blob/master/docs/README.md
8383
- name: Amazon
8484
icon: assets/img/logo/amazon-logo.png
8585
description: Allows users to log in to WSO2 Identity Server using Amazon.

0 commit comments

Comments
 (0)