@keycloak/keycloak-admin-ui 26.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +202 -0
- package/README.md +59 -0
- package/lib/.vite/manifest.json +105 -0
- package/lib/App.d.ts +1 -0
- package/lib/Banners.d.ts +1 -0
- package/lib/CreateFlow-Cs5xTx-G.js +80 -0
- package/lib/CreateFlow-Cs5xTx-G.js.map +1 -0
- package/lib/DetailOrganization-qj8m2QUy.js +130 -0
- package/lib/DetailOrganization-qj8m2QUy.js.map +1 -0
- package/lib/ExecutorForm-DwNxoZuZ.js +198 -0
- package/lib/ExecutorForm-DwNxoZuZ.js.map +1 -0
- package/lib/FlowDetails-BMYNGuYV.js +10593 -0
- package/lib/FlowDetails-BMYNGuYV.js.map +1 -0
- package/lib/ForbiddenSection.d.ts +6 -0
- package/lib/NewOrganization-FsgFNfEd.js +36 -0
- package/lib/NewOrganization-FsgFNfEd.js.map +1 -0
- package/lib/PageHeader.d.ts +1 -0
- package/lib/PageNav.d.ts +1 -0
- package/lib/PageNotFoundSection.d.ts +1 -0
- package/lib/PermissionDetails-9Ej9jFpb.js +413 -0
- package/lib/PermissionDetails-9Ej9jFpb.js.map +1 -0
- package/lib/ResourceDetails-apuGPq7h.js +286 -0
- package/lib/ResourceDetails-apuGPq7h.js.map +1 -0
- package/lib/Root.d.ts +1 -0
- package/lib/ScopeDetails-CxuBwUaZ.js +153 -0
- package/lib/ScopeDetails-CxuBwUaZ.js.map +1 -0
- package/lib/admin-client.d.ts +10 -0
- package/lib/authentication/AuthenticationSection.d.ts +14 -0
- package/lib/authentication/BindFlowDialog.d.ts +6 -0
- package/lib/authentication/BuildInLabel.d.ts +1 -0
- package/lib/authentication/DuplicateFlowModal.d.ts +8 -0
- package/lib/authentication/EditFlowModal.d.ts +7 -0
- package/lib/authentication/EmptyExecutionState.d.ts +10 -0
- package/lib/authentication/FlowDetails.d.ts +3 -0
- package/lib/authentication/RequiredActions.d.ts +1 -0
- package/lib/authentication/components/AddFlowDropdown.d.ts +10 -0
- package/lib/authentication/components/DraggableTable.d.ts +20 -0
- package/lib/authentication/components/EditFlow.d.ts +7 -0
- package/lib/authentication/components/ExecutionConfigModal.d.ts +6 -0
- package/lib/authentication/components/FlowDiagram.d.ts +6 -0
- package/lib/authentication/components/FlowHeader.d.ts +1 -0
- package/lib/authentication/components/FlowRequirementDropdown.d.ts +7 -0
- package/lib/authentication/components/FlowRow.d.ts +14 -0
- package/lib/authentication/components/FlowTitle.d.ts +7 -0
- package/lib/authentication/components/RequiredActionConfigModal.d.ts +7 -0
- package/lib/authentication/components/UsedBy.d.ts +6 -0
- package/lib/authentication/components/diagram/ButtonEdge.d.ts +13 -0
- package/lib/authentication/components/diagram/ConditionalNode.d.ts +8 -0
- package/lib/authentication/components/diagram/SubFlowNode.d.ts +13 -0
- package/lib/authentication/components/diagram/auto-layout.d.ts +3 -0
- package/lib/authentication/components/modals/AddStepModal.d.ts +9 -0
- package/lib/authentication/components/modals/AddSubFlowModal.d.ts +14 -0
- package/lib/authentication/execution-model.d.ts +25 -0
- package/lib/authentication/form/CreateFlow.d.ts +1 -0
- package/lib/authentication/form/NameDescription.d.ts +1 -0
- package/lib/authentication/policies/CibaPolicy.d.ts +7 -0
- package/lib/authentication/policies/OtpPolicy.d.ts +7 -0
- package/lib/authentication/policies/PasswordPolicy.d.ts +7 -0
- package/lib/authentication/policies/Policies.d.ts +1 -0
- package/lib/authentication/policies/PolicyRow.d.ts +7 -0
- package/lib/authentication/policies/WebauthnPolicy.d.ts +8 -0
- package/lib/authentication/policies/util.d.ts +10 -0
- package/lib/authentication/routes/Authentication.d.ts +10 -0
- package/lib/authentication/routes/CreateFlow.d.ts +7 -0
- package/lib/authentication/routes/Flow.d.ts +11 -0
- package/lib/authentication/routes.d.ts +3 -0
- package/lib/client-scopes/ChangeTypeDropdown.d.ts +8 -0
- package/lib/client-scopes/ClientScopesSection.d.ts +1 -0
- package/lib/client-scopes/CreateClientScope.d.ts +1 -0
- package/lib/client-scopes/EditClientScope.d.ts +1 -0
- package/lib/client-scopes/add/MapperDialog.d.ts +12 -0
- package/lib/client-scopes/details/MapperList.d.ts +13 -0
- package/lib/client-scopes/details/MappingDetails.d.ts +1 -0
- package/lib/client-scopes/details/ScopeForm.d.ts +8 -0
- package/lib/client-scopes/details/SearchFilter.d.ts +22 -0
- package/lib/client-scopes/routes/ClientScope.d.ts +10 -0
- package/lib/client-scopes/routes/ClientScopes.d.ts +7 -0
- package/lib/client-scopes/routes/Mapper.d.ts +9 -0
- package/lib/client-scopes/routes/NewClientScope.d.ts +7 -0
- package/lib/client-scopes/routes.d.ts +3 -0
- package/lib/clients/AdvancedTab.d.ts +11 -0
- package/lib/clients/ClientDescription.d.ts +6 -0
- package/lib/clients/ClientDetails.d.ts +7 -0
- package/lib/clients/ClientSessions.d.ts +6 -0
- package/lib/clients/ClientSettings.d.ts +7 -0
- package/lib/clients/ClientsSection.d.ts +1 -0
- package/lib/clients/add/AccessSettings.d.ts +2 -0
- package/lib/clients/add/CapabilityConfig.d.ts +6 -0
- package/lib/clients/add/GeneralSettings.d.ts +1 -0
- package/lib/clients/add/LoginSettings.d.ts +5 -0
- package/lib/clients/add/LoginSettingsPanel.d.ts +3 -0
- package/lib/clients/add/LogoutPanel.d.ts +2 -0
- package/lib/clients/add/NewClientForm.d.ts +1 -0
- package/lib/clients/add/SamlConfig.d.ts +9 -0
- package/lib/clients/add/SamlSignature.d.ts +1 -0
- package/lib/clients/advanced/AddHostDialog.d.ts +8 -0
- package/lib/clients/advanced/AdvancedSettings.d.ts +8 -0
- package/lib/clients/advanced/ApplicationUrls.d.ts +5 -0
- package/lib/clients/advanced/AuthenticationOverrides.d.ts +8 -0
- package/lib/clients/advanced/ClusteringPanel.d.ts +2 -0
- package/lib/clients/advanced/FineGrainOpenIdConnect.d.ts +7 -0
- package/lib/clients/advanced/FineGrainSamlEndpointConfig.d.ts +6 -0
- package/lib/clients/advanced/OpenIdConnectCompatibilityModes.d.ts +7 -0
- package/lib/clients/advanced/TokenLifespan.d.ts +9 -0
- package/lib/clients/authorization/AuthorizationDataModal.d.ts +6 -0
- package/lib/clients/authorization/AuthorizationEvaluate.d.ts +36 -0
- package/lib/clients/authorization/AuthorizationEvaluateResource.d.ts +8 -0
- package/lib/clients/authorization/AuthorizationEvaluateResourcePolicies.d.ts +10 -0
- package/lib/clients/authorization/AuthorizationExport.d.ts +1 -0
- package/lib/clients/authorization/DecisionStrategySelect.d.ts +7 -0
- package/lib/clients/authorization/DeleteScopeDialog.d.ts +11 -0
- package/lib/clients/authorization/DetailCell.d.ts +7 -0
- package/lib/clients/authorization/DetailDescription.d.ts +12 -0
- package/lib/clients/authorization/EmptyPermissionsState.d.ts +7 -0
- package/lib/clients/authorization/ImportDialog.d.ts +7 -0
- package/lib/clients/authorization/KeyBasedAttributeInput.d.ts +16 -0
- package/lib/clients/authorization/MoreLabel.d.ts +5 -0
- package/lib/clients/authorization/NewPolicyDialog.d.ts +8 -0
- package/lib/clients/authorization/PermissionDetails.d.ts +1 -0
- package/lib/clients/authorization/Permissions.d.ts +6 -0
- package/lib/clients/authorization/Policies.d.ts +6 -0
- package/lib/clients/authorization/ResourceDetails.d.ts +1 -0
- package/lib/clients/authorization/Resources.d.ts +6 -0
- package/lib/clients/authorization/ResourcesPolicySelect.d.ts +12 -0
- package/lib/clients/authorization/ScopeDetails.d.ts +1 -0
- package/lib/clients/authorization/ScopePicker.d.ts +3 -0
- package/lib/clients/authorization/ScopeSelect.d.ts +7 -0
- package/lib/clients/authorization/Scopes.d.ts +12 -0
- package/lib/clients/authorization/SearchDropdown.d.ts +17 -0
- package/lib/clients/authorization/Settings.d.ts +5 -0
- package/lib/clients/authorization/evaluate/Results.d.ts +8 -0
- package/lib/clients/authorization/policy/Aggregate.d.ts +1 -0
- package/lib/clients/authorization/policy/Client.d.ts +1 -0
- package/lib/clients/authorization/policy/ClientScope.d.ts +5 -0
- package/lib/clients/authorization/policy/Group.d.ts +5 -0
- package/lib/clients/authorization/policy/JavaScript.d.ts +1 -0
- package/lib/clients/authorization/policy/LogicSelector.d.ts +5 -0
- package/lib/clients/authorization/policy/NameDescription.d.ts +5 -0
- package/lib/clients/authorization/policy/PolicyDetails.d.ts +2 -0
- package/lib/clients/authorization/policy/Regex.d.ts +1 -0
- package/lib/clients/authorization/policy/Role.d.ts +1 -0
- package/lib/clients/authorization/policy/Time.d.ts +1 -0
- package/lib/clients/authorization/policy/User.d.ts +1 -0
- package/lib/clients/credentials/ClientSecret.d.ts +7 -0
- package/lib/clients/credentials/Credentials.d.ts +7 -0
- package/lib/clients/credentials/SignedJWT.d.ts +5 -0
- package/lib/clients/credentials/X509.d.ts +1 -0
- package/lib/clients/import/ImportForm.d.ts +1 -0
- package/lib/clients/initial-access/AccessTokenDialog.d.ts +6 -0
- package/lib/clients/initial-access/CreateInitialAccessToken.d.ts +1 -0
- package/lib/clients/initial-access/InitialAccessTokenList.d.ts +1 -0
- package/lib/clients/keys/Certificate.d.ts +10 -0
- package/lib/clients/keys/ExportSamlKeyDialog.d.ts +8 -0
- package/lib/clients/keys/GenerateKeyDialog.d.ts +15 -0
- package/lib/clients/keys/ImportKeyDialog.d.ts +15 -0
- package/lib/clients/keys/Keys.d.ts +7 -0
- package/lib/clients/keys/SamlImportKeyDialog.d.ts +8 -0
- package/lib/clients/keys/SamlKeys.d.ts +8 -0
- package/lib/clients/keys/SamlKeysDialog.d.ts +15 -0
- package/lib/clients/keys/StoreSettings.d.ts +4 -0
- package/lib/clients/registration/AddProviderDialog.d.ts +6 -0
- package/lib/clients/registration/ClientRegistration.d.ts +1 -0
- package/lib/clients/registration/ClientRegistrationList.d.ts +5 -0
- package/lib/clients/registration/DetailProvider.d.ts +1 -0
- package/lib/clients/roles/CreateClientRole.d.ts +1 -0
- package/lib/clients/routes/AddClient.d.ts +7 -0
- package/lib/clients/routes/AddRegistrationProvider.d.ts +12 -0
- package/lib/clients/routes/AuthenticationTab.d.ts +10 -0
- package/lib/clients/routes/Client.d.ts +10 -0
- package/lib/clients/routes/ClientRegistration.d.ts +9 -0
- package/lib/clients/routes/ClientRole.d.ts +11 -0
- package/lib/clients/routes/ClientScopeTab.d.ts +10 -0
- package/lib/clients/routes/Clients.d.ts +10 -0
- package/lib/clients/routes/CreateInitialAccessToken.d.ts +7 -0
- package/lib/clients/routes/DedicatedScopeDetails.d.ts +11 -0
- package/lib/clients/routes/ImportClient.d.ts +7 -0
- package/lib/clients/routes/Mapper.d.ts +9 -0
- package/lib/clients/routes/NewPermission.d.ts +12 -0
- package/lib/clients/routes/NewPolicy.d.ts +9 -0
- package/lib/clients/routes/NewResource.d.ts +8 -0
- package/lib/clients/routes/NewRole.d.ts +8 -0
- package/lib/clients/routes/NewScope.d.ts +8 -0
- package/lib/clients/routes/PermissionDetails.d.ts +11 -0
- package/lib/clients/routes/PolicyDetails.d.ts +10 -0
- package/lib/clients/routes/Resource.d.ts +10 -0
- package/lib/clients/routes/Scope.d.ts +10 -0
- package/lib/clients/routes.d.ts +3 -0
- package/lib/clients/scopes/AddScopeDialog.d.ts +14 -0
- package/lib/clients/scopes/ClientScopes.d.ts +13 -0
- package/lib/clients/scopes/CopyToClipboardButton.d.ts +8 -0
- package/lib/clients/scopes/DedicatedScope.d.ts +6 -0
- package/lib/clients/scopes/DedicatedScopes.d.ts +1 -0
- package/lib/clients/scopes/EvaluateScopes.d.ts +5 -0
- package/lib/clients/scopes/GeneratedCodeTab.d.ts +8 -0
- package/lib/clients/service-account/ServiceAccount.d.ts +6 -0
- package/lib/clients/utils.d.ts +29 -0
- package/lib/components/SwitchControl.d.ts +4 -0
- package/lib/components/bread-crumb/GroupBreadCrumbs.d.ts +1 -0
- package/lib/components/bread-crumb/PageBreadCrumbs.d.ts +1 -0
- package/lib/components/client/ClientSelect.d.ts +7 -0
- package/lib/components/client-scope/ClientScopeTypes.d.ts +33 -0
- package/lib/components/confirm-dialog/ConfirmDialog.d.ts +21 -0
- package/lib/components/download-dialog/DownloadDialog.d.ts +8 -0
- package/lib/components/dropdown-panel/DropdownPanel.d.ts +10 -0
- package/lib/components/dynamic/BooleanComponent.d.ts +2 -0
- package/lib/components/dynamic/ClientSelectComponent.d.ts +2 -0
- package/lib/components/dynamic/DynamicComponents.d.ts +9 -0
- package/lib/components/dynamic/FileComponent.d.ts +2 -0
- package/lib/components/dynamic/GroupComponent.d.ts +2 -0
- package/lib/components/dynamic/ListComponent.d.ts +2 -0
- package/lib/components/dynamic/MapComponent.d.ts +2 -0
- package/lib/components/dynamic/MultivaluedListComponent.d.ts +2 -0
- package/lib/components/dynamic/MultivaluedStringComponent.d.ts +2 -0
- package/lib/components/dynamic/PasswordComponent.d.ts +2 -0
- package/lib/components/dynamic/RoleComponent.d.ts +2 -0
- package/lib/components/dynamic/ScriptComponent.d.ts +2 -0
- package/lib/components/dynamic/StringComponent.d.ts +2 -0
- package/lib/components/dynamic/TextComponent.d.ts +2 -0
- package/lib/components/dynamic/UrlComponent.d.ts +2 -0
- package/lib/components/dynamic/UserProfileAttributeListComponent.d.ts +2 -0
- package/lib/components/dynamic/components.d.ts +13 -0
- package/lib/components/error/ErrorRenderer.d.ts +2 -0
- package/lib/components/external-link/FormattedLink.d.ts +5 -0
- package/lib/components/form/FixedButtonGroup.d.ts +12 -0
- package/lib/components/form/FormAccess.d.ts +29 -0
- package/lib/components/group/GroupPath.d.ts +7 -0
- package/lib/components/group/GroupPickerDialog.d.ts +15 -0
- package/lib/components/help-enabler/HelpHeader.d.ts +1 -0
- package/lib/components/json-file-upload/FileUploadForm.d.ts +13 -0
- package/lib/components/json-file-upload/JsonFileUpload.d.ts +5 -0
- package/lib/components/json-file-upload/patternfly/FileUpload.d.ts +73 -0
- package/lib/components/json-file-upload/patternfly/FileUploadField.d.ts +67 -0
- package/lib/components/json-file-upload/patternfly/fileUtils.d.ts +12 -0
- package/lib/components/key-value-form/AttributeForm.d.ts +15 -0
- package/lib/components/key-value-form/KeySelect.d.ts +7 -0
- package/lib/components/key-value-form/KeyValueInput.d.ts +13 -0
- package/lib/components/key-value-form/ValueSelect.d.ts +8 -0
- package/lib/components/key-value-form/key-value-convert.d.ts +7 -0
- package/lib/components/keycloak-card/ClickableCard.d.ts +6 -0
- package/lib/components/keycloak-card/KeycloakCard.d.ts +11 -0
- package/lib/components/keycloak-spinner/KeycloakSpinner.d.ts +1 -0
- package/lib/components/multi-line-input/MultiLineInput.d.ts +9 -0
- package/lib/components/permission-tab/PermissionTab.d.ts +7 -0
- package/lib/components/realm-selector/RealmSelector.d.ts +1 -0
- package/lib/components/role-form/RoleForm.d.ts +11 -0
- package/lib/components/role-mapping/AddRoleMappingModal.d.ts +12 -0
- package/lib/components/role-mapping/RoleMapping.d.ts +55 -0
- package/lib/components/role-mapping/queries.d.ts +9 -0
- package/lib/components/role-mapping/resource.d.ts +40 -0
- package/lib/components/roles-list/RolesList.d.ts +13 -0
- package/lib/components/routable-tabs/RoutableTabs.d.ts +15 -0
- package/lib/components/time-selector/TimeSelector.d.ts +11 -0
- package/lib/components/time-selector/TimeSelectorControl.d.ts +13 -0
- package/lib/components/time-selector/TimeSelectorForm.d.ts +6 -0
- package/lib/components/users/UserDataTable.d.ts +10 -0
- package/lib/components/users/UserDataTableAttributeSearchForm.d.ts +12 -0
- package/lib/components/users/UserDataTableToolbarItems.d.ts +27 -0
- package/lib/components/users/UserSelect.d.ts +8 -0
- package/lib/components/view-header/ViewHeader.d.ts +25 -0
- package/lib/components/wizard-section-header/WizardSectionHeader.d.ts +6 -0
- package/lib/context/RecentRealms.d.ts +4 -0
- package/lib/context/access/Access.d.ts +10 -0
- package/lib/context/auth/admin-ui-endpoint.d.ts +4 -0
- package/lib/context/auth/uiRealmInfo.d.ts +5 -0
- package/lib/context/realm-context/RealmContext.d.ts +11 -0
- package/lib/context/server-info/ServerInfoProvider.d.ts +6 -0
- package/lib/context/whoami/WhoAmI.d.ts +23 -0
- package/lib/dashboard/Dashboard.d.ts +1 -0
- package/lib/dashboard/ProviderInfo.d.ts +1 -0
- package/lib/dashboard/routes/Dashboard.d.ts +11 -0
- package/lib/dashboard/routes.d.ts +3 -0
- package/lib/environment.d.ts +19 -0
- package/lib/events/AdminEvents.d.ts +1 -0
- package/lib/events/EventsSection.d.ts +1 -0
- package/lib/events/ResourceLinks.d.ts +7 -0
- package/lib/events/routes/Events.d.ts +10 -0
- package/lib/events/routes.d.ts +3 -0
- package/lib/favicon.svg +63 -0
- package/lib/groups/GroupAttributes.d.ts +1 -0
- package/lib/groups/GroupRoleMapping.d.ts +6 -0
- package/lib/groups/GroupTable.d.ts +5 -0
- package/lib/groups/GroupsModal.d.ts +10 -0
- package/lib/groups/GroupsSection.d.ts +1 -0
- package/lib/groups/Members.d.ts +1 -0
- package/lib/groups/MembersModal.d.ts +8 -0
- package/lib/groups/SubGroupsContext.d.ts +12 -0
- package/lib/groups/components/CheckableTreeView.d.ts +7 -0
- package/lib/groups/components/DeleteGroup.d.ts +9 -0
- package/lib/groups/components/GroupToolbar.d.ts +7 -0
- package/lib/groups/components/GroupTree.d.ts +8 -0
- package/lib/groups/components/MoveDialog.d.ts +8 -0
- package/lib/groups/groupIdUtils.d.ts +2 -0
- package/lib/groups/routes/Groups.d.ts +10 -0
- package/lib/groups/routes.d.ts +3 -0
- package/lib/help-urls.d.ts +19 -0
- package/lib/icon.svg +55 -0
- package/lib/identity-providers/IdentityProvidersSection.d.ts +1 -0
- package/lib/identity-providers/ManageOrderDialog.d.ts +7 -0
- package/lib/identity-providers/OIDCConfigurationRepresentation.d.ts +39 -0
- package/lib/identity-providers/add/AddIdentityProvider.d.ts +1 -0
- package/lib/identity-providers/add/AddMapper.d.ts +8 -0
- package/lib/identity-providers/add/AddMapperForm.d.ts +13 -0
- package/lib/identity-providers/add/AddOpenIdConnect.d.ts +1 -0
- package/lib/identity-providers/add/AddSamlConnect.d.ts +1 -0
- package/lib/identity-providers/add/AdvancedSettings.d.ts +6 -0
- package/lib/identity-providers/add/DescriptorSettings.d.ts +5 -0
- package/lib/identity-providers/add/DetailSettings.d.ts +1 -0
- package/lib/identity-providers/add/DiscoverySettings.d.ts +5 -0
- package/lib/identity-providers/add/ExtendedNonDiscoverySettings.d.ts +1 -0
- package/lib/identity-providers/add/GeneralSettings.d.ts +6 -0
- package/lib/identity-providers/add/OIDCAuthentication.d.ts +3 -0
- package/lib/identity-providers/add/OIDCGeneralSettings.d.ts +1 -0
- package/lib/identity-providers/add/OpenIdConnectSettings.d.ts +1 -0
- package/lib/identity-providers/add/ReqAuthnConstraintsSettings.d.ts +1 -0
- package/lib/identity-providers/add/SamlConnectSettings.d.ts +1 -0
- package/lib/identity-providers/add/SamlGeneralSettings.d.ts +5 -0
- package/lib/identity-providers/component/ClientIdSecret.d.ts +4 -0
- package/lib/identity-providers/component/DiscoveryEndpointField.d.ts +8 -0
- package/lib/identity-providers/component/DisplayOrder.d.ts +1 -0
- package/lib/identity-providers/component/FormGroupField.d.ts +10 -0
- package/lib/identity-providers/component/RedirectUrl.d.ts +3 -0
- package/lib/identity-providers/component/SwitchField.d.ts +8 -0
- package/lib/identity-providers/component/TextField.d.ts +2 -0
- package/lib/identity-providers/routes/AddMapper.d.ts +10 -0
- package/lib/identity-providers/routes/EditMapper.d.ts +10 -0
- package/lib/identity-providers/routes/IdentityProvider.d.ts +11 -0
- package/lib/identity-providers/routes/IdentityProviderCreate.d.ts +8 -0
- package/lib/identity-providers/routes/IdentityProviderKeycloakOidc.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviderOidc.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviderSaml.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviders.d.ts +7 -0
- package/lib/identity-providers/routes.d.ts +3 -0
- package/lib/img_avatar.svg +33 -0
- package/lib/index-DXWy23Yd.js +65735 -0
- package/lib/index-DXWy23Yd.js.map +1 -0
- package/lib/index.d.ts +295 -0
- package/lib/keycloak-admin-ui.d.ts +2 -0
- package/lib/keycloak-admin-ui.js +309 -0
- package/lib/keycloak-admin-ui.js.map +1 -0
- package/lib/logo.svg +1 -0
- package/lib/main.d.ts +0 -0
- package/lib/organizations/DetailOraganzationHeader.d.ts +5 -0
- package/lib/organizations/DetailOrganization.d.ts +1 -0
- package/lib/organizations/IdentityProviderSelect.d.ts +7 -0
- package/lib/organizations/IdentityProviders.d.ts +1 -0
- package/lib/organizations/InviteMemberModal.d.ts +6 -0
- package/lib/organizations/LinkIdentityProviderModal.d.ts +8 -0
- package/lib/organizations/Members.d.ts +1 -0
- package/lib/organizations/NewOrganization.d.ts +1 -0
- package/lib/organizations/OrganizationForm.d.ts +11 -0
- package/lib/organizations/OrganizationModal.d.ts +9 -0
- package/lib/organizations/OrganizationsSection.d.ts +1 -0
- package/lib/organizations/routes/AddOrganization.d.ts +7 -0
- package/lib/organizations/routes/EditOrganization.d.ts +10 -0
- package/lib/organizations/routes/Organizations.d.ts +8 -0
- package/lib/organizations/routes.d.ts +3 -0
- package/lib/page/Page.d.ts +1 -0
- package/lib/page/PageHandler.d.ts +9 -0
- package/lib/page/PageList.d.ts +3 -0
- package/lib/page/routes.d.ts +16 -0
- package/lib/realm/add/NewRealmForm.d.ts +1 -0
- package/lib/realm/routes/AddRealm.d.ts +7 -0
- package/lib/realm/routes.d.ts +3 -0
- package/lib/realm-roles/CreateRealmRole.d.ts +1 -0
- package/lib/realm-roles/RealmRoleTabs.d.ts +1 -0
- package/lib/realm-roles/RealmRolesSection.d.ts +1 -0
- package/lib/realm-roles/UsersInRoleTab.d.ts +1 -0
- package/lib/realm-roles/routes/AddRole.d.ts +7 -0
- package/lib/realm-roles/routes/RealmRole.d.ts +10 -0
- package/lib/realm-roles/routes/RealmRoles.d.ts +7 -0
- package/lib/realm-roles/routes.d.ts +3 -0
- package/lib/realm-settings/AddClientProfileModal.d.ts +8 -0
- package/lib/realm-settings/AddTranslationModal.d.ts +15 -0
- package/lib/realm-settings/ClientProfileForm.d.ts +1 -0
- package/lib/realm-settings/DefaultGroupsTab.d.ts +1 -0
- package/lib/realm-settings/EmailTab.d.ts +7 -0
- package/lib/realm-settings/ExecutorForm.d.ts +1 -0
- package/lib/realm-settings/GeneralTab.d.ts +7 -0
- package/lib/realm-settings/LoginTab.d.ts +7 -0
- package/lib/realm-settings/NewAttributeSettings.d.ts +6 -0
- package/lib/realm-settings/NewClientPolicy.d.ts +1 -0
- package/lib/realm-settings/NewClientPolicyCondition.d.ts +4 -0
- package/lib/realm-settings/PartialExport.d.ts +5 -0
- package/lib/realm-settings/PartialImport.d.ts +5 -0
- package/lib/realm-settings/PoliciesTab.d.ts +1 -0
- package/lib/realm-settings/ProfilesTab.d.ts +1 -0
- package/lib/realm-settings/RealmSettingsSection.d.ts +1 -0
- package/lib/realm-settings/RealmSettingsTabs.d.ts +6 -0
- package/lib/realm-settings/SessionsTab.d.ts +7 -0
- package/lib/realm-settings/ThemesTab.d.ts +7 -0
- package/lib/realm-settings/TokensTab.d.ts +8 -0
- package/lib/realm-settings/UserRegistration.d.ts +1 -0
- package/lib/realm-settings/event-config/AddEventTypesDialog.d.ts +8 -0
- package/lib/realm-settings/event-config/EventConfigForm.d.ts +10 -0
- package/lib/realm-settings/event-config/EventListenersForm.d.ts +7 -0
- package/lib/realm-settings/event-config/EventsTab.d.ts +6 -0
- package/lib/realm-settings/event-config/EventsTypeTable.d.ts +12 -0
- package/lib/realm-settings/keys/KeysListTab.d.ts +6 -0
- package/lib/realm-settings/keys/KeysProvidersTab.d.ts +7 -0
- package/lib/realm-settings/keys/KeysTab.d.ts +1 -0
- package/lib/realm-settings/keys/key-providers/KeyProviderForm.d.ts +9 -0
- package/lib/realm-settings/keys/key-providers/KeyProviderModal.d.ts +7 -0
- package/lib/realm-settings/keys/key-providers/KeyProvidersPicker.d.ts +6 -0
- package/lib/realm-settings/localization/EffectiveMessageBundles.d.ts +6 -0
- package/lib/realm-settings/localization/LocalizationTab.d.ts +8 -0
- package/lib/realm-settings/localization/RealmOverrides.d.ts +21 -0
- package/lib/realm-settings/routes/AddAttribute.d.ts +7 -0
- package/lib/realm-settings/routes/AddClientPolicy.d.ts +7 -0
- package/lib/realm-settings/routes/AddClientProfile.d.ts +8 -0
- package/lib/realm-settings/routes/AddCondition.d.ts +8 -0
- package/lib/realm-settings/routes/AddExecutor.d.ts +8 -0
- package/lib/realm-settings/routes/Attribute.d.ts +8 -0
- package/lib/realm-settings/routes/ClientPolicies.d.ts +9 -0
- package/lib/realm-settings/routes/ClientProfile.d.ts +8 -0
- package/lib/realm-settings/routes/EditAttributesGroup.d.ts +8 -0
- package/lib/realm-settings/routes/EditClientPolicy.d.ts +8 -0
- package/lib/realm-settings/routes/EditCondition.d.ts +9 -0
- package/lib/realm-settings/routes/Executor.d.ts +9 -0
- package/lib/realm-settings/routes/KeyProvider.d.ts +10 -0
- package/lib/realm-settings/routes/KeysTab.d.ts +9 -0
- package/lib/realm-settings/routes/NewAttributesGroup.d.ts +7 -0
- package/lib/realm-settings/routes/RealmSettings.d.ts +10 -0
- package/lib/realm-settings/routes/UserProfile.d.ts +9 -0
- package/lib/realm-settings/routes.d.ts +3 -0
- package/lib/realm-settings/security-defences/BruteForceDetection.d.ts +7 -0
- package/lib/realm-settings/security-defences/HeadersForm.d.ts +7 -0
- package/lib/realm-settings/security-defences/HelpLinkTextInput.d.ts +6 -0
- package/lib/realm-settings/security-defences/SecurityDefenses.d.ts +7 -0
- package/lib/realm-settings/security-defences/Time.d.ts +5 -0
- package/lib/realm-settings/user-profile/AttributesGroupDetails.d.ts +2 -0
- package/lib/realm-settings/user-profile/AttributesGroupForm.d.ts +1 -0
- package/lib/realm-settings/user-profile/AttributesGroupTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/AttributesTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/JsonEditorTab.d.ts +1 -0
- package/lib/realm-settings/user-profile/UserProfileContext.d.ts +16 -0
- package/lib/realm-settings/user-profile/UserProfileTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/attribute/AddTranslationsDialog.d.ts +19 -0
- package/lib/realm-settings/user-profile/attribute/AddValidatorDialog.d.ts +8 -0
- package/lib/realm-settings/user-profile/attribute/AttributeAnnotations.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/AttributeGeneralSettings.d.ts +14 -0
- package/lib/realm-settings/user-profile/attribute/AttributePermission.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/AttributeValidations.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/ValidatorSelect.d.ts +7 -0
- package/lib/robots.txt +3 -0
- package/lib/root/AuthWall.d.ts +1 -0
- package/lib/routes.d.ts +15 -0
- package/lib/sessions/RevocationModal.d.ts +6 -0
- package/lib/sessions/SessionsSection.d.ts +1 -0
- package/lib/sessions/SessionsTable.d.ts +14 -0
- package/lib/sessions/routes/Sessions.d.ts +7 -0
- package/lib/sessions/routes.d.ts +3 -0
- package/lib/style.css +1 -0
- package/lib/user/CreateUser.d.ts +1 -0
- package/lib/user/EditUser.d.ts +1 -0
- package/lib/user/FederatedUserLink.d.ts +6 -0
- package/lib/user/Organizations.d.ts +1 -0
- package/lib/user/UserAttributes.d.ts +10 -0
- package/lib/user/UserConsents.d.ts +1 -0
- package/lib/user/UserCredentials.d.ts +7 -0
- package/lib/user/UserForm.d.ts +21 -0
- package/lib/user/UserGroups.d.ts +6 -0
- package/lib/user/UserIdPModal.d.ts +8 -0
- package/lib/user/UserIdentityProviderLinks.d.ts +5 -0
- package/lib/user/UserRoleMapping.d.ts +6 -0
- package/lib/user/UserSessions.d.ts +1 -0
- package/lib/user/UsersSection.d.ts +1 -0
- package/lib/user/details/SearchFilter.d.ts +9 -0
- package/lib/user/form-state.d.ts +14 -0
- package/lib/user/routes/AddUser.d.ts +7 -0
- package/lib/user/routes/User.d.ts +10 -0
- package/lib/user/routes/Users.d.ts +10 -0
- package/lib/user/routes.d.ts +3 -0
- package/lib/user/user-credentials/CredentialDataDialog.d.ts +6 -0
- package/lib/user/user-credentials/CredentialRow.d.ts +10 -0
- package/lib/user/user-credentials/InlineLabelEdit.d.ts +9 -0
- package/lib/user/user-credentials/LifespanField.d.ts +1 -0
- package/lib/user/user-credentials/RequiredActionMultiSelect.d.ts +7 -0
- package/lib/user/user-credentials/ResetCredentialDialog.d.ts +6 -0
- package/lib/user/user-credentials/ResetPasswordDialog.d.ts +15 -0
- package/lib/user/utils/user-profile.d.ts +2 -0
- package/lib/user/utils.d.ts +1 -0
- package/lib/user-federation/CreateUserFederationLdapSettings.d.ts +1 -0
- package/lib/user-federation/ManagePriorityDialog.d.ts +7 -0
- package/lib/user-federation/UserFederationKerberosSettings.d.ts +1 -0
- package/lib/user-federation/UserFederationKerberosWizard.d.ts +1 -0
- package/lib/user-federation/UserFederationLdapForm.d.ts +13 -0
- package/lib/user-federation/UserFederationLdapSettings.d.ts +1 -0
- package/lib/user-federation/UserFederationLdapWizard.d.ts +1 -0
- package/lib/user-federation/UserFederationSection.d.ts +1 -0
- package/lib/user-federation/custom/CustomProviderSettings.d.ts +1 -0
- package/lib/user-federation/custom/SyncSettings.d.ts +1 -0
- package/lib/user-federation/kerberos/KerberosSettingsRequired.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsAdvanced.d.ts +8 -0
- package/lib/user-federation/ldap/LdapSettingsConnection.d.ts +10 -0
- package/lib/user-federation/ldap/LdapSettingsGeneral.d.ts +9 -0
- package/lib/user-federation/ldap/LdapSettingsKerberosIntegration.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsSearching.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsSynchronization.d.ts +7 -0
- package/lib/user-federation/ldap/mappers/LdapMapperDetails.d.ts +1 -0
- package/lib/user-federation/ldap/mappers/LdapMapperList.d.ts +6 -0
- package/lib/user-federation/routes/CustomUserFederation.d.ts +9 -0
- package/lib/user-federation/routes/NewCustomUserFederation.d.ts +8 -0
- package/lib/user-federation/routes/NewKerberosUserFederation.d.ts +7 -0
- package/lib/user-federation/routes/NewLdapUserFederation.d.ts +7 -0
- package/lib/user-federation/routes/UserFederation.d.ts +7 -0
- package/lib/user-federation/routes/UserFederationKerberos.d.ts +8 -0
- package/lib/user-federation/routes/UserFederationLdap.d.ts +11 -0
- package/lib/user-federation/routes/UserFederationLdapMapper.d.ts +9 -0
- package/lib/user-federation/routes/UserFederationsKerberos.d.ts +7 -0
- package/lib/user-federation/routes/UserFederationsLdap.d.ts +7 -0
- package/lib/user-federation/routes.d.ts +3 -0
- package/lib/user-federation/shared/ExtendedHeader.d.ts +8 -0
- package/lib/user-federation/shared/Header.d.ts +9 -0
- package/lib/user-federation/shared/SettingsCache.d.ts +8 -0
- package/lib/util.d.ts +24 -0
- package/lib/utils/client-url.d.ts +3 -0
- package/lib/utils/generateEncodedPath.d.ts +23 -0
- package/lib/utils/getAuthorizationHeaders.d.ts +1 -0
- package/lib/utils/joinPath.d.ts +1 -0
- package/lib/utils/translationFormatter.d.ts +3 -0
- package/lib/utils/types.d.ts +4 -0
- package/lib/utils/useCurrentUser.d.ts +27 -0
- package/lib/utils/useFormatDate.d.ts +2 -0
- package/lib/utils/useIsFeatureEnabled.d.ts +14 -0
- package/lib/utils/useLocale.d.ts +1 -0
- package/lib/utils/useLocaleSort.d.ts +7 -0
- package/lib/utils/useParams.d.ts +1 -0
- package/lib/utils/useQueryPermission.d.ts +6 -0
- package/lib/utils/useToggle.d.ts +6 -0
- package/lib/utils/useUpdateEffect.d.ts +5 -0
- package/package.json +128 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type EventsTab = "user-events" | "admin-events";
|
4
|
+
export type EventsParams = {
|
5
|
+
realm: string;
|
6
|
+
tab?: EventsTab;
|
7
|
+
};
|
8
|
+
export declare const EventsRoute: AppRouteObject;
|
9
|
+
export declare const EventsRouteWithTab: AppRouteObject;
|
10
|
+
export declare const toEvents: (params: EventsParams) => Partial<Path>;
|
package/lib/favicon.svg
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<defs id="defs10">
|
3
|
+
<clipPath id="clip-path">
|
4
|
+
<path class="cls-1" id="rect4" d="M-1018.62 565.7H862.62v1175.78h-1881.24z" />
|
5
|
+
</clipPath>
|
6
|
+
<clipPath id="clip-path-2">
|
7
|
+
<path class="cls-1" id="rect7" d="M0 0h512v512H0z" />
|
8
|
+
</clipPath>
|
9
|
+
<style id="style2">.cls-1{fill:none}.cls-24{fill:#d0d0d0}.cls-26{fill:#d9d9d9}.cls-28{fill:#d8d8d8}.cls-29{fill:#e2e2e2}.cls-31{fill:#dedede}.cls-36{fill:#00b8e3}.cls-37{fill:#33c6e9}.cls-38{fill:#008aaa}</style>
|
10
|
+
</defs>
|
11
|
+
<g clip-path="url(#clip-path)" id="g36" stroke-width="1.51">
|
12
|
+
<path d="M-42.82 358l245 24.8 199.4 2z" id="path14" fill="#b17c81" stroke="#b17c81" />
|
13
|
+
<path d="M-42.82 358l444.44 26.79 227.18-2z" id="path16" fill="#a2747c" stroke="#a2747c" />
|
14
|
+
<path d="M401.62 384.74l163.69 138.89 63.49-140.87z" id="path18" fill="#996976" stroke="#996976" />
|
15
|
+
<path d="M202.22 382.76l54.56 14.88 144.84-12.9z" id="path20" fill="#aa787e" stroke="#aa787e" />
|
16
|
+
<path d="M401.62 384.74L356 537.52l209.32-13.89z" id="path22" fill="#b2777e" stroke="#b2777e" />
|
17
|
+
<path d="M256.78 397.64L356 537.52l45.63-152.78z" id="path24" fill="#b27a7f" stroke="#b27a7f" />
|
18
|
+
<path d="M256.78 397.64l-92.26 135.91 191.47 4z" id="path26" fill="#c78485" stroke="#c78485" />
|
19
|
+
<path d="M202.22 382.76l-37.7 150.79 92.26-135.91z" id="path28" fill="#c08184" stroke="#c08184" />
|
20
|
+
<path d="M-42.82 358l207.34 175.55 37.7-150.79z" id="path30" fill="#c48485" stroke="#c48485" />
|
21
|
+
<path d="M-42.82 358l-51.59 137.9 258.93 37.7z" id="path32" fill="#d58b88" stroke="#d58b88" />
|
22
|
+
<path d="M-94.41 495.85L-33.89 598l198.41-64.48z" id="path34" fill="#e09790" stroke="#e09790" />
|
23
|
+
</g>
|
24
|
+
<g clip-path="url(#clip-path-2)" id="g110">
|
25
|
+
<path d="M438.48 152a3.79 3.79 0 01-3.32-1.89L377.39 49.94a3.91 3.91 0 00-3.39-1.89H138.33a3.79 3.79 0 00-3.33 1.89L75 153.89l-55.83 100.2a3.88 3.88 0 000 3.82L75 358l60 104a3.79 3.79 0 003.32 1.89H374a3.91 3.91 0 003.36-1.89l57.84-100.1a3.79 3.79 0 013.32-1.89h71.93a4.32 4.32 0 004.32-4.32V156.32a4.32 4.32 0 00-4.32-4.32h-72z" id="path38" fill="#4d4d4d" />
|
26
|
+
<path d="M72.85 157.64l-55.191 98.369 5.871 12.931 54.845 89.592L114.19 360l287.27-.02H461l38.264-9.68 15.496-42.81.01-49.36v-45.72L510.46 152h-71.98l-22.11.01H147.94l-75.09 5.63" id="path27674" fill="#e2e2e2" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" fill-opacity="1" />
|
27
|
+
<path class="cls-1" d="M510.46 152H78.34a3.91 3.91 0 00-3.34 1.89v.07l-2.14 3.69-26.45 45.83-29.23 50.63a3.8 3.8 0 000 3.83l6.35 11L75 358.06a3.84 3.84 0 003.34 1.94h432.18a4.27 4.27 0 004.24-4.28V156.34a4.32 4.32 0 00-4.3-4.34z" id="path40" />
|
28
|
+
<path d="M88.1 245.5l-64.57 23.44-6.35-11a3.8 3.8 0 010-3.83l29.23-50.63z" id="path42" fill="#e1e1e1" />
|
29
|
+
<path id="polygon44" fill="#c8c8c8" d="M472.21 264.21l42.56-6.08v49.36l-42.56-43.28z" />
|
30
|
+
<path d="M472.21 264.21l42.55 43.28v48.21a4.27 4.27 0 01-4.24 4.28H461z" id="path46" fill="#c2c2c2" />
|
31
|
+
<path id="polygon48" fill="#c7c7c7" d="M472.21 264.21L461 359.98h-59.54l-18.04-43.45 88.79-52.32z" />
|
32
|
+
<path id="polygon50" fill="#cecece" d="M472.21 264.21l42.56-51.8v45.72l-42.56 6.08z" />
|
33
|
+
<path d="M514.77 156.33v56.08l-42.55 51.8L440.12 152h70.33a4.32 4.32 0 014.32 4.33z" id="path52" fill="#d3d3d3" />
|
34
|
+
<path id="polygon54" fill="#c6c6c6" d="M401.46 359.98h-31.4l-8.14-11.67 21.5-31.78 18.04 43.45z" />
|
35
|
+
<path id="polygon56" fill="#d5d5d5" d="M472.21 264.21l-117.79-49.79 61.95-62.41h23.75l32.09 112.2z" />
|
36
|
+
<path class="cls-24" d="M354.42 214.42l29 102.11 88.8-52.32z" id="path58" />
|
37
|
+
<path id="polygon60" fill="#bfbfbf" d="M370.06 359.98h-8.52l.38-11.67 8.14 11.67z" />
|
38
|
+
<path class="cls-26" id="polygon62" d="M416.37 152.01l-61.95 62.41-11.18-55.82 23.92-6.59h49.21z" />
|
39
|
+
<path d="M354.42 214.42l-143 33 150.5 100.89z" id="path64" fill="#d4d4d4" />
|
40
|
+
<path class="cls-24" d="M354.42 214.42l7.49 133.9 21.5-31.78z" id="path66" />
|
41
|
+
<path class="cls-26" d="M343.24 158.6l-131.77 88.79 143-33z" id="path68" />
|
42
|
+
<path class="cls-28" id="polygon70" d="M211.47 247.39L149.5 359.98h-35.31L88.1 245.5l123.37 1.89z" />
|
43
|
+
<path class="cls-29" d="M147.94 152L88.1 245.5l-15.25-87.86 2.15-3.7v-.07a3.91 3.91 0 013.33-1.87h69.61z" id="path72" />
|
44
|
+
<path class="cls-28" d="M114.19 360H78.33a3.84 3.84 0 01-3.33-2l-51.47-89.06L88.1 245.5z" id="path74" />
|
45
|
+
<path id="polygon76" fill="#e4e4e4" d="M46.41 203.47l26.44-45.83L88.1 245.5z" />
|
46
|
+
<path class="cls-31" id="polygon78" d="M276.77 152.01H172.39l39.08 95.38 131.77-88.79-39.72-6.59h-26.75z" />
|
47
|
+
<path class="cls-31" id="polygon80" d="M156.09 152.01h-8.15L88.1 245.5l123.37 1.89-39.08-95.38h-16.3z" />
|
48
|
+
<path id="polygon82" fill="#c5c5c5" d="M333.23 359.98h28.31l.38-11.67-28.69 11.67z" />
|
49
|
+
<path class="cls-24" id="polygon84" d="M361.92 348.31L211.47 247.39l27.1 112.59h94.66l28.69-11.67z" />
|
50
|
+
<path id="polygon86" fill="#d1d1d1" d="M149.5 359.98H238.57l-27.1-112.59-61.97 112.59z" />
|
51
|
+
<path id="polygon88" fill="#ddd" d="M343.65 152.01l-.41 6.59 23.92-6.59H343.65z" />
|
52
|
+
<path id="polygon90" fill="#e3e3e3" d="M303.52 152.01l39.72 6.59-3.66-6.59h-36.06z" />
|
53
|
+
<path class="cls-29" id="polygon92" d="M339.58 152.01l3.66 6.59.41-6.59h-4.07z" />
|
54
|
+
<path class="cls-36" d="M235.15 153.81L177 254.46a3.38 3.38 0 00-.42 1.64h-40.51l79.74-138.18a3.14 3.14 0 011.19 1.15l.11.11 18.08 31.41a3.49 3.49 0 01-.04 3.22z" id="path94" />
|
55
|
+
<path class="cls-37" d="M235.08 361.89l-18 31.27a3.51 3.51 0 01-1.22 1.15L136 256.14h40.6a3.09 3.09 0 00.38 1.57.37.37 0 00.07.17l58 100.58a3.41 3.41 0 01.03 3.43z" id="path96" />
|
56
|
+
<path class="cls-38" d="M215.81 117.92L136.07 256.1l-20 34.66-19.1-33.12a3.09 3.09 0 01-.38-1.57 3.38 3.38 0 01.42-1.64l19.3-33.43 58.75-101.74a3.4 3.4 0 013-1.75h36.04a3.58 3.58 0 011.71.41z" id="path98" />
|
57
|
+
<path class="cls-36" d="M215.81 394.31a3.58 3.58 0 01-1.71.45H178a3.4 3.4 0 01-3-1.75l-53.72-93-5.28-9.22 20-34.66z" id="path100" />
|
58
|
+
<path class="cls-38" d="M376.19 256.1l-79.8 138.21a3.73 3.73 0 01-1.19-1.15l-.07-.1L277 361.72a3.49 3.49 0 010-3.22l58.06-100.65a3.38 3.38 0 00.49-1.75h40.57z" id="path102" />
|
59
|
+
<path class="cls-36" d="M415.68 256.1a3.38 3.38 0 01-.49 1.75l-78.13 135.31a3.42 3.42 0 01-2.9 1.61h-36a3.72 3.72 0 01-1.75-.45l79.78-138.22 20-34.62 19 32.91a3.35 3.35 0 01.49 1.71z" id="path104" />
|
60
|
+
<path class="cls-36" d="M376.19 256.1h-40.56a3.35 3.35 0 00-.49-1.71l-58-100.55a3.41 3.41 0 010-3.46l18.08-31.3a3.73 3.73 0 011.19-1.15z" id="path106" />
|
61
|
+
<path class="cls-37" d="M396.2 221.44l-20 34.62-79.81-138.14a3.72 3.72 0 011.75-.45h36a3.42 3.42 0 012.9 1.61z" id="path108" />
|
62
|
+
</g>
|
63
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const GroupAttributes: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { default as GroupRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/groupRepresentation';
|
2
|
+
type GroupsModalProps = {
|
3
|
+
id?: string;
|
4
|
+
rename?: GroupRepresentation;
|
5
|
+
duplicateId?: string;
|
6
|
+
handleModalToggle: () => void;
|
7
|
+
refresh: (group?: GroupRepresentation) => void;
|
8
|
+
};
|
9
|
+
export declare const GroupsModal: ({ id, rename, duplicateId, handleModalToggle, refresh, }: GroupsModalProps) => import("react/jsx-runtime").JSX.Element;
|
10
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function GroupsSection(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const Members: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as UserRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/userRepresentation';
|
2
|
+
type MemberModalProps = {
|
3
|
+
membersQuery: (first?: number, max?: number) => Promise<UserRepresentation[]>;
|
4
|
+
onAdd: (users: UserRepresentation[]) => Promise<void>;
|
5
|
+
onClose: () => void;
|
6
|
+
};
|
7
|
+
export declare const MemberModal: ({ membersQuery, onAdd, onClose, }: MemberModalProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { default as GroupRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/groupRepresentation';
|
2
|
+
import { PropsWithChildren } from 'react';
|
3
|
+
type SubGroupsProps = {
|
4
|
+
subGroups: GroupRepresentation[];
|
5
|
+
setSubGroups: (group: GroupRepresentation[]) => void;
|
6
|
+
clear: () => void;
|
7
|
+
remove: (group: GroupRepresentation) => void;
|
8
|
+
currentGroup: () => GroupRepresentation | undefined;
|
9
|
+
};
|
10
|
+
export declare const SubGroups: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
11
|
+
export declare const useSubGroups: () => SubGroupsProps;
|
12
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { TreeViewDataItem } from '@patternfly/react-core';
|
2
|
+
type CheckableTreeViewProps = {
|
3
|
+
data: TreeViewDataItem[];
|
4
|
+
onSelect: (items: TreeViewDataItem[]) => void;
|
5
|
+
};
|
6
|
+
export declare const CheckableTreeView: ({ data, onSelect, }: CheckableTreeViewProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { default as GroupRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/groupRepresentation';
|
2
|
+
type DeleteConfirmProps = {
|
3
|
+
selectedRows: GroupRepresentation[];
|
4
|
+
show: boolean;
|
5
|
+
toggleDialog: () => void;
|
6
|
+
refresh: () => void;
|
7
|
+
};
|
8
|
+
export declare const DeleteGroup: ({ selectedRows, show, toggleDialog, refresh, }: DeleteConfirmProps) => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
type GroupToolbarProps = {
|
2
|
+
toggleCreate: () => void;
|
3
|
+
toggleDelete: () => void;
|
4
|
+
kebabDisabled: boolean;
|
5
|
+
};
|
6
|
+
export declare const GroupToolbar: ({ toggleCreate, toggleDelete, kebabDisabled, }: GroupToolbarProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as GroupRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/groupRepresentation';
|
2
|
+
export declare function countGroups(groups: GroupRepresentation[]): number;
|
3
|
+
type GroupTreeProps = {
|
4
|
+
refresh: () => void;
|
5
|
+
canViewDetails: boolean;
|
6
|
+
};
|
7
|
+
export declare const GroupTree: ({ refresh: viewRefresh, canViewDetails, }: GroupTreeProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as GroupRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/groupRepresentation';
|
2
|
+
type MoveDialogProps = {
|
3
|
+
source: GroupRepresentation;
|
4
|
+
onClose: () => void;
|
5
|
+
refresh: () => void;
|
6
|
+
};
|
7
|
+
export declare const MoveDialog: ({ source, onClose, refresh }: MoveDialogProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type GroupsParams = {
|
4
|
+
realm: string;
|
5
|
+
id?: string;
|
6
|
+
lazy?: string;
|
7
|
+
};
|
8
|
+
export declare const GroupsRoute: AppRouteObject;
|
9
|
+
export declare const GroupsWithIdRoute: AppRouteObject;
|
10
|
+
export declare const toGroups: (params: GroupsParams) => Partial<Path>;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
documentationUrl: string;
|
3
|
+
clientsUrl: string;
|
4
|
+
clientScopesUrl: string;
|
5
|
+
realmRolesUrl: string;
|
6
|
+
usersUrl: string;
|
7
|
+
groupsUrl: string;
|
8
|
+
sessionsUrl: string;
|
9
|
+
eventsUrl: string;
|
10
|
+
realmSettingsUrl: string;
|
11
|
+
authenticationUrl: string;
|
12
|
+
identityProvidersUrl: string;
|
13
|
+
userFederationUrl: string;
|
14
|
+
documentation: string;
|
15
|
+
guides: string;
|
16
|
+
community: string;
|
17
|
+
blog: string;
|
18
|
+
};
|
19
|
+
export default _default;
|
package/lib/icon.svg
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
<svg viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<defs>
|
3
|
+
<clipPath id="clip-path">
|
4
|
+
<path class="cls-1" d="M.02-.02H128v127.98H.02z" />
|
5
|
+
</clipPath>
|
6
|
+
<clipPath id="clip-path-3">
|
7
|
+
<path class="cls-1" d="M428 245.69h-9.77a.42.42 0 0 1-.33-.17l-.76-1-2.14-2.82-5.68-7.7-3.18-4.28a.41.41 0 0 0-.63 0l-3.33 3.71-.38.43a.4.4 0 0 0-.1.27v11.16a.41.41 0 0 1-.41.41h-8.42a.41.41 0 0 1-.41-.41v-40.55a.4.4 0 0 1 .41-.41h8.42a.41.41 0 0 1 .41.41v15.53a.4.4 0 0 0 .7.28l4.65-5L414 208l3.24-3.52a.41.41 0 0 1 .3-.13h10.34a.4.4 0 0 1 .41.42.46.46 0 0 1-.1.25l-4.66 5.17-7.74 8.61-3.23 3.58a.4.4 0 0 0 0 .5l4 5.63 3.66 5.16.45.63 2.77 3.88 2.89 4.06 2 2.82a.41.41 0 0 1-.33.63zm-38.72-.57a.41.41 0 0 1-.37.57h-8.94a.4.4 0 0 1-.37-.25l-.18-.4-3.46-8a.4.4 0 0 0-.37-.25h-16.8a.41.41 0 0 0-.38.25l-.52 1.2-3.12 7.25a.41.41 0 0 1-.36.23h-8.94a.41.41 0 0 1-.37-.57l.62-1.44 4.22-9.76.15-.34.18-.41.08-.2 1.4-3.25 10.84-25.09a.41.41 0 0 1 .37-.25h8.4a.4.4 0 0 1 .37.25l5.64 13 2.79 6.44 3.12 7.21 5.9 13.66zm-17.16-17-.59-1.38-2-4.63-2-4.57a.41.41 0 0 0-.75 0l-3.51 8.11-1.07 2.48a.4.4 0 0 0 .37.56h9.13a.4.4 0 0 0 .37-.61zm-26.51 4.66a17.7 17.7 0 0 1-.83 1.84 20.76 20.76 0 0 1-4 5.37 22.08 22.08 0 0 1-2.26 1.94 21 21 0 0 1-11.68 4.14h-1.51a21.6 21.6 0 0 1-12.1-3.42 22 22 0 0 1-3.34-2.7c-.41-.41-.81-.82-1.18-1.24a20.43 20.43 0 0 1-5.1-14 23.47 23.47 0 0 1 .27-3.6l-.19-.28.3-.45a20.05 20.05 0 0 1 5.89-10.91A22 22 0 0 1 313 207a20.33 20.33 0 0 1 7.39-3.09 23.77 23.77 0 0 1 4.92-.49 21.25 21.25 0 0 1 15.45 6.13 20.25 20.25 0 0 1 6.17 12.94c.07.74.1 1.51.1 2.28a21.76 21.76 0 0 1-1.47 7.97zm-8-8a13.54 13.54 0 0 0-3.18-9 5.22 5.22 0 0 0-.36-.43 11.34 11.34 0 0 0-8.73-3.9 12.49 12.49 0 0 0-2.67.28 11.4 11.4 0 0 0-6.06 3.62 13.44 13.44 0 0 0-3.55 9.12v.32a13.41 13.41 0 0 0 3.56 9.41 11.78 11.78 0 0 0 1.07 1 11.35 11.35 0 0 0 2.33 1.6 12.09 12.09 0 0 0 10.81-.09 11.76 11.76 0 0 0 2.87-2.18l.36-.38a13.42 13.42 0 0 0 2-2.83 13.84 13.84 0 0 0 1.53-6.55zm-34.51 12.69h-16.85a.4.4 0 0 1-.41-.4v-32.33a.4.4 0 0 0-.23-.36.35.35 0 0 0-.17 0H277a.4.4 0 0 0-.41.41v40.55a.41.41 0 0 0 .41.41h26a.41.41 0 0 0 .41-.41v-7.42a.41.41 0 0 0-.34-.46zm-45.76-34c-.67-.05-1.34-.08-2-.08a21.24 21.24 0 0 0-15.42 6.15 22.18 22.18 0 0 0-2.08 2.35 20.67 20.67 0 0 0-4.22 13 22.27 22.27 0 0 0 1.35 7.89 19.26 19.26 0 0 0 2.08 4.05 20.42 20.42 0 0 0 2.74 3.28 20.93 20.93 0 0 0 4.13 3.14c.37.21.75.42 1.13.61.38.19.56.27.85.39a23.61 23.61 0 0 0 9.6 1.88 21.39 21.39 0 0 0 3.07-.22c.64-.09 1.27-.21 1.9-.36a21.44 21.44 0 0 0 9.63-5.32c.58-.54 1.16-1.12 1.73-1.74a.41.41 0 0 0 0-.56l-5.34-5.49a.39.39 0 0 0-.36-.12.44.44 0 0 0-.24.14 13.55 13.55 0 0 1-10.84 5 12.05 12.05 0 0 1-4.18-.71 11.73 11.73 0 0 1-4.28-2.79 11.29 11.29 0 0 1-2.7-4.3 14.68 14.68 0 0 1-.79-5 12 12 0 0 1 3.21-8.7l.49-.47a12.68 12.68 0 0 1 8.91-3.4 13.35 13.35 0 0 1 10.59 5.08.4.4 0 0 0 .61 0l5.19-5.89a.42.42 0 0 0 0-.55 21.73 21.73 0 0 0-14.78-7.27zm-23.34 4.2 1.57-2.74a.4.4 0 0 0-.35-.61h-9.07a.41.41 0 0 0-.35.2l-8.22 14.15-.44.32-.33.25a.42.42 0 0 1-.17-.16l-.14-.23-.21-.35-8.12-14a.41.41 0 0 0-.35-.2h-9.07a.41.41 0 0 0-.35.61l3.93 6.88 7.12 12.44 2.87 5a.41.41 0 0 1 .06.2v15.82a.41.41 0 0 0 .41.41h8.42a.41.41 0 0 0 .41-.41v-15.79a.41.41 0 0 1 .06-.2l2-3.55 7.7-13.46 1.57-2.74 1-1.83zm-38.85 29.85H174.7a.41.41 0 0 1-.41-.41v-7.77a.41.41 0 0 1 .41-.41h17.71a.41.41 0 0 0 .41-.41v-7.06a.41.41 0 0 0-.41-.41H174.7a.41.41 0 0 1-.41-.41V213a.41.41 0 0 1 .41-.41h19.78a.41.41 0 0 0 .41-.41v-7.41a.41.41 0 0 0-.41-.41h-29a.4.4 0 0 0-.41.41v40.55a.41.41 0 0 0 .41.41h29.66a.41.41 0 0 0 .41-.41v-7.36a.41.41 0 0 0-.42-.44zm-34.82 7-3.84-5.38-3.93-5.52-.14-.21q-5.38-7.57-7.54-10.58a.4.4 0 0 1 0-.5l3.69-4.09 3-3.37 2.92-3.24 6-6.66a.4.4 0 0 0-.3-.67h-10.31a.41.41 0 0 0-.3.13l-6.4 7-8.4 9.13a.4.4 0 0 1-.7-.28v-15.55a.4.4 0 0 0-.41-.4h-8.42a.4.4 0 0 0-.41.41v40.55a.41.41 0 0 0 .41.41h8.42a.41.41 0 0 0 .41-.41v-11.16a.4.4 0 0 1 .1-.27l1.75-2 2-2.17a.41.41 0 0 1 .63 0l5.84 7.85 4.19 5.65 1.68 2.27a.4.4 0 0 0 .32.17h9.78a.41.41 0 0 0 .33-.65zM120 204.28H33.93a.78.78 0 0 0-.66.37l-.43.74-5.27 9.13-5.82 10.09a.76.76 0 0 0 0 .76l1.25 2.21 10.25 17.76a.77.77 0 0 0 .67.39H120a.85.85 0 0 0 .85-.85v-39.74a.86.86 0 0 0-.85-.86Z" id="path1576" />
|
8
|
+
</clipPath>
|
9
|
+
<linearGradient id="linear-gradient" x1="20.71" y1="225.61" x2="430.83" y2="225.61" gradientUnits="userSpaceOnUse">
|
10
|
+
<stop offset="0" stop-color="#e6e6e6" id="stop1579" />
|
11
|
+
<stop offset="1" stop-color="#595959" id="stop1581" />
|
12
|
+
</linearGradient>
|
13
|
+
<style id="style2007">.cls-1{fill:none}</style>
|
14
|
+
</defs>
|
15
|
+
<g id="g2460" transform="translate(.714 .07)">
|
16
|
+
<path d="M105.69 41.25a.76.76 0 0 1-.66-.38l-11.51-20a.78.78 0 0 0-.67-.38h-47a.76.76 0 0 0-.66.38l-12 20.71 4.625 6.774c-.134.236-1.199 4.644-1.065 4.88L33.19 82.29l12 20.73a.76.76 0 0 0 .66.38h47a.78.78 0 0 0 .67-.38l11.52-20a.76.76 0 0 1 .66-.38H120a.86.86 0 0 0 .86-.86V42.11a.86.86 0 0 0-.86-.86z" id="path1588" style="fill:#4d4d4d;clip-path:url(#clip-path)" clip-path="url(#clip-path)" transform="matrix(1.2527 0 0 1.2527 -23.058 -13.67)" />
|
17
|
+
<g clip-path="url(#clip-path-3)" id="g1592" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#4d4d4d">
|
18
|
+
<path id="rect1590" style="display:inline;fill:url(#linear-gradient)" d="M20.71 197.91h99.111v52.823H20.71z" />
|
19
|
+
</g>
|
20
|
+
<path d="m21.876 61.343-16.122 5.85-1.591-2.743a.952.952 0 0 1 0-.952l7.29-12.64z" id="path1594" style="fill:#e1e1e1;stroke-width:1.2527" />
|
21
|
+
<path class="cls-62" id="polygon1794" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#c8c8c8" d="M120.89 225.43v9.83l-8.48-8.62z" />
|
22
|
+
<path class="cls-61" d="m117.757 66.016 10.623 10.798v12.039a1.065 1.065 0 0 1-1.064 1.065H114.95z" id="path1798" style="fill:#c2c2c2;stroke-width:1.2527" />
|
23
|
+
<path class="cls-63" id="polygon1802" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#c7c7c7" d="m112.41 226.64-2.24 19.08H98.31l-3.59-8.66z" />
|
24
|
+
<path class="cls-64" id="polygon1804" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#cecece" d="M120.89 216.31v9.12l-8.48 1.21z" />
|
25
|
+
<path class="cls-65" d="M128.38 39.083v13.993l-10.622 12.927-8.03-27.997h17.538a1.077 1.077 0 0 1 1.114 1.077z" id="path1808" style="fill:#d3d3d3;stroke-width:1.2527" />
|
26
|
+
<path class="cls-58" id="polygon1812" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#c6c6c6" d="M98.31 245.72h-6.26l-1.62-2.33 4.29-6.33z" />
|
27
|
+
<path class="cls-66" id="polygon1814" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#d5d5d5" d="m112.41 226.64-23.47-9.93 12.34-12.43h4.73z" />
|
28
|
+
<path class="cls-67" d="m88.357 53.577 7.24 25.492 22.16-13.066Z" id="path1816" style="fill:#d0d0d0;stroke-width:1.2527" />
|
29
|
+
<path class="cls-50" id="polygon1818" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#bfbfbf" d="m90.36 245.72.07-2.33 1.62 2.33z" />
|
30
|
+
<path class="cls-68" id="polygon1820" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#d9d9d9" d="m101.28 204.28-12.34 12.43-2.23-11.12 4.77-1.31z" />
|
31
|
+
<path class="cls-69" d="m88.357 53.577-35.69 8.23 37.581 25.192Z" id="path1822" style="fill:#d4d4d4;stroke-width:1.2527" />
|
32
|
+
<path class="cls-67" d="m88.357 53.577 1.866 33.422 5.362-7.93z" id="path1824" style="fill:#d0d0d0;stroke-width:1.2527" />
|
33
|
+
<path class="cls-68" d="m85.563 39.647-32.896 22.16 35.69-8.23Z" id="path1826" style="fill:#d9d9d9;stroke-width:1.2527" />
|
34
|
+
<path class="cls-70" id="polygon1828" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#d8d8d8" d="M60.45 223.28 48.1 245.72h-7.03l-5.2-22.81z" />
|
35
|
+
<path class="cls-71" d="M36.82 38.006 21.877 61.343 18.118 39.41l.538-.927a.977.977 0 0 1 .827-.464h17.338z" id="path1830" style="fill:#e2e2e2;stroke-width:1.2527" />
|
36
|
+
<path class="cls-70" d="M28.39 89.918h-8.944a.965.965 0 0 1-.84-.489L5.754 67.194l16.122-5.85Z" id="path1832" style="fill:#d8d8d8;stroke-width:1.2527" />
|
37
|
+
<path class="cls-72" id="polygon1834" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#e4e4e4" d="m27.56 214.53 5.27-9.13 3.04 17.51z" />
|
38
|
+
<path class="cls-73" id="polygon1836" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#dedede" d="m86.71 205.59-7.91-1.31H52.67l7.78 19z" />
|
39
|
+
<path class="cls-73" id="polygon1838" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#dedede" d="m60.45 223.28-7.78-19H47.8l-11.93 18.63z" />
|
40
|
+
<path class="cls-74" id="polygon1840" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#c5c5c5" d="M84.72 245.72H90.36l.07-2.33z" />
|
41
|
+
<path class="cls-67" id="polygon1842" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#d0d0d0" d="M73.47 245.72h11.25l5.71-2.33-29.98-20.11 5.4 22.44z" />
|
42
|
+
<path class="cls-75" id="polygon1844" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#d1d1d1" d="m65.85 245.72-5.4-22.44-12.35 22.44h17.15z" />
|
43
|
+
<path class="cls-78" id="polygon1856" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#ddd" d="m86.79 204.28-.08 1.31 4.77-1.31H89.3z" />
|
44
|
+
<path class="cls-79" id="polygon1858" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#e3e3e3" d="m86.71 205.59-.73-1.31H78.8z" />
|
45
|
+
<path class="cls-71" id="polygon1860" transform="matrix(1.2527 0 0 1.2527 -23.058 -217.896)" style="fill:#e2e2e2" d="m86.71 205.59.08-1.31h-.81z" />
|
46
|
+
<path class="cls-80" d="M58.58 38.457 44.074 63.573a.84.84 0 0 0-.1.414H33.851L53.757 29.5a.79.79 0 0 1 .3.288l4.51 7.842a.864.864 0 0 1 .013.827z" id="path1862" style="fill:#00b8e3;stroke-width:1.2527" />
|
47
|
+
<path class="cls-81" d="m58.567 90.394-4.51 7.804a.877.877 0 0 1-.3.288L33.84 63.962h10.122a.777.777 0 0 0 .1.388l14.481 25.054a.852.852 0 0 1 .025.99z" id="path1864" style="fill:#33c6e9;stroke-width:1.2527" />
|
48
|
+
<path class="cls-82" d="M53.757 29.5 33.852 63.962l-5.011 8.656-4.76-8.268a.777.777 0 0 1-.1-.388.84.84 0 0 1 .1-.414l4.835-8.355 14.67-25.38a.852.852 0 0 1 .738-.438h9.032a.89.89 0 0 1 .401.125z" id="path1866" style="fill:#008aaa;stroke-width:1.2527" />
|
49
|
+
<path class="cls-80" d="M53.757 98.486a.89.89 0 0 1-.426.113h-9.007a.852.852 0 0 1-.739-.439L30.181 74.948l-1.328-2.305 5.011-8.656Z" id="path1868" style="fill:#00b8e3;stroke-width:1.2527" />
|
50
|
+
<path class="cls-82" d="M93.793 63.962 73.875 98.46a.927.927 0 0 1-.3-.288l-4.51-7.817a.864.864 0 0 1 0-.802l14.481-25.129a.84.84 0 0 0 .126-.438h10.121Z" id="path1870" style="fill:#008aaa;stroke-width:1.2527" />
|
51
|
+
<path class="cls-80" d="M103.64 63.962a.84.84 0 0 1-.126.438L84.01 98.223a.852.852 0 0 1-.727.4h-8.982a.927.927 0 0 1-.438-.112l19.93-34.55 5.011-8.643 4.735 8.218a.84.84 0 0 1 .1.426z" id="path1872" style="fill:#00b8e3;stroke-width:1.2527" />
|
52
|
+
<path class="cls-80" d="M93.793 63.962H83.66a.84.84 0 0 0-.125-.426L69.053 38.482a.852.852 0 0 1 0-.865l4.51-7.817a.927.927 0 0 1 .3-.288z" id="path1874" style="fill:#00b8e3;stroke-width:1.2527" />
|
53
|
+
<path class="cls-81" d="m98.78 55.33-5.012 8.644L73.85 29.487a.927.927 0 0 1 .439-.112h9.007a.852.852 0 0 1 .726.4z" id="path1876" style="fill:#33c6e9;stroke-width:1.2527" />
|
54
|
+
</g>
|
55
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function IdentityProvidersSection(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
type ManageOrderDialogProps = {
|
2
|
+
orgId?: string;
|
3
|
+
hideRealmBasedIdps?: boolean;
|
4
|
+
onClose: () => void;
|
5
|
+
};
|
6
|
+
export declare const ManageOrderDialog: ({ orgId, hideRealmBasedIdps, onClose, }: ManageOrderDialogProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,39 @@
|
|
1
|
+
export interface OIDCConfigurationRepresentation {
|
2
|
+
issuer?: string;
|
3
|
+
authorization_endpoint?: string;
|
4
|
+
token_endpoint?: string;
|
5
|
+
introspection_endpoint?: string;
|
6
|
+
userinfo_endpoint?: string;
|
7
|
+
end_session_endpoint?: string;
|
8
|
+
jwks_uri?: string;
|
9
|
+
check_session_iframe?: string;
|
10
|
+
grant_types_supported?: string[];
|
11
|
+
response_types_supported?: string[];
|
12
|
+
subject_types_supported?: string[];
|
13
|
+
id_token_signing_alg_values_supported?: string[];
|
14
|
+
id_token_encryption_alg_values_supported?: string[];
|
15
|
+
id_token_encryption_enc_values_supported?: string[];
|
16
|
+
userinfo_signing_alg_values_supported?: string[];
|
17
|
+
request_object_signing_alg_values_supported?: string[];
|
18
|
+
response_modes_supported?: string[];
|
19
|
+
registration_endpoint?: string;
|
20
|
+
token_endpoint_auth_methods_supported?: string[];
|
21
|
+
token_endpoint_auth_signing_alg_values_supported?: string[];
|
22
|
+
introspection_endpoint_auth_methods_supported?: string[];
|
23
|
+
introspection_endpoint_auth_signing_alg_values_supported?: string[];
|
24
|
+
claims_supported?: string[];
|
25
|
+
claim_types_supported?: string[];
|
26
|
+
claims_parameter_supported?: boolean;
|
27
|
+
scopes_supported?: string[];
|
28
|
+
request_parameter_supported?: boolean;
|
29
|
+
request_uri_parameter_supported?: boolean;
|
30
|
+
require_request_uri_registration?: boolean;
|
31
|
+
code_challenge_methods_supported?: string[];
|
32
|
+
tls_client_certificate_bound_access_tokens?: boolean;
|
33
|
+
revocation_endpoint?: string;
|
34
|
+
revocation_endpoint_auth_methods_supported?: string[];
|
35
|
+
revocation_endpoint_auth_signing_alg_values_supported?: string[];
|
36
|
+
backchannel_logout_supported?: boolean;
|
37
|
+
backchannel_logout_session_supported?: boolean;
|
38
|
+
device_authorization_endpoint?: string;
|
39
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function AddIdentityProvider(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as IdentityProviderMapperRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/identityProviderMapperRepresentation';
|
2
|
+
import { default as RoleRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/roleRepresentation';
|
3
|
+
import { AttributeForm } from '../../components/key-value-form/AttributeForm';
|
4
|
+
export type IdPMapperRepresentationWithAttributes = IdentityProviderMapperRepresentation & AttributeForm;
|
5
|
+
export type Role = RoleRepresentation & {
|
6
|
+
clientId?: string;
|
7
|
+
};
|
8
|
+
export default function AddMapper(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { default as IdentityProviderMapperRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/identityProviderMapperRepresentation';
|
2
|
+
import { IdentityProviderMapperTypeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/identityProviderMapperTypeRepresentation';
|
3
|
+
import { UseFormReturn } from 'react-hook-form';
|
4
|
+
import { IdPMapperRepresentationWithAttributes } from './AddMapper';
|
5
|
+
type AddMapperFormProps = {
|
6
|
+
mapperTypes: IdentityProviderMapperRepresentation[];
|
7
|
+
mapperType: IdentityProviderMapperTypeRepresentation;
|
8
|
+
id: string;
|
9
|
+
updateMapperType: (mapperType: IdentityProviderMapperTypeRepresentation) => void;
|
10
|
+
form: UseFormReturn<IdPMapperRepresentationWithAttributes>;
|
11
|
+
};
|
12
|
+
export declare const AddMapperForm: ({ mapperTypes, mapperType, form, id, updateMapperType, }: AddMapperFormProps) => import("react/jsx-runtime").JSX.Element;
|
13
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function AddOpenIdConnect(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function AddSamlConnect(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function DetailSettings(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExtendedNonDiscoverySettings: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const OIDCGeneralSettings: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const OpenIdConnectSettings: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ReqAuthnConstraints: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const SamlConnectSettings: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ReactNode } from 'react';
|
2
|
+
type DiscoveryEndpointFieldProps = {
|
3
|
+
id: string;
|
4
|
+
fileUpload: ReactNode;
|
5
|
+
children: (readOnly: boolean) => ReactNode;
|
6
|
+
};
|
7
|
+
export declare const DiscoveryEndpointField: ({ id, fileUpload, children, }: DiscoveryEndpointFieldProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const DisplayOrder: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { PropsWithChildren } from 'react';
|
2
|
+
export type FieldProps = {
|
3
|
+
label: string;
|
4
|
+
field: string;
|
5
|
+
isReadOnly?: boolean;
|
6
|
+
};
|
7
|
+
export type FormGroupFieldProps = {
|
8
|
+
label: string;
|
9
|
+
};
|
10
|
+
export declare const FormGroupField: ({ label, children, }: PropsWithChildren<FormGroupFieldProps>) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { FieldProps } from './FormGroupField';
|
2
|
+
type FieldType = "boolean" | "string";
|
3
|
+
type SwitchFieldProps = FieldProps & {
|
4
|
+
fieldType?: FieldType;
|
5
|
+
defaultValue?: string | boolean;
|
6
|
+
};
|
7
|
+
export declare const SwitchField: ({ label, field, fieldType, isReadOnly, defaultValue, }: SwitchFieldProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderAddMapperParams = {
|
4
|
+
realm: string;
|
5
|
+
providerId: string;
|
6
|
+
alias: string;
|
7
|
+
tab: string;
|
8
|
+
};
|
9
|
+
export declare const IdentityProviderAddMapperRoute: AppRouteObject;
|
10
|
+
export declare const toIdentityProviderAddMapper: (params: IdentityProviderAddMapperParams) => Partial<Path>;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderEditMapperParams = {
|
4
|
+
realm: string;
|
5
|
+
providerId: string;
|
6
|
+
alias: string;
|
7
|
+
id: string;
|
8
|
+
};
|
9
|
+
export declare const IdentityProviderEditMapperRoute: AppRouteObject;
|
10
|
+
export declare const toIdentityProviderEditMapper: (params: IdentityProviderEditMapperParams) => Partial<Path>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderTab = "settings" | "mappers" | "permissions";
|
4
|
+
export type IdentityProviderParams = {
|
5
|
+
realm: string;
|
6
|
+
providerId: string;
|
7
|
+
alias: string;
|
8
|
+
tab: IdentityProviderTab;
|
9
|
+
};
|
10
|
+
export declare const IdentityProviderRoute: AppRouteObject;
|
11
|
+
export declare const toIdentityProvider: (params: IdentityProviderParams) => Partial<Path>;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderCreateParams = {
|
4
|
+
realm: string;
|
5
|
+
providerId: string;
|
6
|
+
};
|
7
|
+
export declare const IdentityProviderCreateRoute: AppRouteObject;
|
8
|
+
export declare const toIdentityProviderCreate: (params: IdentityProviderCreateParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderKeycloakOidcParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const IdentityProviderKeycloakOidcRoute: AppRouteObject;
|
7
|
+
export declare const toIdentityProviderKeycloakOidc: (params: IdentityProviderKeycloakOidcParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderOidcParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const IdentityProviderOidcRoute: AppRouteObject;
|
7
|
+
export declare const toIdentityProviderOidc: (params: IdentityProviderOidcParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProviderSamlParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const IdentityProviderSamlRoute: AppRouteObject;
|
7
|
+
export declare const toIdentityProviderSaml: (params: IdentityProviderSamlParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type IdentityProvidersParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const IdentityProvidersRoute: AppRouteObject;
|
7
|
+
export declare const toIdentityProviders: (params: IdentityProvidersParams) => Partial<Path>;
|