]> source.dussan.org Git - sonarqube.git/commit
SONAR-18679 update its sonar auth
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>
Wed, 15 Mar 2023 12:28:02 +0000 (13:28 +0100)
committerPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 17 Mar 2023 09:08:02 +0000 (10:08 +0100)
commit545f09ba0f871b1b0736dfe3eca68cc16e81fcc8
tree8fede4b46ec18dc0292bdebcc3449256fa95d16b
parentffe809c197e25b98c8edd27491aeab694f98cc59
SONAR-18679 update its sonar auth
50 files changed:
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/DefaultLdapAuthenticatorIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/DefaultLdapGroupsProviderIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/DefaultLdapUsersProviderIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/KerberosIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/LdapRealmIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/LdapReferralsIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/LdapSearchIT.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/LdapSettingsFactory.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/java/org/sonar/auth/ldap/server/LdapServer.java [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/conf/krb5.conf [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/conf/sasl_mech.properties [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/krb.ldif [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/static-groups.example.org.ldif [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/users-apacheds.ldif [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/users.example.org.ldif [new file with mode: 0644]
server/sonar-auth-ldap/src/it/resources/users.infosupport.com.ldif [new file with mode: 0644]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/DefaultLdapAuthenticatorTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/DefaultLdapGroupsProviderTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/DefaultLdapUsersProviderTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/KerberosTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapRealmTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapReferralsTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSearchTest.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/LdapSettingsFactory.java [deleted file]
server/sonar-auth-ldap/src/test/java/org/sonar/auth/ldap/server/LdapServer.java [deleted file]
server/sonar-auth-ldap/src/test/resources/conf/krb5.conf [deleted file]
server/sonar-auth-ldap/src/test/resources/conf/sasl_mech.properties [deleted file]
server/sonar-auth-ldap/src/test/resources/krb.ldif [deleted file]
server/sonar-auth-ldap/src/test/resources/static-groups.example.org.ldif [deleted file]
server/sonar-auth-ldap/src/test/resources/users-apacheds.ldif [deleted file]
server/sonar-auth-ldap/src/test/resources/users.example.org.ldif [deleted file]
server/sonar-auth-ldap/src/test/resources/users.infosupport.com.ldif [deleted file]
server/sonar-auth-saml/src/it/java/org/sonar/auth/saml/SamlIdentityProviderIT.java [new file with mode: 0644]
server/sonar-auth-saml/src/it/java/org/sonar/auth/saml/SamlMessageIdCheckerIT.java [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/encoded_encrypted_response.txt [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/encoded_full_response.txt [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/encoded_full_response_with_reverse_proxy.txt [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/encoded_minimal_response.txt [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/encoded_response_without_login.txt [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/encoded_response_without_name.txt [new file with mode: 0644]
server/sonar-auth-saml/src/it/resources/org/sonar/auth/saml/SamlIdentityProviderIT/how_to_generate_test_response.txt [new file with mode: 0644]
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlIdentityProviderTest.java [deleted file]
server/sonar-auth-saml/src/test/java/org/sonar/auth/saml/SamlMessageIdCheckerTest.java [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_encrypted_response.txt [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_full_response.txt [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_full_response_with_reverse_proxy.txt [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_minimal_response.txt [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_response_without_login.txt [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/encoded_response_without_name.txt [deleted file]
server/sonar-auth-saml/src/test/resources/org/sonar/auth/saml/SamlIdentityProviderTest/how_to_generate_test_response.txt [deleted file]