Files
authentik/website/docs/install-config/first-steps/_blurb_first_steps.mdx
2026-03-06 16:15:24 +00:00

15 lines
503 B
Plaintext

You are now ready to add your first application and its provider. Then you'll want to add a new user.
To view a typical workflow for adding applications and users, with helpful context and explanations for each step, refer to the [First Steps](./index.mdx) tutorial.
import DocCard from "@theme/DocCard";
<DocCard
item={{
type: "link",
href: "../../first-steps",
label: "First steps",
description: "Add an application and provider, then create a user.",
}}
/>