- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Accomplish FSSO user/user groups without LDAP
My goal is to implement FSSO for the purpose of creating firewall policies based on group membership. The caveat is that there is no LDAP server to provide group membership. We have a custom VPN application that is successfully sending username-to-IP info to Fortigates using API method here (https://fndn.fortinet.net/index.php?/fortiapi/1-fortios/3828/1/user/). However, this makes policies cumbersome because they can only be populated by source users and not groups.
Any ideas ? Could Fortiauthenticator solve this problem in some manner ?
Don
Solved! Go to Solution.
- Labels:
-
API
-
FortiAuthenticator
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Group lookup for API-based injections only works with LDAP, so FortiGate alone will indeed not suffice as far as API-based solutions go.
FortiAuthenticator can be a solution here, as you can either use local users with local groups, or have the API accept arbitrary usernames/groups. FSSO group filters can then be synced by FGT from FAC without using an LDAP.
Another option could be RSSO. The FortiGate will accept arbitrary usernames, matched to pre-configured groups. The only difficulty is that your solution will need to send valid RADIUS accounting messages to the FortiGate instead of REST API calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Group lookup for API-based injections only works with LDAP, so FortiGate alone will indeed not suffice as far as API-based solutions go.
FortiAuthenticator can be a solution here, as you can either use local users with local groups, or have the API accept arbitrary usernames/groups. FSSO group filters can then be synced by FGT from FAC without using an LDAP.
Another option could be RSSO. The FortiGate will accept arbitrary usernames, matched to pre-configured groups. The only difficulty is that your solution will need to send valid RADIUS accounting messages to the FortiGate instead of REST API calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much, I'll take a look. Does the RSSO solution require FAC as well ? Or is this purely between the custom VPN solution I described above and the Fortigate ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RSSO works by ingesting standard RADIUS Accounting messages. Any solution that supports generating it should work (FAC, Microsoft's NPS, etc.), as long as it sends all the required information (username, IP, group(s)).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks very much!
