aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-saml/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0912-12/+12
|
* SONAR-24023 Handle case where encryption is enabled but signing request disabledAurelien Poscia2024-12-231-1/+35
|
* SONAR-24007 Implement migration testsNolwenn Cadic2024-12-204-43/+24
|
* SONAR-24023 Rewrite tests for SamlAuthenticatorAurelien Poscia2024-12-205-68/+180
|
* SONAR-24024 Fix diagnostic testsAurelien Poscia2024-12-201-137/+93
|
* SONAR-24012 Migrate replay attack prevention mechanismAurelien Poscia2024-12-203-4/+98
|
* SONAR-24023 Remove onelogin dependencyAurelien Poscia2024-12-201-4/+1
|
* SONAR-24023 Add tests for SamlPrivateKeyConverter and SamlCertificateConverterAurelien Poscia2024-12-202-0/+197
|
* SONAR-24023 Added test for SonarqubeRelyingPartyRegistrationRepository + ↵Aurelien Poscia2024-12-205-312/+244
| | | | refactoring
* SONAR-24023 Add PrincipalToUserIdentityConverterTestAurelien Poscia2024-12-202-21/+168
|
* SONAR-24023 Migrate onelogin auth to opensamlAurelien Poscia2024-12-202-1/+11
|
* SONAR-17786 Add jakarta request wrapper for onelogin compatibility.Matteo Mara2024-12-182-0/+311
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-181-8/+8
|
* NO-JIRA Update license headers to 2024Pierre2024-01-035-5/+5
|
* SONAR-20920 Add details about signature and encryption on the SAML Test pageMatteo Mara2023-11-072-15/+120
|
* SONAR-20921 Handle more configuration errors in SAML test pageMatteo Mara2023-11-071-2/+51
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-7/+11
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* [SONAR-18809] replace hash by nonce for CSP headersSteve Marion2023-04-111-20/+4
|
* SONAR-18809 fix SSF-358Matteo Mara2023-03-232-1/+6
| | | | Co-authored-by: Ambroise C <ambroise.christea@sonarsource.com>
* SONAR-18805 improve validation of the SAML authentication when login or name ↵Matteo Mara2023-03-211-1/+18
| | | | is empty
* SONAR-18679 update its sonar authLéo Geoffroy2023-03-172-531/+0
|
* Update license templates for 2023Pierre2023-01-027-7/+7
|
* SONAR-17511 fix wrong behavior of the SAML Groups field when no value is ↵Matteo Mara2022-10-271-0/+1
| | | | provided.
* SONAR-17296 improved handling of SAML Authentication errors preventing the ↵Matteo Mara2022-10-102-0/+51
| | | | handshake to start.
* SONAR-17296 sanitize SAML response fieldsMatteo Mara2022-09-261-22/+1
|
* SONAR-17296 Return an error status if the SAML login and name are not found ↵Matteo Mara2022-09-162-14/+62
| | | | in the response attributes
* SONAR-17296 Add SamlValidationRedirectionFilter and ↵Dimitris Kavvathas2022-09-151-5/+3
| | | | SamlValidationCallbackFilter to show SAML validation status page.
* SONAR-17296 action for generating SAML requestSteve Marion2022-09-151-11/+6
| | | | Create action for generating SAML request with test purpose relay-state.
* SONAR-17296 build the callback response for displaying the SAML ↵Matteo Mara2022-09-154-3/+274
| | | | Authentication status.
* SONAR-16492 Log clear message when private key is not in PKCS8 formatZipeng WU2022-07-141-0/+19
|
* SONAR-16498 Documentation of the new SAML signature and encryption settingsMatteo Mara2022-06-211-1/+1
|
* SONAR-16493 Add SAML option for enabling signed service provider requests ↵Dimitris Kavvathas2022-06-213-7/+36
| | | | and a new input for the service provider certificate.
* SONAR-16492 Allow SonarQube to support encrypted SAML responsesZipeng WU2022-06-213-3/+35
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-4/+3
|
* Update license headers for 2022 [update headers]Pierre2022-01-284-4/+4
|
* Improve code qualityDuarte Meneses2021-11-201-2/+2
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-24/+16
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-084-5/+4
|
* SONAR-13328 fix SSF-106Michal Duda2020-06-191-26/+63
|
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-153-21/+122
| | | | | | * SONAR-13327 Create 'SAML_MESSAGE_IDS' table and DAO * SONAR-13327 Check SAML Message id not already exist during auth * SONAR-13327 Clean expired SAML Message ids daily
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-3/+5
|
* Minimize dependenciesJulien HENRY2020-03-191-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-073-3/+3
|
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin ↵Jacek2019-10-171-4/+2
| | | | | | | | (#2139) * remove login generation strategy * add migration to remove gh login strategy + code review fixes * support same login for new user and update login for SQ authority
* SONAR-12471 Embed LDAP authenticationJulien Lancelot2019-10-071-1/+1
|
* SONAR-12471 Embed SAML authenticationJulien Lancelot2019-10-073-0/+600