更新时间:2024-01-02 16:04:11
ESA allows integration with third-party identity providers using the OAuth2.0 protocol, such as Okta, OneLogin, Azure AD, Ping Identity, and Authing, etc. OAuth2.0 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 OAuth 2.0 Provider under Protocol Configuration
4)ESA will be integrated to IDP through client_credential mode. Please get following information from IDP:
5)Login to ESA management portal, go to ID Authentication->ID Provider-> Add IdP, select OAuth 2.0.
6)Fill in the basic information and configure the addresses.
Note:
7)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=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 and fill in user credential
10)After filling in the credentials, users will login and access authorized applications (ensure access permissions are configured).
The end of the configuration.