From 5b699c242b34ae2729d6936ddd3e36c52cba4077 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Sat, 14 Sep 2024 20:59:11 +1000 Subject: [PATCH] fix(docs): make it clearer that bearer auth is a thing (#3031) --- book/src/developers/designs/authentication_flow.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/src/developers/designs/authentication_flow.md b/book/src/developers/designs/authentication_flow.md index 66bafffc8..dd9bdb2cc 100644 --- a/book/src/developers/designs/authentication_flow.md +++ b/book/src/developers/designs/authentication_flow.md @@ -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. `AuthStep::Init` which just includes the username, or