aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlAuthenticator.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24023 Rewrite tests for SamlAuthenticatorAurelien Poscia2024-12-201-12/+16
* SONAR-24012 Migrate replay attack prevention mechanismAurelien Poscia2024-12-201-7/+1
* SONAR-24023 Migrate onelogin auth to opensamlAurelien Poscia2024-12-201-168/+29
* SONAR-17786 Add jakarta request wrapper for onelogin compatibility.Matteo Mara2024-12-181-8/+4
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-181-7/+9
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20920 Add details about signature and encryption on the SAML Test pageMatteo Mara2023-11-071-1/+1
* SONAR-20921 Handle more configuration errors in SAML test pageMatteo Mara2023-11-071-4/+9
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-241-8/+15
* SONAR-18809 fix SSF-358Matteo Mara2023-03-231-3/+3
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17511 fix wrong behavior of the SAML Groups field when no value is prov...Matteo Mara2022-10-271-3/+3
* SONAR-17296 improved handling of SAML Authentication errors preventing the ha...Matteo Mara2022-10-101-2/+6
* SONAR-17296 Return an error status if the SAML login and name are not found i...Matteo Mara2022-09-161-1/+1
* SONAR-17296 Add SamlValidationRedirectionFilter and SamlValidationCallbackFil...Dimitris Kavvathas2022-09-151-1/+9
* SONAR-17296 build the callback response for displaying the SAML Authenticatio...Matteo Mara2022-09-151-0/+208