Skip to content

Commit

Permalink
Merge pull request #13727 from markylaing/group-claim-shortdesc
Browse files Browse the repository at this point in the history
Update short description for the OIDC groups claim
  • Loading branch information
tomponline authored Jul 9, 2024
2 parents 750685f + a19cf1b commit 9df996e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/config_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@ This value is required by some providers.

```{config:option} oidc.groups.claim server-oidc
:scope: "global"
:shortdesc: "Expected audience value for the application"
:shortdesc: "A claim used for mapping identity provider groups to LXD groups."
:type: "string"
Specify a custom claim to be requested when performing OIDC flows.
Configure a corresponding custom claim in your identity provider and
Expand Down
2 changes: 1 addition & 1 deletion lxd/cluster/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ var ConfigSchema = config.Schema{
// ---
// type: string
// scope: global
// shortdesc: Expected audience value for the application
// shortdesc: A claim used for mapping identity provider groups to LXD groups.
"oidc.groups.claim": {},
// OVN networking global keys.

Expand Down
2 changes: 1 addition & 1 deletion lxd/metadata/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5317,7 +5317,7 @@
"oidc.groups.claim": {
"longdesc": "Specify a custom claim to be requested when performing OIDC flows.\nConfigure a corresponding custom claim in your identity provider and\nadd organization level groups to it. These can be mapped to LXD groups\nfor automatic access control.",
"scope": "global",
"shortdesc": "Expected audience value for the application",
"shortdesc": "A claim used for mapping identity provider groups to LXD groups.",
"type": "string"
}
},
Expand Down

0 comments on commit 9df996e

Please sign in to comment.