Back to Zitadel

Generate Key

apps/docs/content/guides/integrate/application/_generate-key.mdx

5.0.0-base608 B
Original Source

import ThemedImage from "@/components/docusaurus/themed-image";

export default function GenerateKey(props) { return props.appType == "api" || props.authType == "jwt" ? ( <div> <h3>Create key for private key JWT</h3> <p> After you successfully created your application with authentication type JWT you can create keys in the Settings section and Keys Card of the app details like following image shows: </p>

</div>

) : null; }