98 lines
1.9 KiB
Plaintext
98 lines
1.9 KiB
Plaintext
---
|
|
id: authentik
|
|
title: "authentik"
|
|
description: "Making authentication simple."
|
|
sidebar_label: Introduction
|
|
sidebar_position: 0
|
|
hide_title: true
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import ApiLogo from "@theme/ApiLogo";
|
|
import Heading from "@theme/Heading";
|
|
import SchemaTabs from "@theme/SchemaTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Export from "@theme/ApiExplorer/Export";
|
|
|
|
<span
|
|
className={"theme-doc-version-badge badge badge--secondary"}
|
|
children={"Version: 2024.8.1"}
|
|
>
|
|
</span>
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"authentik"}
|
|
>
|
|
</Heading>
|
|
|
|
|
|
|
|
Making authentication simple.
|
|
|
|
<div
|
|
style={{"marginBottom":"2rem"}}
|
|
>
|
|
<Heading
|
|
id={"authentication"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
children={"Authentication"}
|
|
>
|
|
</Heading><SchemaTabs
|
|
className={"openapi-tabs__security-schemes"}
|
|
>
|
|
<TabItem
|
|
label={"HTTP: Bearer Auth"}
|
|
value={"authentik"}
|
|
>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>
|
|
Security Scheme Type:
|
|
</th><td>
|
|
http
|
|
</td>
|
|
</tr><tr>
|
|
<th>
|
|
HTTP Authorization Scheme:
|
|
</th><td>
|
|
bearer
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</TabItem>
|
|
</SchemaTabs>
|
|
</div><div
|
|
style={{"display":"flex","flexDirection":"column","marginBottom":"var(--ifm-paragraph-margin-bottom)"}}
|
|
>
|
|
<h3
|
|
style={{"marginBottom":"0.25rem"}}
|
|
>
|
|
Contact
|
|
</h3><span>
|
|
[hello@goauthentik.io](mailto:hello@goauthentik.io)
|
|
</span>
|
|
</div><div
|
|
style={{"marginBottom":"var(--ifm-paragraph-margin-bottom)"}}
|
|
>
|
|
<h3
|
|
style={{"marginBottom":"0.25rem"}}
|
|
>
|
|
License
|
|
</h3><a
|
|
href={"https://github.com/goauthentik/authentik/blob/main/LICENSE"}
|
|
>
|
|
MIT
|
|
</a>
|
|
</div>
|
|
|