Happy new year everyone.
I want to authenticate a user through the Forti API, after the user finishes to authenticate against a 3rd party captive portal.
I figured the API command would be:
https://FORTI-IP/api/v2/monitor/user/firewall/auth?vdom=root
But I'm getting 424 Failed Dependency.
Unfortunately I don't know what parameter is missing and I do not have access to the developer portal to read the documentation.
FYI
Deauthentication works fine like this:
https://FORTI-IP/api/v2/monitor/user/firewall/deauth?vdom=root
Solved! Go to Solution.
Hi,
On FNDN for this API call /user/firewall/auth, you only need:
{
"username": "string",
"ip": "string",
"server": "string"
}
Hello @belnea1,
When I compare your API request and API document for auth, your API request is different than mentioned in the document. Can you try to change your request as in the document document?
{ "username": "string", "ip": "string", "server": "string" }
Hi,
On FNDN for this API call /user/firewall/auth, you only need:
{
"username": "string",
"ip": "string",
"server": "string"
}
Hello @belnea1,
When I compare your API request and API document for auth, your API request is different than mentioned in the document. Can you try to change your request as in the document document?
{ "username": "string", "ip": "string", "server": "string" }
Thank you both so much for your quick and helpful replies!
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1743 | |
1114 | |
760 | |
447 | |
241 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.