diff --git a/authentik/outposts/managed.py b/authentik/outposts/managed.py index 36ce60ca1..41ce76f4a 100644 --- a/authentik/outposts/managed.py +++ b/authentik/outposts/managed.py @@ -35,7 +35,7 @@ class OutpostManager(ObjectManager): Outpost, MANAGED_OUTPOST, created_callback=outpost_created, - name="authentik Core", + name="authentik Embedded Outpost", type=OutpostType.PROXY, ), ] diff --git a/website/docs/providers/proxy/proxy.md b/website/docs/providers/proxy/proxy.md index 4470cd99d..f92899b8b 100644 --- a/website/docs/providers/proxy/proxy.md +++ b/website/docs/providers/proxy/proxy.md @@ -30,7 +30,7 @@ If you enable *Set HTTP-Basic Authentication* option, the HTTP Authorization hea Besides these user-specific headers, some application specific headers are also set: -- X-authentik-meta-outpost: `authentik Core` +- X-authentik-meta-outpost: `authentik Embedded Outpost` The authentik outpost's name.