keycloak-scim/src
Erik Jan de Wit 84da777693
initial version of an endpoint (#3095)
* initial version of an endpoint

* added open-api yaml

* changed to list available added mapping to own domain model

* added search and roles endpoint

* use new endpoints

* removed `Representation` suffix and made id role and client mandatory fields

* fixed test
2022-08-20 10:10:36 +02:00
..
authentication Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
client-scopes Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
clients Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
components initial version of an endpoint (#3095) 2022-08-20 10:10:36 +02:00
context Add display names to contexts (#3032) 2022-08-03 15:15:04 +02:00
dashboard Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
events Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
groups Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
identity-providers Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
realm Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
realm-roles Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
realm-settings Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
sessions Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
user Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
user-federation Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
utils Add utility function to join paths (#3060) 2022-08-05 15:46:51 +02:00
App.tsx Use CompatRoute for routes that can be migrated (#3113) 2022-08-16 15:08:44 +02:00
environment.ts Upload server log after running Cypress tests (#2341) 2022-04-05 09:20:00 +02:00
ForbiddenSection.tsx Use new JSX transformation for React (#3033) 2022-08-03 14:12:07 +02:00
help-urls.ts Improved Learn More links (#2650) 2022-05-17 10:26:32 +02:00
i18n.ts Fixed path for loading resource bundles (#3074) 2022-08-09 11:39:38 +02:00
index.css Replace Snowpack with Vite (#2936) 2022-08-02 14:11:38 +02:00
main.tsx Use new JSX transformation for React (#3033) 2022-08-03 14:12:07 +02:00
PageHeader.tsx Use new JSX transformation for React (#3033) 2022-08-03 14:12:07 +02:00
PageNav.tsx Replace 'useHistory' with React Router v6 APIs (#3115) 2022-08-16 15:09:14 +02:00
PageNotFoundSection.tsx Use new JSX transformation for React (#3033) 2022-08-03 14:12:07 +02:00
route-config.ts Use CompatRoute for routes that can be migrated (#3113) 2022-08-16 15:08:44 +02:00
util.test.ts Work around object collisions in forms (#3035) 2022-08-09 10:32:16 +02:00
util.ts Work around object collisions in forms (#3035) 2022-08-09 10:32:16 +02:00
vite-env.d.ts Replace Snowpack with Vite (#2936) 2022-08-02 14:11:38 +02:00