1
0

minor edits

This commit is contained in:
2025-07-19 08:47:11 -04:00
parent 7007701233
commit c3dd28f2db

View File

@@ -98,7 +98,7 @@ location / {
# all requests to /outpost.goauthentik.io must be accessible without authentication # all requests to /outpost.goauthentik.io must be accessible without authentication
location /outpost.goauthentik.io { location /outpost.goauthentik.io {
proxy_pass https://172.18.1.10:9443/outpost.goauthentik.io; proxy_pass https://<IP_ADDRESS>:9443/outpost.goauthentik.io;
# ensure the host of this vserver matches your external URL you've configured # ensure the host of this vserver matches your external URL you've configured
# in authentik # in authentik
proxy_set_header Host $host; proxy_set_header Host $host;
@@ -173,7 +173,7 @@ location @goauthentik_proxy_signin {
7) Select `default-provider-authorization-explicit-consent` for **Authorization Flow** 7) Select `default-provider-authorization-explicit-consent` for **Authorization Flow**
8) Click on **Forward auth (single application)** 8) Click on **Forward auth (single application)**
9) Enter the **External host** name and click **Next** 9) Enter the **External host** name and click **Next**
- This is generally the proxy hostname (ex. https://docker.mydigitalfix.com) - This is generally the proxy hostname (ex. https://docker.mysite.com)
10) Skip **Policy/User/Group Bindings** step and click **Next** 10) Skip **Policy/User/Group Bindings** step and click **Next**
11) Click **Close** 11) Click **Close**
## Add Application to Outpost ## Add Application to Outpost