parent
577b7ee515
commit
4658018a90
|
@ -35,7 +35,7 @@ class OutpostManager(ObjectManager):
|
||||||
Outpost,
|
Outpost,
|
||||||
MANAGED_OUTPOST,
|
MANAGED_OUTPOST,
|
||||||
created_callback=outpost_created,
|
created_callback=outpost_created,
|
||||||
name="authentik Core",
|
name="authentik Embedded Outpost",
|
||||||
type=OutpostType.PROXY,
|
type=OutpostType.PROXY,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
|
@ -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:
|
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.
|
The authentik outpost's name.
|
||||||
|
|
||||||
|
|
Reference in New Issue