Add link to Cidaas
This commit is contained in:
parent
70f16a125a
commit
ff964d02dd
|
|
@ -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"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue