mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
15 lines
503 B
Plaintext
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.",
|
|
}}
|
|
/>
|