Thomas Heartman
b2c58102dd
chore(unl-204): remove uses of toast text and confetti ( #8941 )
...
As of PR #8935 , we no longer support both text and title, and confetti
has been removed.
This PR:
- removes `confetti` from the toast interface
- merges `text` and `title` into `text` and updates its uses across the
codebase.
- readjusts the text where necessary.
2024-12-10 13:38:04 +00:00
Nuno Góis
355b3eb58a
chore: remove unused SCIM setting - assumeControlOfExisting ( #8101 )
...
This property is unused and should be removed.
This fixes a logged schema error:
```
Invalid response: {
"schema": "#/components/schemas/scimSettingsSchema",
"errors": [
{
"instancePath": "",
"schemaPath": "#/required",
"keyword": "required",
"params": {
"missingProperty": "assumeControlOfExisting"
},
"message": "must have required property 'assumeControlOfExisting'"
}
]
}
```
2024-09-05 13:45:20 +01:00
David Leek
793cd76e93
feat: move SCIM config into separate tab ( #7055 )
...
Moves SCIM config back into separate tab

2024-05-16 08:01:32 +02:00
David Leek
0ac9624caf
fix: fix UI issues with SCIM new token button ( #6948 )
...
Makes the regenerate token button in SCIM settings behave like the rest
of the grid (remove margin left, add margin bottom)

2024-04-26 14:31:53 +02:00
David Leek
d1bb65bebd
feat: scim assume control UI - move scim into sso configs ( #6929 )
...
- Adds support for the configuration option for SCIM taking over control
of users and groups
- Moves SCIM settings into SSO config pages (OIDC and SAML). SCIM
registers a callback to be invoked when saving in a parent SSO config
page
2024-04-25 15:39:56 +02:00
Nuno Góis
032419aa76
chore: SCIM settings UI ( #6800 )
...
https://linear.app/unleash/issue/2-1981/ui-allow-users-to-set-up-scim
Adds UI for Provisioning (SCIM) settings.



2024-04-09 15:26:35 +01:00