diff --git a/tyk-docs/content/api-management/single-sign-on-ldap.md b/tyk-docs/content/api-management/single-sign-on-ldap.md new file mode 100644 index 0000000000..77fc3c9386 --- /dev/null +++ b/tyk-docs/content/api-management/single-sign-on-ldap.md @@ -0,0 +1,7 @@ +--- +title: "Tyk Identity Broker - Integrate Social Logins, IDPs, LDAP and Custom Authentication" +date: 2025-01-10 +tags: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +description: "Learn how to integrate external services with Tyk API Gateway. Discover how to use middleware plugins, webhooks, and service discovery to extend your API functionality and connect with third-party systems." +keywords: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +--- \ No newline at end of file diff --git a/tyk-docs/content/api-management/single-sign-on-oidc.md b/tyk-docs/content/api-management/single-sign-on-oidc.md new file mode 100644 index 0000000000..77fc3c9386 --- /dev/null +++ b/tyk-docs/content/api-management/single-sign-on-oidc.md @@ -0,0 +1,7 @@ +--- +title: "Tyk Identity Broker - Integrate Social Logins, IDPs, LDAP and Custom Authentication" +date: 2025-01-10 +tags: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +description: "Learn how to integrate external services with Tyk API Gateway. Discover how to use middleware plugins, webhooks, and service discovery to extend your API functionality and connect with third-party systems." +keywords: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +--- \ No newline at end of file diff --git a/tyk-docs/content/api-management/single-sign-on-saml.md b/tyk-docs/content/api-management/single-sign-on-saml.md new file mode 100644 index 0000000000..77fc3c9386 --- /dev/null +++ b/tyk-docs/content/api-management/single-sign-on-saml.md @@ -0,0 +1,7 @@ +--- +title: "Tyk Identity Broker - Integrate Social Logins, IDPs, LDAP and Custom Authentication" +date: 2025-01-10 +tags: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +description: "Learn how to integrate external services with Tyk API Gateway. Discover how to use middleware plugins, webhooks, and service discovery to extend your API functionality and connect with third-party systems." +keywords: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +--- \ No newline at end of file diff --git a/tyk-docs/content/api-management/single-sign-on-social-idp.md b/tyk-docs/content/api-management/single-sign-on-social-idp.md new file mode 100644 index 0000000000..77fc3c9386 --- /dev/null +++ b/tyk-docs/content/api-management/single-sign-on-social-idp.md @@ -0,0 +1,7 @@ +--- +title: "Tyk Identity Broker - Integrate Social Logins, IDPs, LDAP and Custom Authentication" +date: 2025-01-10 +tags: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +description: "Learn how to integrate external services with Tyk API Gateway. Discover how to use middleware plugins, webhooks, and service discovery to extend your API functionality and connect with third-party systems." +keywords: ["Tyk Identity Broker", "TIB", "Identity Provider", "Identity Handler", "SSO", "Custom Authentication", "Custom Proxy Provder", "SAML", "OIDC", "OpenID Connect", "Profies", "IDPs", "Social Provider" ,"LDAP"] +--- \ No newline at end of file diff --git a/tyk-docs/data/menu.yaml b/tyk-docs/data/menu.yaml index d9c51fb4f0..e4d0ba8eb5 100644 --- a/tyk-docs/data/menu.yaml +++ b/tyk-docs/data/menu.yaml @@ -177,8 +177,25 @@ menu: show: True - title: "Identity Management" path: /api-management/external-service-integration - category: Page + category: Directory show: True + menu: + - title: "SSO with Social IDP" + path: /api-management/single-sign-on-social-idp + category: Page + show: True + - title: "SSO with OpenID Connect" + path: /api-management/single-sign-on-oidc + category: Page + show: True + - title: "SSO with SAML" + path: /api-management/single-sign-on-saml + category: Page + show: True + - title: "SSO with LDAP" + path: /api-management/single-sign-on-ldap + category: Page + show: True - title: "Custom Plugins" category: Directory show: True