Skip to content

Commit 8abf3ce

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-4: Upd supported identity providers list
1 parent 7f8a50a commit 8abf3ce

File tree

1 file changed

+5
-2
lines changed
  • configuration/rbac-role-based-access-control

1 file changed

+5
-2
lines changed

configuration/rbac-role-based-access-control/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this article, we'll guide how to set up Kafbat-UI with role-based access cont
66

77
### Authentication methods
88

9-
First of all, you'd need to set up authentication method(s). Refer to [this](../authentication) article for setup.
9+
First of all, you'd need to set up authentication method(s). Refer to [this](../authentication/) article for setup.
1010

1111
### Config placement
1212

@@ -68,11 +68,14 @@ A role also has a list of _subjects_ which are the entities we will use to assig
6868

6969
A list of supported providers and corresponding subject fetch mechanism:
7070

71+
* oauth: `user`, `role`
7172
* oauth\_google: `user`, `domain`
7273
* oauth\_github: `user`, `organization`
7374
* oauth\_cognito: `user`, `group`
7475
* ldap: `group`
75-
* ldap\_ad: (unsupported yet, will do in 0.8 release)
76+
* ldap\_ad: (unsupported yet, see [Issue 54](https://github.com/kafbat/kafka-ui/issues/54))
77+
78+
More on identity providers in: [supported-identity-providers.md](supported-identity-providers.md "mention")
7679

7780
Find the more detailed examples in a full example file lower.
7881

0 commit comments

Comments
 (0)