Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- SonarQube 9.5.0.56709 Community Edition
-
what are you trying to achieve
- Synchronizing SonarQube Groups with Active Directory Groups
-
what have you tried so far to achieve this
- SAML configuration is done and user can log in successfully
- Created in the domain and as well in SonarQube a group with the exact same name
- Inserted my account into the AAD group as member (SonarQube group left empty)
- Added “SAML group attribute” like found in web.log
- *btw. tried other values but all result in
"List of groups returned by the identity provider '[]'
- Using “http://schemas.microsoft.com/claims/groups.link” result in the web.log as:
"List of groups returned by the identity provider '[https://graph.windows.net/e0793d39-...]"
- SonarQube group is still empty
- Calling the graph-url directly, error:
<code>Request_DataContractVersionMissing</code> <message xml:lang="en">The specified api-version is invalid. The value must exactly match a supported version.</message>
- *btw. tried other values but all result in
Anyone any idea what to try or where to investigate next?