Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 12 | -12/+12 |
| | |||||
* | SONAR-24023 Handle case where encryption is enabled but signing request disabled | Aurelien Poscia | 2024-12-23 | 1 | -1/+35 |
| | |||||
* | SONAR-24007 Implement migration tests | Nolwenn Cadic | 2024-12-20 | 4 | -43/+24 |
| | |||||
* | SONAR-24023 Rewrite tests for SamlAuthenticator | Aurelien Poscia | 2024-12-20 | 5 | -68/+180 |
| | |||||
* | SONAR-24024 Fix diagnostic tests | Aurelien Poscia | 2024-12-20 | 1 | -137/+93 |
| | |||||
* | SONAR-24012 Migrate replay attack prevention mechanism | Aurelien Poscia | 2024-12-20 | 3 | -4/+98 |
| | |||||
* | SONAR-24023 Remove onelogin dependency | Aurelien Poscia | 2024-12-20 | 1 | -4/+1 |
| | |||||
* | SONAR-24023 Add tests for SamlPrivateKeyConverter and SamlCertificateConverter | Aurelien Poscia | 2024-12-20 | 2 | -0/+197 |
| | |||||
* | SONAR-24023 Added test for SonarqubeRelyingPartyRegistrationRepository + ↵ | Aurelien Poscia | 2024-12-20 | 5 | -312/+244 |
| | | | | refactoring | ||||
* | SONAR-24023 Add PrincipalToUserIdentityConverterTest | Aurelien Poscia | 2024-12-20 | 2 | -21/+168 |
| | |||||
* | SONAR-24023 Migrate onelogin auth to opensaml | Aurelien Poscia | 2024-12-20 | 2 | -1/+11 |
| | |||||
* | SONAR-17786 Add jakarta request wrapper for onelogin compatibility. | Matteo Mara | 2024-12-18 | 2 | -0/+311 |
| | |||||
* | SONAR-19122 Upgrade to Spring 6 | Jacek Poreda | 2024-12-18 | 1 | -8/+8 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 5 | -5/+5 |
| | |||||
* | SONAR-20920 Add details about signature and encryption on the SAML Test page | Matteo Mara | 2023-11-07 | 2 | -15/+120 |
| | |||||
* | SONAR-20921 Handle more configuration errors in SAML test page | Matteo Mara | 2023-11-07 | 1 | -2/+51 |
| | |||||
* | SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classes | Antoine Vinot | 2023-04-24 | 2 | -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 headers | Steve Marion | 2023-04-11 | 1 | -20/+4 |
| | |||||
* | SONAR-18809 fix SSF-358 | Matteo Mara | 2023-03-23 | 2 | -1/+6 |
| | | | | Co-authored-by: Ambroise C <ambroise.christea@sonarsource.com> | ||||
* | SONAR-18805 improve validation of the SAML authentication when login or name ↵ | Matteo Mara | 2023-03-21 | 1 | -1/+18 |
| | | | | is empty | ||||
* | SONAR-18679 update its sonar auth | Léo Geoffroy | 2023-03-17 | 2 | -531/+0 |
| | |||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 7 | -7/+7 |
| | |||||
* | SONAR-17511 fix wrong behavior of the SAML Groups field when no value is ↵ | Matteo Mara | 2022-10-27 | 1 | -0/+1 |
| | | | | provided. | ||||
* | SONAR-17296 improved handling of SAML Authentication errors preventing the ↵ | Matteo Mara | 2022-10-10 | 2 | -0/+51 |
| | | | | handshake to start. | ||||
* | SONAR-17296 sanitize SAML response fields | Matteo Mara | 2022-09-26 | 1 | -22/+1 |
| | |||||
* | SONAR-17296 Return an error status if the SAML login and name are not found ↵ | Matteo Mara | 2022-09-16 | 2 | -14/+62 |
| | | | | in the response attributes | ||||
* | SONAR-17296 Add SamlValidationRedirectionFilter and ↵ | Dimitris Kavvathas | 2022-09-15 | 1 | -5/+3 |
| | | | | SamlValidationCallbackFilter to show SAML validation status page. | ||||
* | SONAR-17296 action for generating SAML request | Steve Marion | 2022-09-15 | 1 | -11/+6 |
| | | | | Create action for generating SAML request with test purpose relay-state. | ||||
* | SONAR-17296 build the callback response for displaying the SAML ↵ | Matteo Mara | 2022-09-15 | 4 | -3/+274 |
| | | | | Authentication status. | ||||
* | SONAR-16492 Log clear message when private key is not in PKCS8 format | Zipeng WU | 2022-07-14 | 1 | -0/+19 |
| | |||||
* | SONAR-16498 Documentation of the new SAML signature and encryption settings | Matteo Mara | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | SONAR-16493 Add SAML option for enabling signed service provider requests ↵ | Dimitris Kavvathas | 2022-06-21 | 3 | -7/+36 |
| | | | | and a new input for the service provider certificate. | ||||
* | SONAR-16492 Allow SonarQube to support encrypted SAML responses | Zipeng WU | 2022-06-21 | 3 | -3/+35 |
| | |||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 1 | -4/+3 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 4 | -4/+4 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 1 | -2/+2 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 1 | -24/+16 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 4 | -5/+4 |
| | |||||
* | SONAR-13328 fix SSF-106 | Michal Duda | 2020-06-19 | 1 | -26/+63 |
| | |||||
* | SONAR-13327 Fix SSF-107 | Julien Lancelot | 2020-06-15 | 3 | -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 variables | Michal Duda | 2020-04-14 | 2 | -3/+5 |
| | |||||
* | Minimize dependencies | Julien HENRY | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 3 | -3/+3 |
| | |||||
* | SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin ↵ | Jacek | 2019-10-17 | 1 | -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 authentication | Julien Lancelot | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | SONAR-12471 Embed SAML authentication | Julien Lancelot | 2019-10-07 | 3 | -0/+600 |