Captive Portal Customizations - Captive Portal Secret

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
(Created page with "== Description == Set the captive portal secret required by vendors like EdgeCore and OpenMesh CloudTrax. <span style="color: red; font-weight: bold">Important</span>: g...")
 
(Description)
 
Line 3: Line 3:
 
Set the captive portal secret required by vendors like EdgeCore and [[OpenMesh CloudTrax]].
 
Set the captive portal secret required by vendors like EdgeCore and [[OpenMesh CloudTrax]].
  
<span style="color: red; font-weight: bold">Important</span>: generate a secret only for this purpose since it is exposed to the public.
+
<span style="color: red; font-weight: bold">Important</span>: generate a secret only for this purpose since it is exposed to public clients (e.g. browser).
  
 
== Default Value ==
 
== Default Value ==

Latest revision as of 17:57, 25 January 2023

Description

Set the captive portal secret required by vendors like EdgeCore and OpenMesh CloudTrax.

Important: generate a secret only for this purpose since it is exposed to public clients (e.g. browser).

Default Value

The default captive portal secret is set to coffeebean.

Customization Example

<script>
  appConfig.customization = appConfig.customization || {};
  appConfig.customization.captivePortalSecret = 'my-secret';
</script>
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox