We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a759d9 commit 5447f92Copy full SHA for 5447f92
modules/ROOT/pages/kubernetes/authentication-authorization.adoc
@@ -55,7 +55,7 @@ config:
55
dbms.security.oidc.azure.config: "principal=unique_name;code_challenge_method=S256;
56
dbms.security.oidc.azure.claims.username: "sub"
57
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"
+ dbms.security.oidc.azure.authorization.group_to_role_mapping: "group1=editor;group2=editor,publisher"
59
----
60
61
[IMPORTANT]
0 commit comments