minor edits
This commit is contained in:
@@ -98,7 +98,7 @@ location / {
|
||||
|
||||
# all requests to /outpost.goauthentik.io must be accessible without authentication
|
||||
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
|
||||
# in authentik
|
||||
proxy_set_header Host $host;
|
||||
@@ -173,7 +173,7 @@ location @goauthentik_proxy_signin {
|
||||
7) Select `default-provider-authorization-explicit-consent` for **Authorization Flow**
|
||||
8) Click on **Forward auth (single application)**
|
||||
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**
|
||||
11) Click **Close**
|
||||
## Add Application to Outpost
|
||||
|
Reference in New Issue
Block a user