- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Logout/deauthenticate via URL? External custom Captive Portal
I am making custom captive portal for my network. I managed to work everything I needed except logout. I want to create a button with logout, but I don't know which URL with which query parameters should I use?
I managed to save "magic" query parameter to cookies(or local browser storage) so far I tried:
https://my-capive-portal-url.com:1003/test.php?logout&magic=<users_magic_string>
http://my-capive-portal-url.com:1000/test.php?logout&magic=<users_magic_string>
https://my-capive-portal-url.com:1003/test.php?logout
http://my-capive-portal-url.com:1000/test.php?logout
and all options mentioned here:
like:
my-capive-portal-url.com/test.php?logout&<users_magic_string>">logout
my-capive-portal-url.com/test.php?logout
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe this is not the answer you are expecting but I think that this option is not feasible. After the user is logged in the portal it will get redirect to a page in internet and continue browsing. The user technically will loose access to the portal and basically even if they have the will to do logout they can't do it.
If you have found a solution, please like and accept it to make it easily accessible for others.
