From 805dbea2df204c8dfeed52ec152dc85a30f4755c Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:54:17 +0200 Subject: [PATCH] Update README.md add some notes --- examples/authentik/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/authentik/README.md b/examples/authentik/README.md index 593901e..cfcbeae 100644 --- a/examples/authentik/README.md +++ b/examples/authentik/README.md @@ -1,3 +1,14 @@ # References - https://goauthentik.io/docs/installation/ +- https://blog.lrvt.de/authentik-traefik-azure-ad/ + +# Notes + +After spawning up this Authentik stack, you will be greeted by Authentik's login dashboard. However, you have to onboard an admin user first. + +This is done by visiting the following URL: + +```` +http(s):///if/flow/initial-setup +````