mirror of
https://github.com/LojDev/pfsense-haproxy-authentik.git
synced 2026-01-23 02:14:14 +00:00
fixed formatting
This commit is contained in:
parent
8f25c61dbf
commit
1130320669
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -42,25 +42,25 @@ Enter a email and a strong password and then click Continue and you should be lo
|
|||
Now that you setup Authentik and is logged in we will need to setup a Provider and an Application to handle Forward Auth requests.
|
||||
|
||||
The first is to setup a new Provider for Forward Auth (Domain Level). In Authentik go to `Applications -> Providers` and create a new Provider. Select `Proxy Provider` and click Next to continue.\
|
||||
\
|
||||

|
||||
On the next screen give the provider a name and set Authentication Flow to ***...explicit-consent..***. Make sure `Forward auth (domain level)` is selected and enter the Authentication URL and Cookie domain.
|
||||
|
||||
The `Authentication URL` is the proxy URL that you will use to access Authentik via HAProxy and the `Cookie domain` is your root domain.\
|
||||
\
|
||||

|
||||
|
||||
Now scroll down to the `Advanced flow settings` section and make sure `Authentication flow` and `Invalidation flow` are set. I am using the defaults here.\
|
||||
\
|
||||

|
||||
|
||||
Next is to setup a new Application. In Authentik go to `Applications -> Applications` and create a new Application.
|
||||
|
||||
Give the application a name and slug and ***make sure to set the provider for the application to the one you just created*** \
|
||||
\
|
||||

|
||||
|
||||
Next is to set the embedded outpost to use the Forward Auth Provider you created. In Authentik go to `Applications -> Outposts` and you should see the default embedded outpost\
|
||||
\
|
||||

|
||||
|
||||
Edit the embedded outpost and make sure to copy the Forward Auth Application you created earlier over to the `Selected Applicaatios` box. Also expand the `Advanced settings` section and for `authentik_host` you want to put the prosy URL that you will use to access Authentik over HAProxy. This should be the same URL you entered as the Authentication URL in the provider.\
|
||||
\
|
||||

|
||||
|
||||
And that should be it for the setting up your Authentik instance. We will now move over to pfSense and getting HAProxy setup in the coming steps.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue