FortiClient
FortiClient proactively defends against advanced attacks. Its tight integration with the Security Fabric enables policy-based automation to contain threats and control outbreaks. FortiClient is compatible with Fabric-Ready partners to further strengthen enterprises’ security posture.
babakmh
Staff
Staff
Article Id 404737
Description This article describes how to login to FortiClient EMS using SAML SSO with Microsoft Azure AD users.
Scope FortiClient EMS.
Solution

The objective of this configuration example is to provide three Entra ID users three distinct EMS admin roles, with the Azure domain being fortitest.net:

 

Azure AD user Role
superadmin@fortitest.net Super Administrator
readonlyadmin@fortitest.net  Read-only Administrator
test@fortitest.net  Restricted Administrator

 

The user test is a member of the RestrictedAdminGroup security group in the Entra ID and anyone who is part of this group will be able to login to EMS with the Restricted Administrator role in EMS:

 

3. RestrictedAdminGroup and test user.png

  1. First, perform the EMS configuration: EMS -> Administration -> SAML SSO -> Add -> enter the values according to the screenshots below. 
11. EMS SAML SSO initial config.png

In this example, the Identity Provider Settings configurations will be completed later.

 

Fill in the Access Control section based on the table above, as demonstrated in the image below. Under the Rule column, enter the Entra ID users, but for the RestrictedAdminGroup security group, enter its object ID instead. Under the Role column, assign the corresponding user and group roles accordingly. 

 

15. Restricted admin group.png

 

  1. Login to portal.azure.com -> Enterprise applications -> 'Create your own application' -> name it -> Create.

 

1. Azure create app.png

  1. Navigate to Users and groups -> add users superadmin, readonlyadmin and the RestrictedAdminGroup security group.

 

2. Add Users and Groups.png

  1. Select Single sign-on -> SAML -> Basic SAML Configuration -> Edit -> select Add identifier under Identifier (Entity ID) -> copy EMS SP Entity ID value and paste it here -> select Add reply URL under 
    Reply URL (Assertion Consumer Service URL) -> copy EMS SP ACS (login) URL value and paste it here, as well as under Sign on URL (Optional) -> Save.

 

Contributors