Skip to content

Commit 5447f92

Browse files
Improve the config example of Azure SSO for Kubernetes (#1781) (#1795)
1 parent 4a759d9 commit 5447f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/kubernetes/authentication-authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ config:
5555
dbms.security.oidc.azure.config: "principal=unique_name;code_challenge_method=S256;
5656
dbms.security.oidc.azure.claims.username: "sub"
5757
dbms.security.oidc.azure.claims.groups: "groups"
58-
dbms.security.oidc.azure.authorization.group_to_role_mapping: "e197354c-bd75-4524-abbc-d44325904567=editor;fa31ce67-9e4d-4999-bf6d-25c55258d116=publisher"
58+
dbms.security.oidc.azure.authorization.group_to_role_mapping: "group1=editor;group2=editor,publisher"
5959
----
6060

6161
[IMPORTANT]

0 commit comments

Comments
 (0)