Add link to Cidaas

This commit is contained in:
Kevin Kreitner 2025-07-21 15:25:22 +02:00
parent 70f16a125a
commit ff964d02dd
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ id: cidaas
title: 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. 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. 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 ```json
{ {
"groups": ["group1:role1", "group2:rol2", "group2:role3"] "groups": ["group1:role1", "group2:role2", "group2:role3"]
} }
``` ```