mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
fix(docs): make it clearer that bearer auth is a thing (#3031)
This commit is contained in:
parent
3819d21593
commit
5b699c242b
|
@ -1,4 +1,6 @@
|
||||||
# Authentication Flow
|
# User Authentication Flow
|
||||||
|
|
||||||
|
This authentication flow is for interactive users. If you're using a [service account](../../accounts/service_accounts.md), use [Bearer authentication](../../accounts/service_accounts.html#api-tokens-with-kanidm-httpsrest-api) with the token.
|
||||||
|
|
||||||
1. Client sends an init request. This can be either:
|
1. Client sends an init request. This can be either:
|
||||||
1. `AuthStep::Init` which just includes the username, or
|
1. `AuthStep::Init` which just includes the username, or
|
||||||
|
|
Loading…
Reference in a new issue