Skip to main content
Version: 25.0

Authentication

This topic explains how to authenticate in Agility.

Starting October 19, 2022, you can connect your corporate identity provider to using the Platform's Identity service. Once connected, Platform will act as an identity broker between your IdP (Identity Provider) and , allowing your users to securely access all products and the support, documentation, and community portals using the same credentials they use throughout your enterprise.

If you have not yet migrated your single sign-on (SSO) and user management to the Platform and want to do so, write to Support for assistance.

If you are already using the Platform for SSO and want to learn more about the Identity service, click here. If you have any further questions, please reach out to your contact or write to Support.

Application UI

Access to the Digital.ai Agility user interface and API is authenticated using one of the following methods:

  • Digital.ai Agility Authentication
    Digital.ai Agility stores each member's username and password. (On-Premise and On-Demand)
  • Windows Integrated Authentication
    Digital.ai Agility stores the username and delegates authentication of the username and password to active directory. See Windows Integrated Authentication for additional details. (On-Premise only)
  • "On Demand (V1 Hosted)" Single Sign On Authentication
    Digital.ai Agility stores the username and delegates authentication of the username and password to an external identity provider. Contact Digital.aiAgility Support for additional assistance.
  • "On-Premise" Single Sign On Authentication
  • Digital.ai Agility is configured to receive the username in an HTTP header, which is passed to the application by the SSO infrastructure. Often times this is implemented as a proxy server or an ISAPI filter. (On-Premise only). Contact Support for additional assistance.

Integrations and the API

  • Integration Authentication
    Integrations that access the Digital.ai Agility API have their own methods of authenticating with the application. See the API Authentication section of the Developer Community for more information.

Windows Integrated Authentication