1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/admin/auth
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
..
AutoCreateForm feat: make frontend aware that OIDC can be configured through env (#7597) 2024-07-16 13:53:30 +02:00
GoogleAuth
OidcAuth feat: Make SAML dialog aware that it might be configured via env (#7606) 2024-07-17 10:57:34 +00:00
PasswordAuth
SamlAuth feat: Make SAML dialog aware that it might be configured via env (#7606) 2024-07-17 10:57:34 +00:00
ScimSettings chore: remove unused SCIM setting - assumeControlOfExisting (#8101) 2024-09-05 13:45:20 +01:00
AuthSettings.tsx fix: remove another scimApi flag (#7858) 2024-08-13 14:03:52 +02:00
SsoGroupSettings.tsx feat: make frontend aware that OIDC can be configured through env (#7597) 2024-07-16 13:53:30 +02:00