Skip to content

Commit

Permalink
Added the URL path for MistAP Web Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Jan 17, 2025
1 parent eab55a4 commit 7096937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pf/web/constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Readonly::Scalar our $EXT_URL_EXTREME_AP => '^/Extreme::AP';
Readonly::Scalar our $EXT_URL_F5 => '^/F5';
Readonly::Scalar our $EXT_URL_MERAKI_MS => '^/Meraki::MS';
Readonly::Scalar our $EXT_URL_RUCKUS_UNLEASHED => '^/Ruckus::Unleashed';
Readonly::Scalar our $EXT_URL_MIST => '^/MistAP';

# Ubiquiti doesn't support setting the URL so we much detect it using this URL which will then map to the Ubiquiti module in pf::web::externalportal
Readonly::Scalar our $EXT_URL_UBIQUITI => '^/guest/s/[a-zA-Z0-9]+/';
Expand Down

0 comments on commit 7096937

Please sign in to comment.