sonar-auth-aad
sonar-auth-aad copied to clipboard
Azure Active Directory Authentication for SonarQube
Setup azure aad and also setup in sonar qube done. but after login I'm getting "You're not authorized to access this page. Please contact the administrator." error. Please help how...
This pullrequest fixed issue #129 for me: https://github.com/hkamel/sonar-auth-aad/issues/129 In my case the function `.getIdToken()` returned a token that did not contain the claim `name` while `.getAccessToken()` returns a token that...
Current implementation of plugin is not validating "aud" parameter from JWT token. Because of this it is possible to login from any Azure Active Directory "App registration" even if specified...
According to Microsoft, there is no addition support being added for AAD Graph and has not been since July 2020: > Starting June 30th, 2020 we will no longer add...
I'm never getting sent to the Microsoft login page. Instead, it redirects to https://my.sonarqube.url/sessions/new?return_to=............(etc) I am using a reverse proxy with IIS to enable SSL support, and I have followed...
Hi, As per the documentation https://github.com/hkamel/sonar-auth-aad/wiki/Group-Sync to enable group sync we need to allow "Directory.AccessAsUser.All" for the application under the API permissions in AAD. Our Active directory architecture board is...
I currently try to migrate a user from LDAP to AAD. I've created an app registration and enterprise application in azure and connected it to sonar. I'm using the proposed...
when a user is login in via azure, it is creating a new user even if user is already present in system with a random string at end of name....
Created group "NewGroup" in Azure Active Directory and added the users "A" and "B" to it. Created group "NewGroup" in SonarQube. After users login only user "A" was added to...