sonar-auth-oidc icon indicating copy to clipboard operation
sonar-auth-oidc copied to clipboard

`sonar.auth.groupsSync` property as boolean conflicts with nested `sonar.auth.groupsSync.claimName`

Open bdellegrazie opened this issue 2 years ago • 0 comments

In trying to translate the configuration to YAML or JSON the groupsSync property, being a boolean, breaks when needing to model groupsSync as an object to set the groupSync.claimName property.

Could we move groupsSync (boolean) to groupsSync.enabled instead please? This is similar to the convention for the Sonarqube's SAML property names too.

bdellegrazie avatar Dec 20 '23 13:12 bdellegrazie