1
1
# pfSense SAML2 Authentication
2
2
3
- [ ![ Quality] ( https://github.com/jaredhendrickson13/pfsense- saml2-auth/actions/workflows/quality.yml/badge.svg )] ( https://github.com/jaredhendrickson13/pfsense -saml2-auth/actions/workflows/quality.yml )
4
- [ ![ Build] ( https://github.com/jaredhendrickson13/pfsense- saml2-auth/actions/workflows/build.yml/badge.svg )] ( https://github.com/jaredhendrickson13/pfsense -saml2-auth/actions/workflows/build.yml )
5
- [ ![ Release] ( https://github.com/jaredhendrickson13/pfsense- saml2-auth/actions/workflows/release.yml/badge.svg )] ( https://github.com/jaredhendrickson13/pfsense -saml2-auth/actions/workflows/release.yml )
3
+ [ ![ Quality] ( https://github.com/pfrest/pfSense-pkg- saml2-auth/actions/workflows/quality.yml/badge.svg )] ( https://github.com/pfrest/pfSense-pkg -saml2-auth/actions/workflows/quality.yml )
4
+ [ ![ Build] ( https://github.com/pfrest/pfSense-pkg- saml2-auth/actions/workflows/build.yml/badge.svg )] ( https://github.com/pfrest/pfSense-pkg -saml2-auth/actions/workflows/build.yml )
5
+ [ ![ Release] ( https://github.com/pfrest/pfSense-pkg- saml2-auth/actions/workflows/release.yml/badge.svg )] ( https://github.com/pfrest/pfSense-pkg -saml2-auth/actions/workflows/release.yml )
6
6
7
7
8
- ` pfsense -saml2-auth` is a packaged SAML2 authentication extension for the pfSense webConfigurator. Currently, pfSense
8
+ ` pfSense-pkg -saml2-auth` is a packaged SAML2 authentication extension for the pfSense webConfigurator. Currently, pfSense
9
9
only supports local, LDAP and RADIUS authentication and does not support any native multi-factor authentication (MFA).
10
10
At this time, there is unfortunately no roadmap for native SAML2 authentication or native MFA options on pfSense. With
11
11
[ pfSense Plus] ( https://www.netgate.com/blog/pfsense-plus-21-02-release-and-pfsense-ce-2-5-0-release-now-available.html )
12
12
being officially announced, it is unlikely we will see enterprise level features like SAML2 implemented in pfSense CE
13
13
anytime soon. This can create major headaches when dealing with security compliance standards such as PCI DSS that may
14
- require MFA on firewall admin logins. ` pfsense -saml2-auth` helps alleviate this problem by allowing you to integrate
14
+ require MFA on firewall admin logins. ` pfSense-pkg -saml2-auth` helps alleviate this problem by allowing you to integrate
15
15
single sign-on (SSO) with an identity provider such as Okta or OneLogin. In doing so, you will be able to use the identity
16
16
provider's built-in MFA for pfSense logins and greatly simplify user onboarding.<br ><br >
17
17
@@ -30,7 +30,7 @@ No need to create local users before authenticating.
30
30
## Installation
31
31
To install, simply run the following command from the pfSense command line:<br >
32
32
```
33
- pkg add https://github.com/jaredhendrickson13/pfsense -saml2-auth/releases/latest/download/pfSense-2.8-pkg-saml2-auth.pkg
33
+ pkg add https://github.com/pfrest/pfSense-pkg -saml2-auth/releases/latest/download/pfSense-2.8-pkg-saml2-auth.pkg
34
34
```
35
35
36
36
To uninstall:<br >
0 commit comments