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"] } ```