更新时间:2024-01-02 16:06:03
ESA allows integration with third-party identity providers using the CAS protocol, such as Okta, OneLogin, Azure AD, Ping Identity, and Authing, etc. CAS integration allows organizations to delegate user authentication to third party IDP.
Take ID provider Authing as example to show the whole process.
1)Login to IDP management portal
2)Create a self-built app and name it “CDNetworks ESA”
3)Enable CAS IDP under Protocol Configuration and get Login Endpoint/Logout Endpoint/Validation Endpoint(CAS 2.0)
4)Login to ESA management portal, go to ID Authentication->ID Provider-> Add IdP, select CAS.
5)Fill in the basic information and configure the addresses.
Note:
6)On the authentication configuration page, enable authentication and select the user account attribute to verify the user ID. Ensure that this attribute matches the configuration on the IDP. Refer to the IDP’s documentation for details.
For example, if you will verify user with user name, set Application Name=attributes.username, and Associated IdP field set to User Attribute
IDP been added successfully
8)Launch the ESA client and enter the enterprise ID.
9)Select the configured IDP, which will launch a login page in the browser. Enter your CAS account credentials to log in.
10)After filling in the credentials, users will login and access authorized applications (ensure access permissions are configured).
The end of the configuration.