diff --git a/en/base.yml b/en/base.yml index 11cef3a547..b2347aa14b 100644 --- a/en/base.yml +++ b/en/base.yml @@ -272,6 +272,83 @@ extra: description: A client SDK to integrate {{ product_name }} into Android mobile applications using "app-native authentication" documentation_link: https://asgardeo.github.io/mobile-ui-sdks/android/introduction.html source_link: https://github.com/asgardeo/mobile-ui-sdks/tree/main/android + + connectors: + - name: Kakao Authenticator + icon: assets/img/logo/kakao-logo.png + description: The Kakao Authenticator allows you to authenticate a user using Kakao through WSO2 Identity Server. + source_link: https://store.wso2.com/connector/identity-outbound-auth-kakao + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-kakao/blob/master/docs/README_LATEST.md + - name: Naver Authenticator + icon: assets/img/logo/naver-logo.png + description: The Naver Authenticator allows you to authenticate a user using Naver through WSO2 Identity Server. + source_link: https://store.wso2.com/connector/identity-outbound-auth-naver + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-naver/blob/master/docs/README_LATEST.md + - name: LinkedIn + icon: assets/img/logo/linkedin-logo.png + description: The LinkedIn authenticator allows you to authenticate users using LinkedIn through the WSO2 Identity Server. + source_link: https://store.wso2.com/connector/identity-outbound-auth-linkedIn + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-linkedIn/blob/master/docs/README.md + - name: iProov Authenticator + icon: assets/img/logo/iproov-logo.png + description: iProov allows users to authenticate requests using facial biometrics.

+ source_link: https://store.wso2.com/connector/identity-outbound-auth-iproov + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-iproov/blob/main/docs/config.md + - name: TypingDNA + icon: assets/img/logo/typingdna-logo.png + description: TypingDNA leverages typing biometrics to provide users with seamless, user-friendly, risk-based authentication (RBA). + source_link: https://store.wso2.com/connector/identity-conditional-auth-typingdna + documentation_link: https://github.com/wso2-extensions/identity-conditional-auth-typingdna/blob/v1.0.9/docs/README.md + - name: Duo Security + icon: assets/img/logo/duo-logo.png + description: The Duo Security authenticator allows you to authenticate a user using Duo Security through WSO2 Identity Server. + source_link: https://store.wso2.com/connector/identity-outbound-auth-duo + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-duo/blob/master/docs/README.md + - name: HYPR Authenticator + icon: assets/img/logo/hypr-logo.png + description: The HYPR connector offers a hassle-free approach to multi-factor authentication without the need for passwords.

+ source_link: https://store.wso2.com/connector/identity-outbound-auth-hypr + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-hypr/blob/main/README.md + - name: UAEPass Authenticator + icon: assets/img/logo/uaepass-logo.png + description: The UAEPass Authenticator is based on OpenID Connect, and is configured as a federated authenticator in WSO2 Identity Server. + source_link: https://store.wso2.com/connector/identity-outbound-auth-uaepass + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-uaepass/tree/main/docs + - name: Workflow + icon: assets/img/logo/workflow-logo.png + description: The WSO2 Identity Server Workflow Connector enhances control over identity operations by allowing organizations to implement customized workflows. + source_link: https://store.wso2.com/connector/identity-workflow-impl-bps + documentation_link: https://github.com/wso2-extensions/identity-workflow-impl-bps/blob/master/docs/config.md + - name: JMS Cache Sync Manager + icon: assets/img/logo/jms-logo.png + description: This connector enables WSO2 Identity Server to work in Active-Active mode by syncing data across multiple clusters using a message broker. + source_link: https://store.wso2.com/connector/carbon-cache-sync-manager + documentation_link: https://github.com/wso2-extensions/carbon-cache-sync-manager/blob/main/README.md + - name: WS-Trust Authenticator + icon: assets/img/logo/wstrust-logo.png + description: The Security Token Service (STS) component of WSO2 Identity Server enables you to configure the generic STS to issue claim-based security tokens. + source_link: https://store.wso2.com/connector/identity-inbound-auth-sts + documentation_link: https://github.com/wso2-extensions/carbon-cache-sync-manager/blob/main/README.md + - name: Evident Identity Verification + icon: assets/img/logo/evident-logo.png + description: Connect WSO2 Identity Server with Evident for external identity verifications that allow you to verify the identities of your users.

+ source_link: https://store.wso2.com/connector/identity-verification-evident + documentation_link: https://github.com/wso2-extensions/identity-verification-evident/tree/v1.0.0/docs + - name: Password Policy + icon: assets/img/logo/passwordpolicy-logo.png + description: The Password Policy authenticator prompts users to reset their expired passwords during authentication and allows email notifications before expiration. + source_link: https://store.wso2.com/connector/identity-outbound-auth-passwordPolicy + documentation_link: https://github.com/wso2-extensions/identity-outbound-auth-passwordPolicy/blob/master/docs/README.md + + + + + + + + + + redoc_theme: '{ "colors": { "primary": { "main": "#ff7300" } diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/duo-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/duo-logo.png new file mode 100644 index 0000000000..5c0d273a96 Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/duo-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/evident-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/evident-logo.png new file mode 100644 index 0000000000..f452d377ad Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/evident-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/hypr-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/hypr-logo.png new file mode 100644 index 0000000000..380ccdb092 Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/hypr-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/iproov-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/iproov-logo.png new file mode 100644 index 0000000000..350efe20ed Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/iproov-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/jms-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/jms-logo.png new file mode 100644 index 0000000000..d405ace9fc Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/jms-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/kakao-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/kakao-logo.png new file mode 100644 index 0000000000..6daf2e54fc Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/kakao-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/linkedin-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/linkedin-logo.png new file mode 100644 index 0000000000..fb01904d63 Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/linkedin-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/naver-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/naver-logo.png new file mode 100644 index 0000000000..f83722ffed Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/naver-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/passwordpolicy-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/passwordpolicy-logo.png new file mode 100644 index 0000000000..8a9196804e Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/passwordpolicy-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/typingdna-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/typingdna-logo.png new file mode 100644 index 0000000000..3c6fb86826 Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/typingdna-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/uaepass-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/uaepass-logo.png new file mode 100644 index 0000000000..144604ce99 Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/uaepass-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/workflow-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/workflow-logo.png new file mode 100644 index 0000000000..e1a232945e Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/workflow-logo.png differ diff --git a/en/identity-server/7.1.0/docs/assets/img/logo/wstrust-logo.png b/en/identity-server/7.1.0/docs/assets/img/logo/wstrust-logo.png new file mode 100644 index 0000000000..fb0f19d1f1 Binary files /dev/null and b/en/identity-server/7.1.0/docs/assets/img/logo/wstrust-logo.png differ diff --git a/en/identity-server/7.1.0/docs/references/connectors.md b/en/identity-server/7.1.0/docs/references/connectors.md new file mode 100644 index 0000000000..fe8adaa2e0 --- /dev/null +++ b/en/identity-server/7.1.0/docs/references/connectors.md @@ -0,0 +1,7 @@ +--- +template: templates/connectors.html +--- + + + + diff --git a/en/identity-server/7.1.0/mkdocs.yml b/en/identity-server/7.1.0/mkdocs.yml index 3062a2bd44..0afa87430e 100644 --- a/en/identity-server/7.1.0/mkdocs.yml +++ b/en/identity-server/7.1.0/mkdocs.yml @@ -979,6 +979,7 @@ nav: - References: - References: references/index.md - Feature deprecation: references/wso2-identity-server-feature-deprecation.md + - Connectors: references/connectors.md - User management: - User roles: references/user-management/user-roles.md - Track user deletion: references/user-management/track-deletion.md diff --git a/en/identity-server/next/docs/assets/img/logo/duo-logo.png b/en/identity-server/next/docs/assets/img/logo/duo-logo.png new file mode 100644 index 0000000000..5c0d273a96 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/duo-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/evident-logo.png b/en/identity-server/next/docs/assets/img/logo/evident-logo.png new file mode 100644 index 0000000000..f452d377ad Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/evident-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/hypr-logo.png b/en/identity-server/next/docs/assets/img/logo/hypr-logo.png new file mode 100644 index 0000000000..380ccdb092 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/hypr-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/iproov-logo.png b/en/identity-server/next/docs/assets/img/logo/iproov-logo.png new file mode 100644 index 0000000000..350efe20ed Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/iproov-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/jms-logo.png b/en/identity-server/next/docs/assets/img/logo/jms-logo.png new file mode 100644 index 0000000000..d405ace9fc Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/jms-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/kakao-logo.png b/en/identity-server/next/docs/assets/img/logo/kakao-logo.png new file mode 100644 index 0000000000..6daf2e54fc Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/kakao-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/linkedin-logo.png b/en/identity-server/next/docs/assets/img/logo/linkedin-logo.png new file mode 100644 index 0000000000..fb01904d63 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/linkedin-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/naver-logo.png b/en/identity-server/next/docs/assets/img/logo/naver-logo.png new file mode 100644 index 0000000000..f83722ffed Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/naver-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/passwordpolicy-logo.png b/en/identity-server/next/docs/assets/img/logo/passwordpolicy-logo.png new file mode 100644 index 0000000000..8a9196804e Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/passwordpolicy-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/typingdna-logo.png b/en/identity-server/next/docs/assets/img/logo/typingdna-logo.png new file mode 100644 index 0000000000..3c6fb86826 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/typingdna-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/uaepass-logo.png b/en/identity-server/next/docs/assets/img/logo/uaepass-logo.png new file mode 100644 index 0000000000..144604ce99 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/uaepass-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/workflow-logo.png b/en/identity-server/next/docs/assets/img/logo/workflow-logo.png new file mode 100644 index 0000000000..e1a232945e Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/workflow-logo.png differ diff --git a/en/identity-server/next/docs/assets/img/logo/wstrust-logo.png b/en/identity-server/next/docs/assets/img/logo/wstrust-logo.png new file mode 100644 index 0000000000..fb0f19d1f1 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/logo/wstrust-logo.png differ diff --git a/en/identity-server/next/docs/references/connectors.md b/en/identity-server/next/docs/references/connectors.md new file mode 100644 index 0000000000..fe8adaa2e0 --- /dev/null +++ b/en/identity-server/next/docs/references/connectors.md @@ -0,0 +1,7 @@ +--- +template: templates/connectors.html +--- + + + + diff --git a/en/identity-server/next/mkdocs.yml b/en/identity-server/next/mkdocs.yml index a1272a750c..d264d46351 100644 --- a/en/identity-server/next/mkdocs.yml +++ b/en/identity-server/next/mkdocs.yml @@ -978,6 +978,7 @@ nav: - References: - References: references/index.md - Feature deprecation: references/wso2-identity-server-feature-deprecation.md + - Connectors: references/connectors.md - User management: - User roles: references/user-management/user-roles.md - Track user deletion: references/user-management/track-deletion.md diff --git a/en/theme/material/assets/images/icons/link.svg b/en/theme/material/assets/images/icons/link.svg new file mode 100644 index 0000000000..28f05d030e --- /dev/null +++ b/en/theme/material/assets/images/icons/link.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/en/theme/material/templates/connectors.html b/en/theme/material/templates/connectors.html new file mode 100644 index 0000000000..9d61c8f714 --- /dev/null +++ b/en/theme/material/templates/connectors.html @@ -0,0 +1,66 @@ + + +{% extends "base.html" %} + +{% block styles %} + {{ super() }} + +{% endblock %} + +{% block container %} +
+
+

Connectors

+

This document lists the available connectors for {{config.extra.product_name}} {{config.extra.is_version}}.

+
+
+ {% for connector in config.extra.connectors %} +
+ + {% if connector.dark_icon %} + + {% else %} + + {% endif %} +

{{ connector.name }}

+ {% set description = connector.description %} + {% set description = description.replace('{{ product_name }}', config.extra.product_name).replace('{{product_name}}', config.extra.product_name) %} +

{{ description }}

+ +
+ {% endfor %} +
+
+ {{ page.content }} +
+
+{% endblock %}