@keycloak/keycloak-admin-ui 26.6.3 → 26.7.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/README.md +8 -7
- package/lib/.vite/manifest.json +50 -40
- package/lib/AddDefaultTrust-CIDpOpCo.js +73 -0
- package/lib/AddDefaultTrust-CIDpOpCo.js.map +1 -0
- package/lib/{AddJWTAuthorizationGrant-CRXSFx2y.js → AddJWTAuthorizationGrant-BgC2MDWX.js} +7 -7
- package/lib/AddJWTAuthorizationGrant-BgC2MDWX.js.map +1 -0
- package/lib/{AddKubernetesConnect-XzxL5khF.js → AddKubernetesConnect-2L-iVII5.js} +4 -4
- package/lib/AddKubernetesConnect-2L-iVII5.js.map +1 -0
- package/lib/{AddOAuth2-CEpp2dHK.js → AddOAuth2-RMwZ4rqo.js} +15 -15
- package/lib/{AddOAuth2-CEpp2dHK.js.map → AddOAuth2-RMwZ4rqo.js.map} +1 -1
- package/lib/{AddSpiffeConnect-pj1UkYlb.js → AddSpiffeConnect-6cPYodPJ.js} +8 -8
- package/lib/AddSpiffeConnect-6cPYodPJ.js.map +1 -0
- package/lib/CreateFlow-DpteR8S0.js +75 -0
- package/lib/CreateFlow-DpteR8S0.js.map +1 -0
- package/lib/{DetailOrganization-BD5hsTVE.js → DetailOrganization-Cruzimnp.js} +3 -3
- package/lib/DetailOrganization-Cruzimnp.js.map +1 -0
- package/lib/{ExecutorForm-DCtmJa9I.js → ExecutorForm-D-vuza2K.js} +15 -15
- package/lib/{ExecutorForm-DCtmJa9I.js.map → ExecutorForm-D-vuza2K.js.map} +1 -1
- package/lib/{FlowDetails-DHfGkDbM.js → FlowDetails-D064vIOd.js} +4 -2
- package/lib/{FlowDetails-DHfGkDbM.js.map → FlowDetails-D064vIOd.js.map} +1 -1
- package/lib/NewOrganization-CA2tQ9tT.js +44 -0
- package/lib/NewOrganization-CA2tQ9tT.js.map +1 -0
- package/lib/{PermissionConfigurationDetails-DYntFQqa.js → PermissionConfigurationDetails-kVjqdhoR.js} +199 -192
- package/lib/PermissionConfigurationDetails-kVjqdhoR.js.map +1 -0
- package/lib/{PermissionDetails-C8KdEKaI.js → PermissionDetails-D3stWiPT.js} +37 -37
- package/lib/{PermissionDetails-C8KdEKaI.js.map → PermissionDetails-D3stWiPT.js.map} +1 -1
- package/lib/RealmSection-C9novYiZ.js +181 -0
- package/lib/RealmSection-C9novYiZ.js.map +1 -0
- package/lib/{ResourceDetails-Ch9mNXdJ.js → ResourceDetails-DP6BvER1.js} +9 -9
- package/lib/{ResourceDetails-Ch9mNXdJ.js.map → ResourceDetails-DP6BvER1.js.map} +1 -1
- package/lib/{ScopeDetails-CRJugsDp.js → ScopeDetails-BvnOpPxf.js} +39 -43
- package/lib/ScopeDetails-BvnOpPxf.js.map +1 -0
- package/lib/{ScopePicker-D9RNWz3J.js → ScopePicker-ggXUe0mk.js} +2 -2
- package/lib/{ScopePicker-D9RNWz3J.js.map → ScopePicker-ggXUe0mk.js.map} +1 -1
- package/lib/{WorkflowDetailForm-CE2WNMfM.js → WorkflowDetailForm-DPQbnCkT.js} +20 -20
- package/lib/{WorkflowDetailForm-CE2WNMfM.js.map → WorkflowDetailForm-DPQbnCkT.js.map} +1 -1
- package/lib/{WorkflowsSection-Cpo04vqN.js → WorkflowsSection-0ja4P56K.js} +17 -17
- package/lib/{WorkflowsSection-Cpo04vqN.js.map → WorkflowsSection-0ja4P56K.js.map} +1 -1
- package/lib/{admin-client.d.ts → apps/admin-ui/src/admin-client.d.ts} +3 -1
- package/lib/apps/admin-ui/src/authentication/policies/Policies.d.ts +6 -0
- package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/oid4vciAttributes.d.ts +1 -1
- package/lib/{clients → apps/admin-ui/src/clients}/credentials/ClientSecret.d.ts +2 -1
- package/lib/{clients → apps/admin-ui/src/clients}/routes/Client.d.ts +1 -1
- package/lib/apps/admin-ui/src/clients/routes/ClientSsfTab.d.ts +15 -0
- package/lib/{clients → apps/admin-ui/src/clients}/scopes/DedicatedScope.d.ts +2 -1
- package/lib/apps/admin-ui/src/clients/ssf/SsfTab.d.ts +14 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/EmitEventsTab.d.ts +8 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/EventSearchTab.d.ts +5 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/ReceiverTab.d.ts +16 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/StreamTab.d.ts +32 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/SubjectsTab.d.ts +5 -0
- package/lib/{components → apps/admin-ui/src/components}/client-scope/ClientScopeTypes.d.ts +4 -2
- package/lib/apps/admin-ui/src/components/dynamic/MultivaluedListComponent.d.ts +7 -0
- package/lib/{components → apps/admin-ui/src/components}/identity-provider/IdentityProviderSelect.d.ts +2 -4
- package/lib/{components → apps/admin-ui/src/components}/key-value-form/KeyValueInput.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/AddRoleMappingModal.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/RoleMapping.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/queries.d.ts +2 -2
- package/lib/apps/admin-ui/src/components/settings-shortcut/SettingsShortcut.d.ts +7 -0
- package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorControl.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/view-header/ViewHeader.d.ts +2 -1
- package/lib/{context → apps/admin-ui/src/context}/realm-context/RealmContext.d.ts +1 -1
- package/lib/{environment.d.ts → apps/admin-ui/src/environment-types.d.ts} +0 -1
- package/lib/apps/admin-ui/src/environment.d.ts +2 -0
- package/lib/apps/admin-ui/src/identity-providers/add/AddDefaultTrust.d.ts +1 -0
- package/lib/apps/admin-ui/src/identity-providers/add/DefaultTrustSettings.d.ts +1 -0
- package/lib/apps/admin-ui/src/identity-providers/routes/IdentityProviderDefaultTrust.d.ts +7 -0
- package/lib/{index.d.ts → apps/admin-ui/src/index.d.ts} +2 -2
- package/lib/apps/admin-ui/src/realm-settings/ssf/SsfTransmitterDisableConfirmDialog.d.ts +36 -0
- package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/QuickTheme.d.ts +2 -2
- package/lib/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeScimSettings.d.ts +2 -0
- package/lib/{routes.d.ts → apps/admin-ui/src/routes.d.ts} +2 -3
- package/lib/apps/admin-ui/src/user/UserVerifiableCredentials.d.ts +6 -0
- package/lib/{user → apps/admin-ui/src/user}/routes/User.d.ts +1 -1
- package/lib/apps/admin-ui/src/user/verifiable-credentials/CreateVerifiableCredentialModal.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/IssuedCredentialsDetailCell.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/UserAttributesDialog.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/UserVerifiableCredentialOfferDialog.d.ts +8 -0
- package/lib/{util.d.ts → apps/admin-ui/src/util.d.ts} +2 -0
- package/lib/{utils → apps/admin-ui/src/utils}/client-url.d.ts +1 -1
- package/lib/{utils → apps/admin-ui/src/utils}/useIsFeatureEnabled.d.ts +3 -1
- package/lib/{index-BAKsat9U.js → index-CAGzl0JA.js} +36559 -32280
- package/lib/{index-BAKsat9U.js.map → index-CAGzl0JA.js.map} +1 -1
- package/lib/keycloak-admin-ui.css +1 -1
- package/lib/keycloak-admin-ui.d.ts +1 -1
- package/lib/keycloak-admin-ui.js +270 -268
- package/package.json +8 -9
- package/lib/AddJWTAuthorizationGrant-CRXSFx2y.js.map +0 -1
- package/lib/AddKubernetesConnect-XzxL5khF.js.map +0 -1
- package/lib/AddSpiffeConnect-pj1UkYlb.js.map +0 -1
- package/lib/CreateFlow-nEXKSmeC.js +0 -80
- package/lib/CreateFlow-nEXKSmeC.js.map +0 -1
- package/lib/DetailOrganization-BD5hsTVE.js.map +0 -1
- package/lib/NewOrganization-Cvb30GtW.js +0 -36
- package/lib/NewOrganization-Cvb30GtW.js.map +0 -1
- package/lib/PermissionConfigurationDetails-DYntFQqa.js.map +0 -1
- package/lib/RealmSection-BRCuqA3n.js +0 -179
- package/lib/RealmSection-BRCuqA3n.js.map +0 -1
- package/lib/ScopeDetails-CRJugsDp.js.map +0 -1
- package/lib/authentication/policies/Policies.d.ts +0 -1
- package/lib/components/dynamic/MultivaluedListComponent.d.ts +0 -7
- package/lib/realm-settings/themes/LoginThemeProperties.d.ts +0 -63
- /package/lib/{App.d.ts → apps/admin-ui/src/App.d.ts} +0 -0
- /package/lib/{Banners.d.ts → apps/admin-ui/src/Banners.d.ts} +0 -0
- /package/lib/{ForbiddenSection.d.ts → apps/admin-ui/src/ForbiddenSection.d.ts} +0 -0
- /package/lib/{PageHeader.d.ts → apps/admin-ui/src/PageHeader.d.ts} +0 -0
- /package/lib/{PageHeaderClearCachesModal.d.ts → apps/admin-ui/src/PageHeaderClearCachesModal.d.ts} +0 -0
- /package/lib/{PageNav.d.ts → apps/admin-ui/src/PageNav.d.ts} +0 -0
- /package/lib/{PageNotFoundSection.d.ts → apps/admin-ui/src/PageNotFoundSection.d.ts} +0 -0
- /package/lib/{Root.d.ts → apps/admin-ui/src/Root.d.ts} +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/AuthenticationSection.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/BindFlowDialog.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/BuildInLabel.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/DuplicateFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/EditFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/EmptyExecutionState.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/FlowDetails.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/RequiredActions.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/AddFlowDropdown.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/AuthenticationProviderContext.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/DraggableTable.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/EditFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/ExecutionConfigModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowDiagram.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowHeader.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowRequirementDropdown.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowRow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowTitle.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/RequiredActionConfigModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/UsedBy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/ButtonEdge.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/ConditionalNode.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/SubFlowNode.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/auto-layout.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/modals/AddStepModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/modals/AddSubFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/constants.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/execution-model.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/form/CreateFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/form/NameDescription.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/CibaPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/OtpPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/PasswordPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/PolicyRow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/WebauthnPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/util.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/Authentication.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/CreateFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/Flow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/ChangeTypeDropdown.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/ClientScopesSection.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/CreateClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/EditClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/add/MapperDialog.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/MapperList.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/MappingDetails.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/ScopeForm.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/SearchFilter.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/ClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/ClientScopes.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/Mapper.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/NewClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/AdvancedTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientSessions.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientsSection.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/AccessSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/CapabilityConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/GeneralSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LoginSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LoginSettingsPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LogoutPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/NewClientForm.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlEncryption.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlSignature.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AddHostDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AdvancedSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/ApplicationUrls.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AuthenticationOverrides.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/ClusteringPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/FineGrainOpenIdConnect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/FineGrainSamlEndpointConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/OpenIdConnectCompatibilityModes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/OpenIdVerifiableCredentials.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/TokenLifespan.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationDataModal.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluateResource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluateResourcePolicies.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationExport.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DecisionStrategySelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DeleteScopeDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DetailCell.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DetailDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/EmptyPermissionsState.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ImportDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/KeyBasedAttributeInput.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/MoreLabel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/NewPolicyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/PermissionDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Permissions.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Policies.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ResourceDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Resources.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ResourcesPolicySelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopeDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopePicker.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopeSelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Scopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/SearchDropdown.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Settings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/evaluate/Results.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Aggregate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Client.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/ClientScope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Group.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/JavaScript.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/LogicSelector.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/NameDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/PolicyDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Regex.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Role.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Time.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/User.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/constants.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/Credentials.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/SignedJWT.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/X509.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/import/ImportForm.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/AccessTokenDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/CreateInitialAccessToken.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/InitialAccessTokenList.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/Certificate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/ExportSamlKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/GenerateKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/ImportKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/Keys.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlImportKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlKeys.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlKeysDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/StoreSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/AddProviderDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/ClientRegistration.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/ClientRegistrationList.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/DetailProvider.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/roles/CreateClientRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AddClient.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AddRegistrationProvider.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AuthenticationTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientRegistration.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientScopeTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Clients.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/CreateInitialAccessToken.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/DedicatedScopeDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ImportClient.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Mapper.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewPermission.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewPolicy.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewResource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewScope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PermissionDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PolicyDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Resource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Scope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/AddScopeDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/ClientScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/DedicatedScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/EvaluateScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/GeneratedCodeTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/service-account/ServiceAccount.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/utils.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/SwitchControl.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/bread-crumb/GroupBreadCrumbs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/bread-crumb/PageBreadCrumbs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/client/ClientSelect.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/confirm-dialog/ConfirmDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/copy-to-clipboard-button/CopyToClipboardButton.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/download-dialog/DownloadDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dropdown-panel/DropdownPanel.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/BooleanComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/CheckboxFilterComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ClaimDisplayComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ClientSelectComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/DynamicComponents.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/FileComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/GroupComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/IdentityProviderMultiSelectComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/IntComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ListComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/MapComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/MultivaluedStringComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/NumberComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/PasswordComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/RoleComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ScriptComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/SearchInputComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/StringComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/TextComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/UrlComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/UserProfileAttributeListComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/components.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/error/ErrorRenderer.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/external-link/FormattedLink.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/CodeEditor.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/FixedButtonGroup.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/FormAccess.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/group/GroupPath.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/group/GroupPickerDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/help-enabler/HelpHeader.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/json-file-upload/FileUploadForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/json-file-upload/JsonFileUpload.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/key-value-form/AttributeForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/key-value-form/key-value-convert.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/keycloak-card/ClickableCard.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/keycloak-card/KeycloakCard.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/multi-line-input/MultiLineInput.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/permission-tab/PermissionTab.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/realm-loa-mapping/RealmLoAMapping.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/role-form/RoleForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/role-mapping/resource.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/roles-list/RolesList.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/routable-tabs/RoutableTabs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelector.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTable.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTableAttributeSearchForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTableToolbarItems.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserSelect.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/wizard-section-header/WizardSectionHeader.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/RecentRealms.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/access/Access.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/auth/admin-ui-endpoint.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/auth/uiRealmInfo.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/group-resource/GroupResourceContext.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/realm-context/useHash.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/server-info/ServerInfoProvider.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/whoami/WhoAmI.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/Dashboard.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/ProviderInfo.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/routes/Dashboard.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/routes.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/AdminEvents.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/EventsSection.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/ResourceLinks.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/UserEvents.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/routes/Events.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/routes.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupAttributes.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupRoleMapping.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupTable.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupsModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupsSection.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/Members.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/MembersModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/MembershipsModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/SubGroupsContext.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/CheckableTreeView.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/DeleteGroup.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/GroupToolbar.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/GroupTree.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/MoveDialog.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/groupIdUtils.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/routes/Groups.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/routes.d.ts +0 -0
- /package/lib/{help-urls.d.ts → apps/admin-ui/src/help-urls.d.ts} +0 -0
- /package/lib/{i18n → apps/admin-ui/src/i18n}/constants.d.ts +0 -0
- /package/lib/{i18n → apps/admin-ui/src/i18n}/i18n.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/IdentityProvidersSection.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/ManageOrderDialog.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/OIDCConfigurationRepresentation.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddIdentityProvider.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddJWTAuthorizationGrant.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddKubernetesConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddMapperForm.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddOAuth2.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddOpenIdConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddSamlConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddSpiffeConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AdvancedSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DescriptorSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DetailSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DiscoverySettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ExtendedNonDiscoverySettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ExtendedOAuth2Settings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/GeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JWTAuthorizationGrantAssertionSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JWTAuthorizationGrantSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JwksSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/KubernetesSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OAuth2UserProfileClaimsSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OIDCAuthentication.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OIDCGeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OpenIdConnectSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ReqAuthnConstraintsSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SamlConnectSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SamlGeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SpiffeSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/ClientIdSecret.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/DiscoveryEndpointField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/DisplayOrder.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/FormGroupField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/RedirectUrl.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/SwitchField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/TextField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/AddMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/EditMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProvider.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderCreate.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderJWTAuthorizationGrant.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderKeycloakOidc.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderKubernetes.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderOAuth2.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderOidc.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderSaml.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderSpiffe.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviders.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes.d.ts +0 -0
- /package/lib/{main.d.ts → apps/admin-ui/src/main.d.ts} +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/DetailOraganzationHeader.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/DetailOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/IdentityProviderSelect.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/IdentityProviders.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/Invitations.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/InviteMemberModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/LinkIdentityProviderModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/Members.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/MembersSection.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/NewOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationForm.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationsSection.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/AddOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/EditOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/Organizations.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/Page.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/PageHandler.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/PageList.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/constants.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/routes.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/PermissionsConfigurationSection.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/AssignedPolicies.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/AuthorizationScopesDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/ExistingPoliciesDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/NewPermissionConfigurationDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/NewPermissionPolicyDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/PermissionsConfigurationTab.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-evaluation/PermissionEvaluationResult.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-evaluation/PermissionsEvaluationTab.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/ClientSelectComponent.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/GroupSelect.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/ResourceType.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/RoleSelect.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/SearchDropdown.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/NewPermissionConfiguration.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/NewPermissionPolicy.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionPolicyDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsConfiguration.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsConfigurationTabs.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsPolicies.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/RealmRoutes.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/RealmSection.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/add/NewRealmForm.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/routes.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/CreateRealmRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/RealmRoleTabs.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/RealmRolesSection.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/UsersInRoleTab.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/AddRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/RealmRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/RealmRoles.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/AddClientProfileModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/AddTranslationModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ClientProfileForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/DefaultGroupsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/EmailTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ExecutorForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/GeneralTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/LoginTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewAttributeSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewClientPolicyCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PartialExport.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PartialImport.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PoliciesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ProfilesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/RealmSettingsSection.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/RealmSettingsTabs.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/SessionsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/TokensTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/UserRegistration.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/AddEventTypesDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventConfigForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventListenersForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventsTypeTable.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysListTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysProvidersTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProviderForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProviderModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProvidersPicker.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/EffectiveMessageBundles.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/LocalizationTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/RealmOverrides.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddAttribute.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddClientProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddExecutor.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/Attribute.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ClientPolicies.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ClientProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditAttributesGroup.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/Executor.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/KeyProvider.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/KeysTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/NewAttributesGroup.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/RealmSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ThemesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/UserProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/BruteForceDetection.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/HeadersForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/HelpLinkTextInput.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/SecurityDefenses.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/Time.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/BackgroundContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ColorControl.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/DefaultColorAccordion.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/FileNameDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ImageUpload.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/LoginPreviewWindow.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/LogoContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/PatternflyVars.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/PreviewWindow.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemeColors.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemeSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/UploadJar.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/fileUtils.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupDetails.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/JsonEditorTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/UserProfileContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/UserProfileTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AddTranslationsDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AddValidatorDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeAnnotations.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeGeneralSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributePermission.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeValidations.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/KeySelect.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/TranslatableField.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/ValidatorSelect.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/ValueSelect.d.ts +0 -0
- /package/lib/{root → apps/admin-ui/src/root}/AuthWall.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/RevocationModal.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/SessionsSection.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/SessionsTable.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/routes/Sessions.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/routes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/CreateUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/EditUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/FederatedUserLink.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/Organizations.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserAttributes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserConsents.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserCredentials.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserForm.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserGroups.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserIdPModal.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserIdentityProviderLinks.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserRoleMapping.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserSessions.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserWorkflows.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UsersSection.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/details/SearchFilter.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/form-state.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes/AddUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes/Users.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/CredentialDataDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/CredentialRow.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/InlineLabelEdit.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/LifespanField.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/RequiredActionMultiSelect.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/ResetCredentialDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/ResetPasswordDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/utils/user-profile.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/utils.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/CreateUserFederationLdapSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ManagePriorityDialog.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationKerberosSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationKerberosWizard.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapForm.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapWizard.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationSection.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/custom/CustomProviderSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/custom/SyncSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/kerberos/KerberosSettingsRequired.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsAdvanced.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsConnection.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsGeneral.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsKerberosIntegration.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsSearching.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsSynchronization.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/mappers/LdapMapperDetails.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/mappers/LdapMapperList.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/CustomUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewCustomUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewKerberosUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewLdapUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationKerberos.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationLdap.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationLdapMapper.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationsKerberos.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationsLdap.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/ExtendedHeader.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/Header.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/SettingsCache.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/generateEncodedPath.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/getAuthorizationHeaders.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/joinPath.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/translationFormatter.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/types.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useCurrentUser.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useFormatDate.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useIsAdminPermissionsClient.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useLocale.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useLocaleSort.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useParams.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useQueryPermission.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useSortedResourceTypes.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useToggle.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useUpdateEffect.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/WorkflowDetailForm.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/WorkflowsSection.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes/WorkflowDetail.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes/Workflows.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes.d.ts +0 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { jsxs as n, Fragment as w, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { u as h, a as F, q as b, b as v, V as y, P as S, F as g, c as A, N as C, K as I, A as T, t as H, B as K, d as N, e as P, f as V } from "./index-CAGzl0JA.js";
|
|
3
|
+
import { useTranslation as k } from "react-i18next";
|
|
4
|
+
import { useNavigate as x, Link as B } from "react-router-dom";
|
|
5
|
+
const i = ["basic-flow", "client-flow"];
|
|
6
|
+
function D() {
|
|
7
|
+
const { adminClient: s } = h(), { t } = k(), c = x(), { realm: r } = F(), { addAlert: u, addError: d } = b(), l = v(), { handleSubmit: m, formState: p } = l;
|
|
8
|
+
return /* @__PURE__ */ n(w, { children: [
|
|
9
|
+
/* @__PURE__ */ e(y, { titleKey: "createFlow", subKey: "authenticationCreateFlowHelp" }),
|
|
10
|
+
/* @__PURE__ */ e(S, { variant: "light", children: /* @__PURE__ */ e(g, { ...l, children: /* @__PURE__ */ n(
|
|
11
|
+
A,
|
|
12
|
+
{
|
|
13
|
+
isHorizontal: !0,
|
|
14
|
+
role: "manage-authorization",
|
|
15
|
+
onSubmit: m(async (a) => {
|
|
16
|
+
const f = { ...a, builtIn: !1, topLevel: !0 };
|
|
17
|
+
try {
|
|
18
|
+
const { id: o } = await s.authenticationManagement.createFlow(f);
|
|
19
|
+
u(t("flowCreatedSuccess"), P.success), c(
|
|
20
|
+
V({
|
|
21
|
+
realm: r,
|
|
22
|
+
id: o,
|
|
23
|
+
usedBy: "notInUse"
|
|
24
|
+
})
|
|
25
|
+
);
|
|
26
|
+
} catch (o) {
|
|
27
|
+
d("flowCreateError", o);
|
|
28
|
+
}
|
|
29
|
+
}),
|
|
30
|
+
children: [
|
|
31
|
+
/* @__PURE__ */ e(C, {}),
|
|
32
|
+
/* @__PURE__ */ e(
|
|
33
|
+
I,
|
|
34
|
+
{
|
|
35
|
+
name: "providerId",
|
|
36
|
+
label: t("flowType"),
|
|
37
|
+
labelIcon: t("topLevelFlowTypeHelp"),
|
|
38
|
+
"aria-label": t("selectFlowType"),
|
|
39
|
+
controller: { defaultValue: i[0] },
|
|
40
|
+
options: i.map((a) => ({
|
|
41
|
+
key: a,
|
|
42
|
+
value: t(`top-level-flow-type.${a}`)
|
|
43
|
+
}))
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ n(T, { children: [
|
|
47
|
+
/* @__PURE__ */ e(
|
|
48
|
+
H,
|
|
49
|
+
{
|
|
50
|
+
formState: p,
|
|
51
|
+
"data-testid": "create",
|
|
52
|
+
allowInvalid: !0,
|
|
53
|
+
allowNonDirty: !0,
|
|
54
|
+
children: t("create")
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ e(
|
|
58
|
+
K,
|
|
59
|
+
{
|
|
60
|
+
"data-testid": "cancel",
|
|
61
|
+
variant: "link",
|
|
62
|
+
component: (a) => /* @__PURE__ */ e(B, { ...a, to: N({ realm: r }) }),
|
|
63
|
+
children: t("cancel")
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
] })
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
) }) })
|
|
70
|
+
] });
|
|
71
|
+
}
|
|
72
|
+
export {
|
|
73
|
+
D as default
|
|
74
|
+
};
|
|
75
|
+
//# sourceMappingURL=CreateFlow-DpteR8S0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateFlow-DpteR8S0.js","sources":["../src/authentication/form/CreateFlow.tsx"],"sourcesContent":["import type AuthenticationFlowRepresentation from \"@keycloak/keycloak-admin-client/lib/defs/authenticationFlowRepresentation\";\nimport {\n ActionGroup,\n AlertVariant,\n Button,\n PageSection,\n} from \"@patternfly/react-core\";\nimport { FormProvider, useForm } from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { Link, useNavigate } from \"react-router-dom\";\nimport {\n FormSubmitButton,\n SelectControl,\n useAlerts,\n} from \"@keycloak/keycloak-ui-shared\";\nimport { useAdminClient } from \"../../admin-client\";\nimport { FormAccess } from \"../../components/form/FormAccess\";\nimport { ViewHeader } from \"../../components/view-header/ViewHeader\";\nimport { useRealm } from \"../../context/realm-context/RealmContext\";\nimport { toAuthentication } from \"../routes/Authentication\";\nimport { toFlow } from \"../routes/Flow\";\nimport { NameDescription } from \"./NameDescription\";\n\nconst TYPES = [\"basic-flow\", \"client-flow\"] as const;\n\nexport default function CreateFlow() {\n const { adminClient } = useAdminClient();\n\n const { t } = useTranslation();\n const navigate = useNavigate();\n const { realm } = useRealm();\n const { addAlert, addError } = useAlerts();\n const form = useForm<AuthenticationFlowRepresentation>();\n const { handleSubmit, formState } = form;\n\n const onSubmit = async (formValues: AuthenticationFlowRepresentation) => {\n const flow = { ...formValues, builtIn: false, topLevel: true };\n\n try {\n const { id } =\n await adminClient.authenticationManagement.createFlow(flow);\n addAlert(t(\"flowCreatedSuccess\"), AlertVariant.success);\n navigate(\n toFlow({\n realm,\n id: id!,\n usedBy: \"notInUse\",\n }),\n );\n } catch (error) {\n addError(\"flowCreateError\", error);\n }\n };\n\n return (\n <>\n <ViewHeader titleKey=\"createFlow\" subKey=\"authenticationCreateFlowHelp\" />\n <PageSection variant=\"light\">\n <FormProvider {...form}>\n <FormAccess\n isHorizontal\n role=\"manage-authorization\"\n onSubmit={handleSubmit(onSubmit)}\n >\n <NameDescription />\n <SelectControl\n name=\"providerId\"\n label={t(\"flowType\")}\n labelIcon={t(\"topLevelFlowTypeHelp\")}\n aria-label={t(\"selectFlowType\")}\n controller={{ defaultValue: TYPES[0] }}\n options={TYPES.map((type) => ({\n key: type,\n value: t(`top-level-flow-type.${type}`),\n }))}\n />\n <ActionGroup>\n <FormSubmitButton\n formState={formState}\n data-testid=\"create\"\n allowInvalid\n allowNonDirty\n >\n {t(\"create\")}\n </FormSubmitButton>\n <Button\n data-testid=\"cancel\"\n variant=\"link\"\n component={(props) => (\n <Link {...props} to={toAuthentication({ realm })}></Link>\n )}\n >\n {t(\"cancel\")}\n </Button>\n </ActionGroup>\n </FormAccess>\n </FormProvider>\n </PageSection>\n </>\n );\n}\n"],"names":["TYPES","CreateFlow","adminClient","useAdminClient","useTranslation","navigate","useNavigate","realm","useRealm","addAlert","addError","useAlerts","form","useForm","handleSubmit","formState","jsxs","Fragment","jsx","ViewHeader","PageSection","FormProvider","FormAccess","formValues","flow","id","AlertVariant","toFlow","error","NameDescription","SelectControl","type","ActionGroup","FormSubmitButton","Button","props","Link","toAuthentication"],"mappings":";;;;AAuBA,MAAMA,IAAQ,CAAC,cAAc,aAAa;AAE1C,SAAwBC,IAAa;AACnC,QAAM,EAAE,aAAAC,EAAA,IAAgBC,EAAA,GAElB,EAAE,EAAA,IAAMC,EAAA,GACRC,IAAWC,EAAA,GACX,EAAE,OAAAC,EAAA,IAAUC,EAAA,GACZ,EAAE,UAAAC,GAAU,UAAAC,EAAA,IAAaC,EAAA,GACzBC,IAAOC,EAAA,GACP,EAAE,cAAAC,GAAc,WAAAC,EAAA,IAAcH;AAqBpC,SACE,gBAAAI,EAAAC,GAAA,EACE,UAAA;AAAA,IAAA,gBAAAC,EAACC,GAAA,EAAW,UAAS,cAAa,QAAO,gCAA+B;AAAA,sBACvEC,GAAA,EAAY,SAAQ,SACnB,UAAA,gBAAAF,EAACG,GAAA,EAAc,GAAGT,GAChB,UAAA,gBAAAI;AAAA,MAACM;AAAA,MAAA;AAAA,QACC,cAAY;AAAA,QACZ,MAAK;AAAA,QACL,UAAUR,EA3BH,OAAOS,MAAiD;AACvE,gBAAMC,IAAO,EAAE,GAAGD,GAAY,SAAS,IAAO,UAAU,GAAA;AAExD,cAAI;AACF,kBAAM,EAAE,IAAAE,EAAA,IACN,MAAMvB,EAAY,yBAAyB,WAAWsB,CAAI;AAC5D,YAAAf,EAAS,EAAE,oBAAoB,GAAGiB,EAAa,OAAO,GACtDrB;AAAA,cACEsB,EAAO;AAAA,gBACL,OAAApB;AAAA,gBACA,IAAAkB;AAAA,gBACA,QAAQ;AAAA,cAAA,CACT;AAAA,YAAA;AAAA,UAEL,SAASG,GAAO;AACd,YAAAlB,EAAS,mBAAmBkB,CAAK;AAAA,UACnC;AAAA,QACF,CAUyC;AAAA,QAE/B,UAAA;AAAA,UAAA,gBAAAV,EAACW,GAAA,EAAgB;AAAA,UACjB,gBAAAX;AAAA,YAACY;AAAAA,YAAA;AAAA,cACC,MAAK;AAAA,cACL,OAAO,EAAE,UAAU;AAAA,cACnB,WAAW,EAAE,sBAAsB;AAAA,cACnC,cAAY,EAAE,gBAAgB;AAAA,cAC9B,YAAY,EAAE,cAAc9B,EAAM,CAAC,EAAA;AAAA,cACnC,SAASA,EAAM,IAAI,CAAC+B,OAAU;AAAA,gBAC5B,KAAKA;AAAA,gBACL,OAAO,EAAE,uBAAuBA,CAAI,EAAE;AAAA,cAAA,EACtC;AAAA,YAAA;AAAA,UAAA;AAAA,4BAEHC,GAAA,EACC,UAAA;AAAA,YAAA,gBAAAd;AAAA,cAACe;AAAAA,cAAA;AAAA,gBACC,WAAAlB;AAAA,gBACA,eAAY;AAAA,gBACZ,cAAY;AAAA,gBACZ,eAAa;AAAA,gBAEZ,YAAE,QAAQ;AAAA,cAAA;AAAA,YAAA;AAAA,YAEb,gBAAAG;AAAA,cAACgB;AAAA,cAAA;AAAA,gBACC,eAAY;AAAA,gBACZ,SAAQ;AAAA,gBACR,WAAW,CAACC,MACV,gBAAAjB,EAACkB,GAAA,EAAM,GAAGD,GAAO,IAAIE,EAAiB,EAAE,OAAA9B,EAAA,CAAO,EAAA,CAAG;AAAA,gBAGnD,YAAE,QAAQ;AAAA,cAAA;AAAA,YAAA;AAAA,UACb,EAAA,CACF;AAAA,QAAA;AAAA,MAAA;AAAA,IAAA,GAEJ,EAAA,CACF;AAAA,EAAA,GACF;AAEJ;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { aI as p, aJ as a, aK as I, aL as i, aM as R, u as w, q as B, a as V, aq as q, b as C,
|
|
2
|
+
import { aI as p, aJ as a, aK as I, aL as i, aM as R, u as w, q as B, a as V, aq as q, b as C, v as M, aN as j, ar as k, P as h, F as D, aO as G, aP as H, c as N, aQ as _, A as $, t as J, B as L, aR as Q, aS as U, aT as W, aU as T, aV as X, aW as Y, aX as Z } from "./index-CAGzl0JA.js";
|
|
3
3
|
import { useTranslation as y } from "react-i18next";
|
|
4
4
|
import { useState as z } from "react";
|
|
5
5
|
const tt = () => {
|
|
@@ -160,7 +160,7 @@ function nt() {
|
|
|
160
160
|
children: /* @__PURE__ */ t(W, {})
|
|
161
161
|
}
|
|
162
162
|
),
|
|
163
|
-
u
|
|
163
|
+
u.adminEventsEnabled && K("view-events") && /* @__PURE__ */ t(
|
|
164
164
|
a,
|
|
165
165
|
{
|
|
166
166
|
"data-testid": "admin-events-tab",
|
|
@@ -201,4 +201,4 @@ function nt() {
|
|
|
201
201
|
export {
|
|
202
202
|
nt as default
|
|
203
203
|
};
|
|
204
|
-
//# sourceMappingURL=DetailOrganization-
|
|
204
|
+
//# sourceMappingURL=DetailOrganization-Cruzimnp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DetailOrganization-Cruzimnp.js","sources":["../src/organizations/MembersSection.tsx","../src/organizations/DetailOrganization.tsx"],"sourcesContent":["import { Tab, Tabs, TabTitleText } from \"@patternfly/react-core\";\nimport { useState } from \"react\";\nimport { useTranslation } from \"react-i18next\";\nimport { Invitations } from \"./Invitations\";\nimport { Members } from \"./Members\";\n\nexport const MembersSection = () => {\n const { t } = useTranslation();\n const [activeTab, setActiveTab] = useState(\"members\");\n\n return (\n <Tabs\n activeKey={activeTab}\n onSelect={(_, key) => setActiveTab(key as string)}\n >\n <Tab\n eventKey=\"members\"\n title={<TabTitleText>{t(\"members\")}</TabTitleText>}\n data-testid=\"organization-members-tab\"\n >\n <Members />\n </Tab>\n <Tab\n eventKey=\"invitations\"\n title={<TabTitleText>{t(\"invitations\")}</TabTitleText>}\n data-testid=\"organization-invitations-tab\"\n >\n <Invitations />\n </Tab>\n </Tabs>\n );\n};\n","import {\n FormSubmitButton,\n useAlerts,\n useFetch,\n} from \"@keycloak/keycloak-ui-shared\";\nimport {\n ActionGroup,\n Button,\n PageSection,\n Tab,\n Tabs,\n TabTitleText,\n} from \"@patternfly/react-core\";\nimport { FormProvider, useForm } from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { useAdminClient } from \"../admin-client\";\nimport { FormAccess } from \"../components/form/FormAccess\";\nimport { AttributesForm } from \"../components/key-value-form/AttributeForm\";\nimport { arrayToKeyValue } from \"../components/key-value-form/key-value-convert\";\nimport {\n RoutableTabs,\n useRoutableTab,\n} from \"../components/routable-tabs/RoutableTabs\";\nimport { useRealm } from \"../context/realm-context/RealmContext\";\nimport { useParams } from \"../utils/useParams\";\nimport { DetailOrganizationHeader } from \"./DetailOraganzationHeader\";\nimport { IdentityProviders } from \"./IdentityProviders\";\nimport { MembersSection } from \"./MembersSection\";\nimport GroupsSection from \"../groups/GroupsSection\";\nimport {\n OrganizationForm,\n OrganizationFormType,\n convertToOrg,\n} from \"./OrganizationForm\";\nimport {\n EditOrganizationParams,\n OrganizationTab,\n toEditOrganization,\n} from \"./routes/EditOrganization\";\nimport { useAccess } from \"../context/access/Access\";\nimport { AdminEvents } from \"../events/AdminEvents\";\nimport { useState } from \"react\";\n\nexport default function DetailOrganization() {\n const { adminClient } = useAdminClient();\n const { addAlert, addError } = useAlerts();\n\n const { realm, realmRepresentation } = useRealm();\n const { id } = useParams<EditOrganizationParams>();\n const { t } = useTranslation();\n\n const form = useForm<OrganizationFormType>();\n\n const save = async (org: OrganizationFormType) => {\n try {\n const organization = convertToOrg(org);\n await adminClient.organizations.updateById({ id }, organization);\n addAlert(t(\"organizationSaveSuccess\"));\n } catch (error) {\n addError(\"organizationSaveError\", error);\n }\n };\n\n useFetch(\n () =>\n adminClient.organizations.findOne({ id }) as Promise<\n | Awaited<ReturnType<typeof adminClient.organizations.findOne>>\n | undefined\n >,\n (org) => {\n if (!org) {\n throw new Error(t(\"notFound\"));\n }\n form.reset({\n ...org,\n domains: org.domains?.map((d) => d.name),\n attributes: arrayToKeyValue(org.attributes),\n });\n },\n [id],\n );\n\n const useTab = (tab: OrganizationTab) =>\n useRoutableTab(\n toEditOrganization({\n realm,\n id,\n tab,\n }),\n );\n\n const settingsTab = useTab(\"settings\");\n const attributesTab = useTab(\"attributes\");\n const membersTab = useTab(\"members\");\n const groupsTab = useTab(\"groups\");\n const identityProvidersTab = useTab(\"identityProviders\");\n const eventsTab = useTab(\"events\");\n\n const { hasAccess } = useAccess();\n const [activeEventsTab, setActiveEventsTab] = useState(\"adminEvents\");\n\n return (\n <PageSection variant=\"light\" className=\"pf-v5-u-p-0\">\n <FormProvider {...form}>\n <DetailOrganizationHeader save={() => save(form.getValues())} />\n <RoutableTabs\n data-testid=\"organization-tabs\"\n aria-label={t(\"organization\")}\n isBox\n mountOnEnter\n >\n <Tab\n id=\"settings\"\n data-testid=\"settingsTab\"\n title={<TabTitleText>{t(\"settings\")}</TabTitleText>}\n {...settingsTab}\n >\n <PageSection>\n <FormAccess\n role=\"anyone\"\n onSubmit={form.handleSubmit(save)}\n isHorizontal\n >\n <OrganizationForm readOnly />\n <ActionGroup>\n <FormSubmitButton\n formState={form.formState}\n data-testid=\"save\"\n >\n {t(\"save\")}\n </FormSubmitButton>\n <Button\n onClick={() => form.reset()}\n data-testid=\"reset\"\n variant=\"link\"\n >\n {t(\"reset\")}\n </Button>\n </ActionGroup>\n </FormAccess>\n </PageSection>\n </Tab>\n <Tab\n id=\"attributes\"\n data-testid=\"attributeTab\"\n title={<TabTitleText>{t(\"attributes\")}</TabTitleText>}\n {...attributesTab}\n >\n <PageSection variant=\"light\">\n <AttributesForm\n form={form}\n save={save}\n reset={() =>\n form.reset({\n ...form.getValues(),\n })\n }\n name=\"attributes\"\n />\n </PageSection>\n </Tab>\n <Tab\n id=\"members\"\n data-testid=\"membersTab\"\n title={<TabTitleText>{t(\"members\")}</TabTitleText>}\n {...membersTab}\n >\n <MembersSection />\n </Tab>\n <Tab\n id=\"groups\"\n data-testid=\"groupsTab\"\n title={<TabTitleText>{t(\"groups\")}</TabTitleText>}\n {...groupsTab}\n >\n <GroupsSection orgId={id} />\n </Tab>\n <Tab\n id=\"identityProviders\"\n data-testid=\"identityProvidersTab\"\n title={<TabTitleText>{t(\"identityProviders\")}</TabTitleText>}\n {...identityProvidersTab}\n >\n <IdentityProviders />\n </Tab>\n {realmRepresentation.adminEventsEnabled &&\n hasAccess(\"view-events\") && (\n <Tab\n data-testid=\"admin-events-tab\"\n title={<TabTitleText>{t(\"adminEvents\")}</TabTitleText>}\n {...eventsTab}\n >\n <Tabs\n activeKey={activeEventsTab}\n onSelect={(_, key) => setActiveEventsTab(key as string)}\n >\n <Tab\n eventKey=\"adminEvents\"\n title={<TabTitleText>{t(\"adminEvents\")}</TabTitleText>}\n >\n <AdminEvents resourcePath={`organizations/${id}`} />\n </Tab>\n <Tab\n eventKey=\"membershipEvents\"\n title={<TabTitleText>{t(\"membershipEvents\")}</TabTitleText>}\n >\n <AdminEvents resourcePath={`organizations/${id}/members`} />\n </Tab>\n </Tabs>\n </Tab>\n )}\n </RoutableTabs>\n </FormProvider>\n </PageSection>\n );\n}\n"],"names":["MembersSection","t","useTranslation","activeTab","setActiveTab","useState","jsxs","Tabs","_","key","jsx","Tab","TabTitleText","Members","Invitations","DetailOrganization","adminClient","useAdminClient","addAlert","addError","useAlerts","realm","realmRepresentation","useRealm","id","useParams","form","useForm","save","org","organization","convertToOrg","error","useFetch","d","arrayToKeyValue","useTab","tab","useRoutableTab","toEditOrganization","settingsTab","attributesTab","membersTab","groupsTab","identityProvidersTab","eventsTab","hasAccess","useAccess","activeEventsTab","setActiveEventsTab","PageSection","FormProvider","DetailOrganizationHeader","RoutableTabs","FormAccess","OrganizationForm","ActionGroup","FormSubmitButton","Button","AttributesForm","GroupsSection","IdentityProviders","AdminEvents"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as u, Fragment as R, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { u as _, aq as k, q as J,
|
|
2
|
+
import { u as _, aq as k, q as J, bc as Q, b as U, v as W, V as X, P as Y, c as Z, aw as $, an as ee, ao as te, ap as oe, a4 as re, a7 as V, F as ae, a0 as ce, A as se, B as g, bd as h, e as ne } from "./index-CAGzl0JA.js";
|
|
3
3
|
import { useState as l } from "react";
|
|
4
4
|
import { useTranslation as ie } from "react-i18next";
|
|
5
5
|
import { useNavigate as le, Link as F } from "react-router-dom";
|
|
@@ -8,16 +8,16 @@ const I = {
|
|
|
8
8
|
executor: ""
|
|
9
9
|
};
|
|
10
10
|
function ge() {
|
|
11
|
-
const { adminClient:
|
|
11
|
+
const { adminClient: v } = _(), { t: c } = ie(), C = le(), { realm: d, profileName: n } = k(), { executorName: i } = k(), { addAlert: A, addError: H } = J(), [N, P] = l(!1), x = Q().componentTypes?.["org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProvider"], [f, O] = l([]), [B, G] = l([]), [T, q] = l([]), [w, D] = l([]), p = U({ defaultValues: I }), { control: L, reset: y, handleSubmit: j } = p, a = !!i, E = (e) => {
|
|
12
12
|
const r = e.find((s) => s.name === n)?.executors?.find(
|
|
13
13
|
(s) => s.executor === i
|
|
14
14
|
);
|
|
15
|
-
r &&
|
|
15
|
+
r && y({ config: r.configuration });
|
|
16
16
|
};
|
|
17
17
|
W(
|
|
18
|
-
() =>
|
|
18
|
+
() => v.clientPolicies.listProfiles({ includeGlobalProfiles: !0 }),
|
|
19
19
|
(e) => {
|
|
20
|
-
q(e.globalProfiles), D(e.profiles),
|
|
20
|
+
q(e.globalProfiles), D(e.profiles), E(e.profiles), E(e.globalProfiles);
|
|
21
21
|
},
|
|
22
22
|
[]
|
|
23
23
|
);
|
|
@@ -44,9 +44,9 @@ function ge() {
|
|
|
44
44
|
};
|
|
45
45
|
});
|
|
46
46
|
try {
|
|
47
|
-
await
|
|
47
|
+
await v.clientPolicies.createProfiles({
|
|
48
48
|
profiles: t,
|
|
49
|
-
globalProfiles:
|
|
49
|
+
globalProfiles: T
|
|
50
50
|
}), A(
|
|
51
51
|
c(a ? "updateExecutorSuccess" : "addExecutorSuccess"),
|
|
52
52
|
ne.success
|
|
@@ -54,11 +54,11 @@ function ge() {
|
|
|
54
54
|
} catch (r) {
|
|
55
55
|
H(a ? "updateExecutorError" : "addExecutorError", r);
|
|
56
56
|
}
|
|
57
|
-
}, m =
|
|
57
|
+
}, m = T.find(
|
|
58
58
|
(e) => e.name === n
|
|
59
|
-
),
|
|
59
|
+
), b = x?.find(
|
|
60
60
|
(e) => e.id === i
|
|
61
|
-
), K =
|
|
61
|
+
), K = b?.properties.map(
|
|
62
62
|
(e) => {
|
|
63
63
|
const t = a ? e.defaultValue : "";
|
|
64
64
|
return {
|
|
@@ -98,7 +98,7 @@ function ge() {
|
|
|
98
98
|
) : a ? /* @__PURE__ */ o(
|
|
99
99
|
V,
|
|
100
100
|
{
|
|
101
|
-
helpText:
|
|
101
|
+
helpText: b?.helpText,
|
|
102
102
|
fieldLabelId: "executorTypeHelpText"
|
|
103
103
|
}
|
|
104
104
|
) : void 0,
|
|
@@ -113,15 +113,15 @@ function ge() {
|
|
|
113
113
|
{
|
|
114
114
|
toggleId: "kc-executor",
|
|
115
115
|
placeholderText: "Select an executor",
|
|
116
|
-
onToggle: (t) =>
|
|
116
|
+
onToggle: (t) => P(t),
|
|
117
117
|
onSelect: (t) => {
|
|
118
|
-
|
|
118
|
+
y({ ...I, executor: t.toString() });
|
|
119
119
|
const r = x?.filter(
|
|
120
120
|
(s) => s.id === t
|
|
121
121
|
);
|
|
122
122
|
O(r ?? []), G(
|
|
123
123
|
r?.[0].properties ?? []
|
|
124
|
-
),
|
|
124
|
+
), P(!1);
|
|
125
125
|
},
|
|
126
126
|
selections: a ? i : e.value,
|
|
127
127
|
variant: oe.single,
|
|
@@ -196,4 +196,4 @@ function ge() {
|
|
|
196
196
|
export {
|
|
197
197
|
ge as default
|
|
198
198
|
};
|
|
199
|
-
//# sourceMappingURL=ExecutorForm-
|
|
199
|
+
//# sourceMappingURL=ExecutorForm-D-vuza2K.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExecutorForm-DCtmJa9I.js","sources":["../src/realm-settings/ExecutorForm.tsx"],"sourcesContent":["import type { ConfigPropertyRepresentation } from \"@keycloak/keycloak-admin-client/lib/defs/authenticatorConfigInfoRepresentation\";\nimport type ClientProfileRepresentation from \"@keycloak/keycloak-admin-client/lib/defs/clientProfileRepresentation\";\nimport type ComponentTypeRepresentation from \"@keycloak/keycloak-admin-client/lib/defs/componentTypeRepresentation\";\nimport {\n HelpItem,\n KeycloakSelect,\n SelectVariant,\n useAlerts,\n useFetch,\n} from \"@keycloak/keycloak-ui-shared\";\nimport {\n ActionGroup,\n AlertVariant,\n Button,\n FormGroup,\n PageSection,\n SelectOption,\n} from \"@patternfly/react-core\";\nimport { useState } from \"react\";\nimport { Controller, FormProvider, useForm } from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { Link, useNavigate } from \"react-router-dom\";\nimport { useAdminClient } from \"../admin-client\";\nimport { DynamicComponents } from \"../components/dynamic/DynamicComponents\";\nimport { FormAccess } from \"../components/form/FormAccess\";\nimport { ViewHeader } from \"../components/view-header/ViewHeader\";\nimport { useServerInfo } from \"../context/server-info/ServerInfoProvider\";\nimport { useParams } from \"../utils/useParams\";\nimport { ClientProfileParams, toClientProfile } from \"./routes/ClientProfile\";\nimport type { ExecutorParams } from \"./routes/Executor\";\n\ntype ExecutorForm = {\n config?: object;\n executor: string;\n};\n\nconst defaultValues: ExecutorForm = {\n config: {},\n executor: \"\",\n};\n\nexport default function ExecutorForm() {\n const { adminClient } = useAdminClient();\n\n const { t } = useTranslation();\n const navigate = useNavigate();\n const { realm, profileName } = useParams<ClientProfileParams>();\n const { executorName } = useParams<ExecutorParams>();\n const { addAlert, addError } = useAlerts();\n const [selectExecutorTypeOpen, setSelectExecutorTypeOpen] = useState(false);\n const serverInfo = useServerInfo();\n const executorTypes =\n serverInfo.componentTypes?.[\n \"org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProvider\"\n ];\n const [executors, setExecutors] = useState<ComponentTypeRepresentation[]>([]);\n const [executorProperties, setExecutorProperties] = useState<\n ConfigPropertyRepresentation[]\n >([]);\n const [globalProfiles, setGlobalProfiles] = useState<\n ClientProfileRepresentation[]\n >([]);\n const [profiles, setProfiles] = useState<ClientProfileRepresentation[]>([]);\n const form = useForm({ defaultValues });\n const { control, reset, handleSubmit } = form;\n const editMode = !!executorName;\n\n const setupForm = (profiles: ClientProfileRepresentation[]) => {\n const profile = profiles.find((profile) => profile.name === profileName);\n const executor = profile?.executors?.find(\n (executor) => executor.executor === executorName,\n );\n if (executor) reset({ config: executor.configuration });\n };\n\n useFetch(\n () =>\n adminClient.clientPolicies.listProfiles({ includeGlobalProfiles: true }),\n (profiles) => {\n setGlobalProfiles(profiles.globalProfiles!);\n setProfiles(profiles.profiles!);\n\n setupForm(profiles.profiles!);\n setupForm(profiles.globalProfiles!);\n },\n [],\n );\n\n const save = async () => {\n const formValues = form.getValues();\n const updatedProfiles = profiles.map((profile) => {\n if (profile.name !== profileName) {\n return profile;\n }\n\n const executors = (profile.executors ?? []).concat({\n executor: formValues.executor,\n configuration: formValues.config || {},\n });\n\n if (editMode) {\n const profileExecutor = profile.executors!.find(\n (executor) => executor.executor === executorName,\n );\n profileExecutor!.configuration = {\n ...profileExecutor!.configuration,\n ...formValues.config,\n };\n }\n\n if (editMode) {\n return profile;\n }\n return {\n ...profile,\n executors,\n };\n });\n try {\n await adminClient.clientPolicies.createProfiles({\n profiles: updatedProfiles,\n globalProfiles: globalProfiles,\n });\n addAlert(\n editMode ? t(\"updateExecutorSuccess\") : t(\"addExecutorSuccess\"),\n AlertVariant.success,\n );\n\n navigate(toClientProfile({ realm, profileName }));\n } catch (error) {\n addError(editMode ? \"updateExecutorError\" : \"addExecutorError\", error);\n }\n };\n\n const globalProfile = globalProfiles.find(\n (globalProfile) => globalProfile.name === profileName,\n );\n\n const profileExecutorType = executorTypes?.find(\n (executor) => executor.id === executorName,\n );\n\n const editedProfileExecutors =\n profileExecutorType?.properties.map<ConfigPropertyRepresentation>(\n (property) => {\n const globalDefaultValues = editMode ? property.defaultValue : \"\";\n return {\n ...property,\n defaultValue: globalDefaultValues,\n };\n },\n );\n\n return (\n <>\n <ViewHeader\n titleKey={editMode ? executorName : t(\"addExecutor\")}\n divider\n />\n <PageSection variant=\"light\">\n <FormAccess\n isHorizontal\n role=\"manage-realm\"\n className=\"pf-v5-u-mt-lg\"\n isReadOnly={!!globalProfile}\n >\n <FormGroup\n label={t(\"executorType\")}\n fieldId=\"kc-executorType\"\n labelIcon={\n executors.length > 0 && executors[0].helpText! !== \"\" ? (\n <HelpItem\n helpText={executors[0].helpText}\n fieldLabelId=\"executorTypeHelpText\"\n />\n ) : editMode ? (\n <HelpItem\n helpText={profileExecutorType?.helpText}\n fieldLabelId=\"executorTypeHelpText\"\n />\n ) : undefined\n }\n >\n <Controller\n name=\"executor\"\n defaultValue=\"\"\n control={control}\n render={({ field }) => (\n <KeycloakSelect\n toggleId=\"kc-executor\"\n placeholderText=\"Select an executor\"\n onToggle={(isOpen) => setSelectExecutorTypeOpen(isOpen)}\n onSelect={(value) => {\n reset({ ...defaultValues, executor: value.toString() });\n const selectedExecutor = executorTypes?.filter(\n (type) => type.id === value,\n );\n setExecutors(selectedExecutor ?? []);\n setExecutorProperties(\n selectedExecutor?.[0].properties ?? [],\n );\n setSelectExecutorTypeOpen(false);\n }}\n selections={editMode ? executorName : field.value}\n variant={SelectVariant.single}\n data-testid=\"executorType-select\"\n aria-label={t(\"executorType\")}\n isOpen={selectExecutorTypeOpen}\n maxHeight={580}\n isDisabled={editMode}\n >\n {executorTypes?.map((option) => (\n <SelectOption\n data-testid={option.id}\n selected={option.id === field.value}\n key={option.id}\n value={option.id}\n description={option.helpText}\n >\n {option.id}\n </SelectOption>\n ))}\n </KeycloakSelect>\n )}\n />\n </FormGroup>\n <FormProvider {...form}>\n <DynamicComponents\n properties={\n editMode ? editedProfileExecutors! : executorProperties\n }\n />\n </FormProvider>\n {!globalProfile && (\n <ActionGroup>\n <Button\n variant=\"primary\"\n onClick={() => handleSubmit(save)()}\n data-testid=\"addExecutor-saveBtn\"\n >\n {editMode ? t(\"save\") : t(\"add\")}\n </Button>\n <Button\n variant=\"link\"\n component={(props) => (\n <Link\n {...props}\n to={toClientProfile({ realm, profileName })}\n />\n )}\n data-testid=\"addExecutor-cancelBtn\"\n >\n {t(\"cancel\")}\n </Button>\n </ActionGroup>\n )}\n </FormAccess>\n {editMode && globalProfile && (\n <div className=\"kc-backToProfile\">\n <Button\n component={(props) => (\n <Link {...props} to={toClientProfile({ realm, profileName })} />\n )}\n variant=\"primary\"\n >\n {t(\"back\")}\n </Button>\n </div>\n )}\n </PageSection>\n </>\n );\n}\n"],"names":["defaultValues","ExecutorForm","adminClient","useAdminClient","t","useTranslation","navigate","useNavigate","realm","profileName","useParams","executorName","addAlert","addError","useAlerts","selectExecutorTypeOpen","setSelectExecutorTypeOpen","useState","executorTypes","useServerInfo","executors","setExecutors","executorProperties","setExecutorProperties","globalProfiles","setGlobalProfiles","profiles","setProfiles","form","useForm","control","reset","handleSubmit","editMode","setupForm","executor","profile","useFetch","save","formValues","updatedProfiles","profileExecutor","AlertVariant","toClientProfile","error","globalProfile","profileExecutorType","editedProfileExecutors","property","globalDefaultValues","jsxs","Fragment","jsx","ViewHeader","PageSection","FormAccess","FormGroup","HelpItem","Controller","field","KeycloakSelect","isOpen","value","selectedExecutor","type","SelectVariant","option","SelectOption","FormProvider","DynamicComponents","ActionGroup","Button","props","Link"],"mappings":";;;;;AAoCA,MAAMA,IAA8B;AAAA,EAClC,QAAQ,CAAA;AAAA,EACR,UAAU;AACZ;AAEA,SAAwBC,KAAe;AACrC,QAAM,EAAE,aAAAC,EAAA,IAAgBC,EAAA,GAElB,EAAE,GAAAC,EAAA,IAAMC,GAAA,GACRC,IAAWC,GAAA,GACX,EAAE,OAAAC,GAAO,aAAAC,EAAA,IAAgBC,EAAA,GACzB,EAAE,cAAAC,EAAA,IAAiBD,EAAA,GACnB,EAAE,UAAAE,GAAU,UAAAC,EAAA,IAAaC,EAAA,GACzB,CAACC,GAAwBC,CAAyB,IAAIC,EAAS,EAAK,GAEpEC,IADaC,EAAA,EAEN,iBACT,0EACF,GACI,CAACC,GAAWC,CAAY,IAAIJ,EAAwC,CAAA,CAAE,GACtE,CAACK,GAAoBC,CAAqB,IAAIN,EAElD,CAAA,CAAE,GACE,CAACO,GAAgBC,CAAiB,IAAIR,EAE1C,CAAA,CAAE,GACE,CAACS,GAAUC,CAAW,IAAIV,EAAwC,CAAA,CAAE,GACpEW,IAAOC,EAAQ,EAAE,eAAA7B,GAAe,GAChC,EAAE,SAAA8B,GAAS,OAAAC,GAAO,cAAAC,EAAA,IAAiBJ,GACnCK,IAAW,CAAC,CAACtB,GAEbuB,IAAY,CAACR,MAA4C;AAE7D,UAAMS,IADUT,EAAS,KAAK,CAACU,MAAYA,EAAQ,SAAS3B,CAAW,GAC7C,WAAW;AAAA,MACnC,CAAC0B,MAAaA,EAAS,aAAaxB;AAAA,IAAA;AAEtC,IAAIwB,KAAUJ,EAAM,EAAE,QAAQI,EAAS,eAAe;AAAA,EACxD;AAEAE,EAAAA;AAAAA,IACE,MACEnC,EAAY,eAAe,aAAa,EAAE,uBAAuB,IAAM;AAAA,IACzE,CAACwB,MAAa;AACZ,MAAAD,EAAkBC,EAAS,cAAe,GAC1CC,EAAYD,EAAS,QAAS,GAE9BQ,EAAUR,EAAS,QAAS,GAC5BQ,EAAUR,EAAS,cAAe;AAAA,IACpC;AAAA,IACA,CAAA;AAAA,EAAC;AAGH,QAAMY,IAAO,YAAY;AACvB,UAAMC,IAAaX,EAAK,UAAA,GAClBY,IAAkBd,EAAS,IAAI,CAACU,MAAY;AAChD,UAAIA,EAAQ,SAAS3B;AACnB,eAAO2B;AAGT,YAAMhB,KAAagB,EAAQ,aAAa,CAAA,GAAI,OAAO;AAAA,QACjD,UAAUG,EAAW;AAAA,QACrB,eAAeA,EAAW,UAAU,CAAA;AAAA,MAAC,CACtC;AAED,UAAIN,GAAU;AACZ,cAAMQ,IAAkBL,EAAQ,UAAW;AAAA,UACzC,CAACD,MAAaA,EAAS,aAAaxB;AAAA,QAAA;AAEtC,QAAA8B,EAAiB,gBAAgB;AAAA,UAC/B,GAAGA,EAAiB;AAAA,UACpB,GAAGF,EAAW;AAAA,QAAA;AAAA,MAElB;AAEA,aAAIN,IACKG,IAEF;AAAA,QACL,GAAGA;AAAA,QACH,WAAAhB;AAAAA,MAAA;AAAA,IAEJ,CAAC;AACD,QAAI;AACF,YAAMlB,EAAY,eAAe,eAAe;AAAA,QAC9C,UAAUsC;AAAA,QACV,gBAAAhB;AAAA,MAAA,CACD,GACDZ;AAAA,QACaR,EAAX6B,IAAa,0BAA6B,oBAAN;AAAA,QACpCS,GAAa;AAAA,MAAA,GAGfpC,EAASqC,EAAgB,EAAE,OAAAnC,GAAO,aAAAC,EAAA,CAAa,CAAC;AAAA,IAClD,SAASmC,GAAO;AACd,MAAA/B,EAASoB,IAAW,wBAAwB,oBAAoBW,CAAK;AAAA,IACvE;AAAA,EACF,GAEMC,IAAgBrB,EAAe;AAAA,IACnC,CAACqB,MAAkBA,EAAc,SAASpC;AAAA,EAAA,GAGtCqC,IAAsB5B,GAAe;AAAA,IACzC,CAACiB,MAAaA,EAAS,OAAOxB;AAAA,EAAA,GAG1BoC,IACJD,GAAqB,WAAW;AAAA,IAC9B,CAACE,MAAa;AACZ,YAAMC,IAAsBhB,IAAWe,EAAS,eAAe;AAC/D,aAAO;AAAA,QACL,GAAGA;AAAA,QACH,cAAcC;AAAA,MAAA;AAAA,IAElB;AAAA,EAAA;AAGJ,SACE,gBAAAC,EAAAC,GAAA,EACE,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,UAAUpB,IAAWtB,IAAeP,EAAE,aAAa;AAAA,QACnD,SAAO;AAAA,MAAA;AAAA,IAAA;AAAA,IAET,gBAAA8C,EAACI,GAAA,EAAY,SAAQ,SACnB,UAAA;AAAA,MAAA,gBAAAJ;AAAA,QAACK;AAAA,QAAA;AAAA,UACC,cAAY;AAAA,UACZ,MAAK;AAAA,UACL,WAAU;AAAA,UACV,YAAY,CAAC,CAACV;AAAA,UAEd,UAAA;AAAA,YAAA,gBAAAO;AAAA,cAACI;AAAA,cAAA;AAAA,gBACC,OAAOpD,EAAE,cAAc;AAAA,gBACvB,SAAQ;AAAA,gBACR,WACEgB,EAAU,SAAS,KAAKA,EAAU,CAAC,EAAE,aAAc,KACjD,gBAAAgC;AAAA,kBAACK;AAAAA,kBAAA;AAAA,oBACC,UAAUrC,EAAU,CAAC,EAAE;AAAA,oBACvB,cAAa;AAAA,kBAAA;AAAA,gBAAA,IAEba,IACF,gBAAAmB;AAAA,kBAACK;AAAAA,kBAAA;AAAA,oBACC,UAAUX,GAAqB;AAAA,oBAC/B,cAAa;AAAA,kBAAA;AAAA,gBAAA,IAEb;AAAA,gBAGN,UAAA,gBAAAM;AAAA,kBAACM;AAAA,kBAAA;AAAA,oBACC,MAAK;AAAA,oBACL,cAAa;AAAA,oBACb,SAAA5B;AAAA,oBACA,QAAQ,CAAC,EAAE,OAAA6B,EAAA,MACT,gBAAAP;AAAA,sBAACQ;AAAAA,sBAAA;AAAA,wBACC,UAAS;AAAA,wBACT,iBAAgB;AAAA,wBAChB,UAAU,CAACC,MAAW7C,EAA0B6C,CAAM;AAAA,wBACtD,UAAU,CAACC,MAAU;AACnB,0BAAA/B,EAAM,EAAE,GAAG/B,GAAe,UAAU8D,EAAM,SAAA,GAAY;AACtD,gCAAMC,IAAmB7C,GAAe;AAAA,4BACtC,CAAC8C,MAASA,EAAK,OAAOF;AAAA,0BAAA;AAExB,0BAAAzC,EAAa0C,KAAoB,EAAE,GACnCxC;AAAA,4BACEwC,IAAmB,CAAC,EAAE,cAAc,CAAA;AAAA,0BAAC,GAEvC/C,EAA0B,EAAK;AAAA,wBACjC;AAAA,wBACA,YAAYiB,IAAWtB,IAAegD,EAAM;AAAA,wBAC5C,SAASM,GAAc;AAAA,wBACvB,eAAY;AAAA,wBACZ,cAAY7D,EAAE,cAAc;AAAA,wBAC5B,QAAQW;AAAA,wBACR,WAAW;AAAA,wBACX,YAAYkB;AAAA,wBAEX,UAAAf,GAAe,IAAI,CAACgD,MACnB,gBAAAd;AAAA,0BAACe;AAAA,0BAAA;AAAA,4BACC,eAAaD,EAAO;AAAA,4BACpB,UAAUA,EAAO,OAAOP,EAAM;AAAA,4BAE9B,OAAOO,EAAO;AAAA,4BACd,aAAaA,EAAO;AAAA,4BAEnB,UAAAA,EAAO;AAAA,0BAAA;AAAA,0BAJHA,EAAO;AAAA,wBAAA,CAMf;AAAA,sBAAA;AAAA,oBAAA;AAAA,kBACH;AAAA,gBAAA;AAAA,cAEJ;AAAA,YAAA;AAAA,YAEF,gBAAAd,EAACgB,IAAA,EAAc,GAAGxC,GAChB,UAAA,gBAAAwB;AAAA,cAACiB;AAAA,cAAA;AAAA,gBACC,YACEpC,IAAWc,IAA0BzB;AAAA,cAAA;AAAA,YAAA,GAG3C;AAAA,YACC,CAACuB,KACA,gBAAAK,EAACoB,IAAA,EACC,UAAA;AAAA,cAAA,gBAAAlB;AAAA,gBAACmB;AAAA,gBAAA;AAAA,kBACC,SAAQ;AAAA,kBACR,SAAS,MAAMvC,EAAaM,CAAI,EAAA;AAAA,kBAChC,eAAY;AAAA,kBAEX,UAAWlC,EAAX6B,IAAa,SAAY,KAAN;AAAA,gBAAW;AAAA,cAAA;AAAA,cAEjC,gBAAAmB;AAAA,gBAACmB;AAAA,gBAAA;AAAA,kBACC,SAAQ;AAAA,kBACR,WAAW,CAACC,MACV,gBAAApB;AAAA,oBAACqB;AAAA,oBAAA;AAAA,sBACE,GAAGD;AAAA,sBACJ,IAAI7B,EAAgB,EAAE,OAAAnC,GAAO,aAAAC,GAAa;AAAA,oBAAA;AAAA,kBAAA;AAAA,kBAG9C,eAAY;AAAA,kBAEX,YAAE,QAAQ;AAAA,gBAAA;AAAA,cAAA;AAAA,YACb,EAAA,CACF;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,MAGHwB,KAAYY,KACX,gBAAAO,EAAC,OAAA,EAAI,WAAU,oBACb,UAAA,gBAAAA;AAAA,QAACmB;AAAA,QAAA;AAAA,UACC,WAAW,CAACC,MACV,gBAAApB,EAACqB,GAAA,EAAM,GAAGD,GAAO,IAAI7B,EAAgB,EAAE,OAAAnC,GAAO,aAAAC,EAAA,CAAa,EAAA,CAAG;AAAA,UAEhE,SAAQ;AAAA,UAEP,YAAE,MAAM;AAAA,QAAA;AAAA,MAAA,EACX,CACF;AAAA,IAAA,EAAA,CAEJ;AAAA,EAAA,GACF;AAEJ;"}
|
|
1
|
+
{"version":3,"file":"ExecutorForm-D-vuza2K.js","sources":["../src/realm-settings/ExecutorForm.tsx"],"sourcesContent":["import type { ConfigPropertyRepresentation } from \"@keycloak/keycloak-admin-client/lib/defs/authenticatorConfigInfoRepresentation\";\nimport type ClientProfileRepresentation from \"@keycloak/keycloak-admin-client/lib/defs/clientProfileRepresentation\";\nimport type ComponentTypeRepresentation from \"@keycloak/keycloak-admin-client/lib/defs/componentTypeRepresentation\";\nimport {\n HelpItem,\n KeycloakSelect,\n SelectVariant,\n useAlerts,\n useFetch,\n} from \"@keycloak/keycloak-ui-shared\";\nimport {\n ActionGroup,\n AlertVariant,\n Button,\n FormGroup,\n PageSection,\n SelectOption,\n} from \"@patternfly/react-core\";\nimport { useState } from \"react\";\nimport { Controller, FormProvider, useForm } from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { Link, useNavigate } from \"react-router-dom\";\nimport { useAdminClient } from \"../admin-client\";\nimport { DynamicComponents } from \"../components/dynamic/DynamicComponents\";\nimport { FormAccess } from \"../components/form/FormAccess\";\nimport { ViewHeader } from \"../components/view-header/ViewHeader\";\nimport { useServerInfo } from \"../context/server-info/ServerInfoProvider\";\nimport { useParams } from \"../utils/useParams\";\nimport { ClientProfileParams, toClientProfile } from \"./routes/ClientProfile\";\nimport type { ExecutorParams } from \"./routes/Executor\";\n\ntype ExecutorForm = {\n config?: object;\n executor: string;\n};\n\nconst defaultValues: ExecutorForm = {\n config: {},\n executor: \"\",\n};\n\nexport default function ExecutorForm() {\n const { adminClient } = useAdminClient();\n\n const { t } = useTranslation();\n const navigate = useNavigate();\n const { realm, profileName } = useParams<ClientProfileParams>();\n const { executorName } = useParams<ExecutorParams>();\n const { addAlert, addError } = useAlerts();\n const [selectExecutorTypeOpen, setSelectExecutorTypeOpen] = useState(false);\n const serverInfo = useServerInfo();\n const executorTypes =\n serverInfo.componentTypes?.[\n \"org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProvider\"\n ];\n const [executors, setExecutors] = useState<ComponentTypeRepresentation[]>([]);\n const [executorProperties, setExecutorProperties] = useState<\n ConfigPropertyRepresentation[]\n >([]);\n const [globalProfiles, setGlobalProfiles] = useState<\n ClientProfileRepresentation[]\n >([]);\n const [profiles, setProfiles] = useState<ClientProfileRepresentation[]>([]);\n const form = useForm({ defaultValues });\n const { control, reset, handleSubmit } = form;\n const editMode = !!executorName;\n\n const setupForm = (profiles: ClientProfileRepresentation[]) => {\n const profile = profiles.find((profile) => profile.name === profileName);\n const executor = profile?.executors?.find(\n (executor) => executor.executor === executorName,\n );\n if (executor) reset({ config: executor.configuration });\n };\n\n useFetch(\n () =>\n adminClient.clientPolicies.listProfiles({ includeGlobalProfiles: true }),\n (profiles) => {\n setGlobalProfiles(profiles.globalProfiles!);\n setProfiles(profiles.profiles!);\n\n setupForm(profiles.profiles!);\n setupForm(profiles.globalProfiles!);\n },\n [],\n );\n\n const save = async () => {\n const formValues = form.getValues();\n const updatedProfiles = profiles.map((profile) => {\n if (profile.name !== profileName) {\n return profile;\n }\n\n const executors = (profile.executors ?? []).concat({\n executor: formValues.executor,\n configuration: formValues.config || {},\n });\n\n if (editMode) {\n const profileExecutor = profile.executors!.find(\n (executor) => executor.executor === executorName,\n );\n profileExecutor!.configuration = {\n ...profileExecutor!.configuration,\n ...formValues.config,\n };\n }\n\n if (editMode) {\n return profile;\n }\n return {\n ...profile,\n executors,\n };\n });\n try {\n await adminClient.clientPolicies.createProfiles({\n profiles: updatedProfiles,\n globalProfiles: globalProfiles,\n });\n addAlert(\n editMode ? t(\"updateExecutorSuccess\") : t(\"addExecutorSuccess\"),\n AlertVariant.success,\n );\n\n navigate(toClientProfile({ realm, profileName }));\n } catch (error) {\n addError(editMode ? \"updateExecutorError\" : \"addExecutorError\", error);\n }\n };\n\n const globalProfile = globalProfiles.find(\n (globalProfile) => globalProfile.name === profileName,\n );\n\n const profileExecutorType = executorTypes?.find(\n (executor) => executor.id === executorName,\n );\n\n const editedProfileExecutors =\n profileExecutorType?.properties.map<ConfigPropertyRepresentation>(\n (property) => {\n const globalDefaultValues = editMode ? property.defaultValue : \"\";\n return {\n ...property,\n defaultValue: globalDefaultValues,\n };\n },\n );\n\n return (\n <>\n <ViewHeader\n titleKey={editMode ? executorName : t(\"addExecutor\")}\n divider\n />\n <PageSection variant=\"light\">\n <FormAccess\n isHorizontal\n role=\"manage-realm\"\n className=\"pf-v5-u-mt-lg\"\n isReadOnly={!!globalProfile}\n >\n <FormGroup\n label={t(\"executorType\")}\n fieldId=\"kc-executorType\"\n labelIcon={\n executors.length > 0 && executors[0].helpText! !== \"\" ? (\n <HelpItem\n helpText={executors[0].helpText}\n fieldLabelId=\"executorTypeHelpText\"\n />\n ) : editMode ? (\n <HelpItem\n helpText={profileExecutorType?.helpText}\n fieldLabelId=\"executorTypeHelpText\"\n />\n ) : undefined\n }\n >\n <Controller\n name=\"executor\"\n defaultValue=\"\"\n control={control}\n render={({ field }) => (\n <KeycloakSelect\n toggleId=\"kc-executor\"\n placeholderText=\"Select an executor\"\n onToggle={(isOpen) => setSelectExecutorTypeOpen(isOpen)}\n onSelect={(value) => {\n reset({ ...defaultValues, executor: value.toString() });\n const selectedExecutor = executorTypes?.filter(\n (type) => type.id === value,\n );\n setExecutors(selectedExecutor ?? []);\n setExecutorProperties(\n selectedExecutor?.[0].properties ?? [],\n );\n setSelectExecutorTypeOpen(false);\n }}\n selections={editMode ? executorName : field.value}\n variant={SelectVariant.single}\n data-testid=\"executorType-select\"\n aria-label={t(\"executorType\")}\n isOpen={selectExecutorTypeOpen}\n maxHeight={580}\n isDisabled={editMode}\n >\n {executorTypes?.map((option) => (\n <SelectOption\n data-testid={option.id}\n selected={option.id === field.value}\n key={option.id}\n value={option.id}\n description={option.helpText}\n >\n {option.id}\n </SelectOption>\n ))}\n </KeycloakSelect>\n )}\n />\n </FormGroup>\n <FormProvider {...form}>\n <DynamicComponents\n properties={\n editMode ? editedProfileExecutors! : executorProperties\n }\n />\n </FormProvider>\n {!globalProfile && (\n <ActionGroup>\n <Button\n variant=\"primary\"\n onClick={() => handleSubmit(save)()}\n data-testid=\"addExecutor-saveBtn\"\n >\n {editMode ? t(\"save\") : t(\"add\")}\n </Button>\n <Button\n variant=\"link\"\n component={(props) => (\n <Link\n {...props}\n to={toClientProfile({ realm, profileName })}\n />\n )}\n data-testid=\"addExecutor-cancelBtn\"\n >\n {t(\"cancel\")}\n </Button>\n </ActionGroup>\n )}\n </FormAccess>\n {editMode && globalProfile && (\n <div className=\"kc-backToProfile\">\n <Button\n component={(props) => (\n <Link {...props} to={toClientProfile({ realm, profileName })} />\n )}\n variant=\"primary\"\n >\n {t(\"back\")}\n </Button>\n </div>\n )}\n </PageSection>\n </>\n );\n}\n"],"names":["defaultValues","ExecutorForm","adminClient","useAdminClient","t","useTranslation","navigate","useNavigate","realm","profileName","useParams","executorName","addAlert","addError","useAlerts","selectExecutorTypeOpen","setSelectExecutorTypeOpen","useState","executorTypes","useServerInfo","executors","setExecutors","executorProperties","setExecutorProperties","globalProfiles","setGlobalProfiles","profiles","setProfiles","form","useForm","control","reset","handleSubmit","editMode","setupForm","executor","profile","useFetch","save","formValues","updatedProfiles","profileExecutor","AlertVariant","toClientProfile","error","globalProfile","profileExecutorType","editedProfileExecutors","property","globalDefaultValues","jsxs","Fragment","jsx","ViewHeader","PageSection","FormAccess","FormGroup","HelpItem","Controller","field","KeycloakSelect","isOpen","value","selectedExecutor","type","SelectVariant","option","SelectOption","FormProvider","DynamicComponents","ActionGroup","Button","props","Link"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as T, jsxs as te, Fragment as be } from "react/jsx-runtime";
|
|
2
|
-
import { g as At, _ as Sc, T as Js, h as Cc, i as Nc, s as kc, L as _o, C as Mc, u as pt, q as So, b as Rn, M as Jt, j as en, F as Dn, k as tn, N as Lc, B as ge, l as Qe, e as je, m as Ic,
|
|
2
|
+
import { g as At, _ as Sc, T as Js, h as Cc, i as Nc, s as kc, L as _o, C as Mc, u as pt, q as So, b as Rn, M as Jt, j as en, F as Dn, k as tn, N as Lc, B as ge, l as Qe, e as je, m as Ic, v as Tt, n as Oc, I as Ac, P as ea, R as Tc, X as En, K as Jo, o as Rc, p as ei, r as ti, w as Dc, x as Pc, y as $c, z as Fc, D as zc, E as ta, G as Ge, H as Vc, J as Pn, O as Hc, Q as Bc, S as at, U as na, W as oo, Y as qc, Z as Gc, $ as Yc, a0 as jc, A as Wc, a1 as ra, a2 as Xc, a3 as Zc, a4 as Uc, a5 as Kc, a6 as Qc, a7 as Jc, a8 as eu, a9 as ze, a as tu, aa as ni, d as nu, ab as ru, f as ou, ac as iu, V as su, ad as au, ae as lu, af as Un, ag as cu, ah as ri, ai as uu, aj as du, ak as fu, al as hu } from "./index-CAGzl0JA.js";
|
|
3
3
|
import * as pu from "react";
|
|
4
4
|
import $, { useEffect as oe, useState as re, useMemo as Ne, forwardRef as oa, useCallback as de, useContext as $n, memo as ae, createContext as ia, useRef as Q } from "react";
|
|
5
5
|
import { useTranslation as _e, Trans as oi } from "react-i18next";
|
|
@@ -8887,6 +8887,8 @@ function iy() {
|
|
|
8887
8887
|
},
|
|
8888
8888
|
onDrop: (V, Y) => {
|
|
8889
8889
|
if (Y) {
|
|
8890
|
+
if (V.index === Y.index)
|
|
8891
|
+
return !1;
|
|
8890
8892
|
const W = p.findExecution(V.index), Z = p.order().map((ee) => ee.id);
|
|
8891
8893
|
x(
|
|
8892
8894
|
t("onDragFinish", { list: W.displayName })
|
|
@@ -8959,4 +8961,4 @@ export {
|
|
|
8959
8961
|
iy as default,
|
|
8960
8962
|
Tn as providerConditionFilter
|
|
8961
8963
|
};
|
|
8962
|
-
//# sourceMappingURL=FlowDetails-
|
|
8964
|
+
//# sourceMappingURL=FlowDetails-D064vIOd.js.map
|