From ff964d02ddedfc90d8c4b74a546ecf978619e216 Mon Sep 17 00:00:00 2001 From: Kevin Kreitner Date: Mon, 21 Jul 2025 15:25:22 +0200 Subject: [PATCH] Add link to Cidaas --- docs/docs/configuration/providers/cidaas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/providers/cidaas.md b/docs/docs/configuration/providers/cidaas.md index 9cd978e0..7a987018 100644 --- a/docs/docs/configuration/providers/cidaas.md +++ b/docs/docs/configuration/providers/cidaas.md @@ -3,7 +3,7 @@ id: cidaas title: Cidaas --- -Cidaas is an Identity as a Service (IDaaS) solution that provides authentication and authorization services. +[Cidaas](https://www.cidaas.com/) is an Identity as a Service (IDaaS) solution that provides authentication and authorization services. It supports various protocols including OpenID Connect, OAuth 2.0, and SAML. However, Cidaas provides groups and their roles as hierarchical claims, which are not supported by oauth2-proxy yet. @@ -30,7 +30,7 @@ This will be transformed into a flat list of groups: ```json { - "groups": ["group1:role1", "group2:rol2", "group2:role3"] + "groups": ["group1:role1", "group2:role2", "group2:role3"] } ```