Skip to content

Commit a5f579a

Browse files
authored
Merge pull request #92 from FriendlyCaptcha/add-keycloak-to-integrations
Add Keycloak integration
2 parents c5b2dc7 + e44ad47 commit a5f579a

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

src/integrations.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type Tag = "CMS" | "E-commerce" | "Library" | "Mobile";
1+
export type Tag = "CMS" | "E-commerce" | "IAM" | "Library" | "Mobile";
22

33
export interface Integration {
44
name: string;
@@ -107,6 +107,26 @@ export const INTEGRATIONS: Integration[] = [
107107
github: "FriendlyCaptcha/friendly-captcha-salesforce",
108108
},
109109

110+
// IAM and Authentication
111+
{
112+
name: "Keycloak",
113+
slug: "keycloak",
114+
tags: ["IAM"],
115+
fcVersion: "v2",
116+
image: "keycloak.svg",
117+
link: "/integrations/keycloak",
118+
github: "https://github.com/touqeershafi/keycloak-friendly-captcha",
119+
},
120+
{
121+
name: "Keycloak",
122+
slug: "keycloak",
123+
tags: ["IAM"],
124+
fcVersion: "v1",
125+
image: "keycloak.svg",
126+
link: "https://github.com/dsb-norge/keycloak-friendly-captcha",
127+
github: "dsb-norge/keycloak-friendly-captcha",
128+
},
129+
110130
// Libraries and SDKs
111131
{
112132
name: "Go",

src/pages/integrations/keycloak.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Keycloak Integration
3+
description: Integrate Friendly Captcha into your Keycloak instance
4+
hide_table_of_contents: true
5+
---
6+
7+
# Keycloak Integration
8+
9+
Two high-quality Keycloak integrations are available to integrate Friendly Captcha into your Keycloak instance.
10+
11+
* [**Keycloak Friendly Captcha** by DSB Norge](https://github.com/dsb-norge/keycloak-friendly-captcha), this supports the registration flow only.
12+
* [**Keycloak Friendly Captcha** by Touqeer Shafi](https://github.com/touqeershafi/keycloak-friendly-captcha), which extends a wide range of flows and can be configured more extensively.
13+
14+
Both integrations are open source and free to use. Please refer to their respective GitHub repositories for installation instructions and documentation.
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)