aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-saml/src/main
Commit message (Collapse)AuthorAgeFilesLines
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-3/+2
|
* Update license templates for 2023Pierre2023-01-029-9/+9
|
* SONAR-17511 fix wrong behavior of the SAML Groups field when no value is ↵Matteo Mara2022-10-271-3/+3
| | | | provided.
* SONAR-17296 improved handling of SAML Authentication errors preventing the ↵Matteo Mara2022-10-102-2/+14
| | | | handshake to start.
* SONAR-17296 sanitize SAML response fieldsMatteo Mara2022-09-262-30/+17
|
* SONAR-17296 improve the handlign of the SAML Response attributes in the ↵Matteo Mara2022-09-231-1/+2
| | | | configuration testign page
* SONAR-17296 Return an error status if the SAML login and name are not found ↵Matteo Mara2022-09-162-3/+30
| | | | in the response attributes
* SONAR-17296 Add SamlValidationRedirectionFilter and ↵Dimitris Kavvathas2022-09-153-18/+18
| | | | SamlValidationCallbackFilter to show SAML validation status page.
* SONAR-17296 action for generating SAML requestSteve Marion2022-09-151-2/+1
| | | | Create action for generating SAML request with test purpose relay-state.
* SONAR-17296 build the callback response for displaying the SAML ↵Matteo Mara2022-09-156-129/+482
| | | | Authentication status.
* 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-142-5/+7
|
* SONAR-16498 Documentation of the new SAML signature and encryption settingsMatteo Mara2022-06-211-2/+2
|
* 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 ↵Dimitris Kavvathas2022-06-212-5/+43
| | | | and a new input for the service provider certificate.
* SONAR-16492 Allow SonarQube to support encrypted SAML responsesZipeng WU2022-06-212-0/+17
|
* Update license headers for 2022 [update headers]Pierre2022-01-285-5/+5
|
* 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-085-6/+5
|
* SONAR-13328 fix SSF-106Michal Duda2020-06-191-4/+34
|
* SONAR-13327 Fix SSF-107Julien Lancelot2020-06-153-1/+64
| | | | | | * 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
* Format all headers for 2020Wouter Admiraal2020-01-074-4/+4
|
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin ↵Jacek2019-10-171-1/+0
| | | | | | | | (#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 SAML authenticationJulien Lancelot2019-10-074-0/+432