]> source.dussan.org Git - sonarqube.git/commit
SONAR-12471 Embed SAML authentication
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 25 Sep 2019 12:19:11 +0000 (14:19 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 7 Oct 2019 18:21:06 +0000 (20:21 +0200)
commit69dd7210a6086f1e7687aee5ee2986a91cab0885
tree5da15b9b61a4f7ae7ca630a2c44f7638f34ada96
parent42f0cff638b6b7055acc6cf75bbb2215867d0474
SONAR-12471 Embed SAML authentication
26 files changed:
.cirrus.yml
server/sonar-auth-common/build.gradle
server/sonar-auth-github/build.gradle
server/sonar-auth-gitlab/build.gradle
server/sonar-auth-saml/build.gradle [new file with mode: 0644]
server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlIdentityProvider.java [new file with mode: 0644]
server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlModule.java [new file with mode: 0644]
server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlSettings.java [new file with mode: 0644]
server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/package-info.java [new file with mode: 0644]
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlIdentityProviderTest.java [new file with mode: 0644]
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlModuleTest.java [new file with mode: 0644]
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlSettingsTest.java [new file with mode: 0644]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_full_response.txt [new file with mode: 0644]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_minimal_response.txt [new file with mode: 0644]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_response_without_login.txt [new file with mode: 0644]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_response_without_name.txt [new file with mode: 0644]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/how_to_generate_test_response.txt [new file with mode: 0644]
server/sonar-docs/src/pages/instance-administration/delegated-auth.md
server/sonar-server-common/src/main/java/org/sonar/server/plugins/ServerExtensionInstaller.java
server/sonar-server-common/src/test/java/org/sonar/server/plugins/ServerExtensionInstallerTest.java
server/sonar-web/public/images/saml.png [new file with mode: 0644]
server/sonar-webserver/build.gradle
server/sonar-webserver/src/main/java/org/sonar/server/platform/platformlevel/PlatformLevel4.java
settings.gradle
sonar-application/build.gradle
sonar-core/src/main/resources/org/sonar/l10n/core.properties