6 lines
393 B
Text
6 lines
393 B
Text
|
# @description This function adds an unofficial package that adds SAML2 support to pfSense for SSO logins over
|
||
|
# the web portal. For more information, see the project's [GitHub page](https://github.com/jaredhendrickson13/pfsense-saml2-auth).
|
||
|
enablePFsenseSAML() {
|
||
|
pkg add https://github.com/jaredhendrickson13/pfsense-saml2-auth/releases/latest/download/pfSense-2.7-pkg-saml2-auth.pkg
|
||
|
}
|