]> source.dussan.org Git - sonarqube.git/commit
SONAR-18662 Improve Admin experience for SAML/SCIM configuration
authorMathieu Suen <mathieu.suen@sonarsource.com>
Thu, 16 Mar 2023 10:59:25 +0000 (11:59 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 22 Mar 2023 20:04:08 +0000 (20:04 +0000)
commitbb83673c23576d3b486aa42836356ae321016ce6
tree6f1d4ad4698a25bb7e77e877963de220b13ddbfa
parent168dc5e1454f76ef9916f9de4095a074fa847b2d
SONAR-18662 Improve Admin experience for SAML/SCIM configuration
21 files changed:
server/sonar-web/src/main/js/api/mocks/AuthenticationServiceMock.ts
server/sonar-web/src/main/js/api/settings.ts
server/sonar-web/src/main/js/apps/quality-profiles/styles.css
server/sonar-web/src/main/js/apps/settings/components/DefinitionDescription.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/DefinitionRenderer.tsx
server/sonar-web/src/main/js/apps/settings/components/PageHeader.tsx
server/sonar-web/src/main/js/apps/settings/components/SubCategoryDefinitionsList.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/Authentication.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlAuthentication.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlConfigurationForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlFormField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlSecuredField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlToggleField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/__tests__/Authentication-it.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useLoadSamlSettings.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/styles.css
server/sonar-web/src/main/js/components/controls/RadioCard.tsx
server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts [new file with mode: 0644]
server/sonar-web/src/main/js/types/features.ts
server/sonar-web/src/main/js/types/settings.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties