aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-saml/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-17511 fix wrong behavior of the SAML Groups field when no value is prov...Matteo Mara2022-10-272-3/+4
* SONAR-17296 improved handling of SAML Authentication errors preventing the ha...Matteo Mara2022-10-104-2/+65
* SONAR-17296 sanitize SAML response fieldsMatteo Mara2022-09-265-270/+29
* SONAR-17296 improve the handlign of the SAML Response attributes in the confi...Matteo Mara2022-09-233-3/+6
* SONAR-17296 Return an error status if the SAML login and name are not found i...Matteo Mara2022-09-164-17/+92
* SONAR-17296 Add SamlValidationRedirectionFilter and SamlValidationCallbackFil...Dimitris Kavvathas2022-09-154-23/+21
* SONAR-17296 action for generating SAML requestSteve Marion2022-09-152-13/+7
* SONAR-17296 build the callback response for displaying the SAML Authenticatio...Matteo Mara2022-09-1513-132/+1173
* SONAR-17296 SAML auth test result HTML templateJeremy Davis2022-09-091-0/+208
* SONAR-17233 improve SAML configuration fields descriptionsMatteo Mara2022-08-291-8/+8
* SONAR-17226 Display authentication-related settings in a more intuitive wayRevanshu Paliwal2022-08-251-1/+1
* SONAR-16492 Log clear message when private key is not in PKCS8 formatZipeng WU2022-07-143-5/+26
* SONAR-16498 Documentation of the new SAML signature and encryption settingsMatteo Mara2022-06-212-3/+3
* SONAR-16493 Add SAML signature and encryption properties to audit logsMatteo Mara2022-06-211-1/+1
* SONAR-16493 Add SAML option for enabling signed service provider requests and...Dimitris Kavvathas2022-06-215-12/+79
* SONAR-16492 Allow SonarQube to support encrypted SAML responsesZipeng WU2022-06-2111-8/+58
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-4/+3
* Update license headers for 2022 [update headers]Pierre2022-01-289-9/+9
* Improve code qualityDuarte Meneses2021-11-201-2/+2
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-24/+16
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-271-12/+12
* SONAR-14684 Fix SSF-151Philippe Perrin2021-04-151-0/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-089-11/+9
* SONAR-13328 fix SSF-106Michal Duda2020-06-197-34/+102
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-156-22/+186
* 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-077-7/+7
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-172-5/+2
* SONAR-12471 Embed LDAP authenticationJulien Lancelot2019-10-071-1/+1
* SONAR-12471 Embed SAML authenticationJulien Lancelot2019-10-0712-0/+1042