install.fairie/scripts/partials/pfsense-saml
Brian Zalewski f73c12c9c0 Latest
2023-11-30 01:41:39 +00:00

5 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
}