All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.v2.admin.resources.assets.ClientIdSecret-e4629d86.js Maven / Gradle / Ivy

There is a newer version: 25.0.1
Show newest version
import{u as a,a as p,j as e,F as n,h as c,V as r}from"./index-f33eb656.js";import{K as s}from"./KeycloakTextInput-e2751b88.js";import{P as u}from"./PasswordInput-3397c9bf.js";const m=({secretRequired:i=!0,create:o=!0})=>{const{t}=a("identity-providers"),{register:d,formState:{errors:l}}=p();return e.jsxs(e.Fragment,{children:[e.jsx(n,{label:t("clientId"),labelIcon:e.jsx(c,{helpText:t("identity-providers-help:clientId"),fieldLabelId:"identity-providers:clientId"}),fieldId:"kc-client-id",isRequired:!0,validated:l.config?.clientId?r.error:r.default,helperTextInvalid:t("common:required"),children:e.jsx(s,{isRequired:!0,id:"kc-client-id","data-testid":"clientId",...d("config.clientId",{required:!0})})}),e.jsx(n,{label:t("clientSecret"),labelIcon:e.jsx(c,{helpText:t("identity-providers-help:clientSecret"),fieldLabelId:"identity-providers:clientSecret"}),fieldId:"kc-client-secret",isRequired:i,validated:l.config?.clientSecret?r.error:r.default,helperTextInvalid:t("common:required"),children:o?e.jsx(u,{isRequired:i,id:"kc-client-secret","data-testid":"clientSecret",...d("config.clientSecret",{required:i})}):e.jsx(s,{isRequired:i,type:"password",id:"kc-client-secret","data-testid":"clientSecret",...d("config.clientSecret",{required:i})})})]})};export{m as C};
//# sourceMappingURL=ClientIdSecret-e4629d86.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy