Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
doncacciatoconsuting
New Contributor III

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

 

1 Solution
pminarik
Staff
Staff

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.

API ref: https://docs.fortinet.com/document/fortiauthenticator/6.6.2/rest-api-solution-guide/679748/sso-authe...

 

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.

[ corrections always welcome ]

View solution in original post

4 REPLIES 4
pminarik
Staff
Staff

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.

API ref: https://docs.fortinet.com/document/fortiauthenticator/6.6.2/rest-api-solution-guide/679748/sso-authe...

 

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.

[ corrections always welcome ]
doncacciatoconsuting
New Contributor III

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 ? 

pminarik

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)).

[ corrections always welcome ]
doncacciatoconsuting

thanks very much!

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors